File tree Expand file tree Collapse file tree
core/iwasm/libraries/wasi-nn/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Copyright (C) 2019 Intel Corporation. All rights reserved.
44# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
6+ # on intel mac, this ends up with a lot of the following error.
7+ #
8+ # AttributeError: 'Sequential' object has no attribute '_get_save_spec'.
9+ #
10+ # * "pip install tensorflow" installs tensorflow 2.16.2 on intel mac.
11+ # (because it's the last version before tf deprecated the target.)
12+ # * keras 3 support in the version seems incomplete (thus the error)
13+ # * a workaround: use keras 2 as mentioned in:
14+ # https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1
15+ # https://blog.tensorflow.org/2024/03/whats-new-in-tensorflow-216.html
16+
617CURR_PATH=$( cd $( dirname $0 ) && pwd -P)
718
819# WASM application that uses WASI-NN
You can’t perform that action at this time.
0 commit comments