-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Traceback (most recent call last):
File "/p/i/proj/waternet_tf.py", line 5, in <module>
import nobuco
File "/p/i/proj/.venv/lib/python3.12/site-packages/nobuco/__init__.py", line 1, in <module>
from nobuco.converters.channel_ordering import t_pytorch2keras, t_keras2pytorch
File "/p/i/proj/.venv/lib/python3.12/site-packages/nobuco/converters/channel_ordering.py", line 6, in <module>
from nobuco.commons import ChannelOrder, TF_TENSOR_CLASSES
File "/p/i/proj/.venv/lib/python3.12/site-packages/nobuco/commons.py", line 3, in <module>
from keras.src.engine.keras_tensor import KerasTensor
ModuleNotFoundError: No module named 'keras.src.engine'
Both tensorflow and keras installed.
Python 3.12.2
nobuco 0.12.0
keras 3.0.5
tensorflow 2.16.0rc0
torch 2.2.0