-
I'm just attempting to load the model below like you have in README.md,
but am getting the error: " ValueError: bad marshal data (unknown type code)".
These are the version of keras and python tha…
-
Hello @jiayihu 👋 I am an undergrad student looking to improve this infra by adding an attention layer. But am facing some difficulties with the code.
Here is what I have so far can you help me out…
-
Dear developers,
I am getting the following exception when trying to embed a ReLU network in my optimization model:
Exception has occurred: TypeError
'>' not supported between instances of 'N…
-
For the layer Embedding, TVM and Keras have different inference results based on the same input data.
### Expected behavior
The inference result for TVM and Keras should be consistent.
### Act…
-
Traceback (most recent call last):
File "data_visualization.py", line 65, in
model = keras.models.load_model(args.model, custom_objects=backbone.custom_objects)
File "/home/sunzong/anacond…
-
Platform: macOS
**Python version:** 3.7.3
**Source framework with version:** Tensorflow 1.14, Keras 2.2.4
**Destination framework with version:** pytorch
**Pre-trained model path:** 'mobnetv2.h5…
-
### What happened + What you expected to happen
simple rllib examples not running anymore with latest tensorflow 2.16.x
ray::DQN.__init__() (pid=2269076, ip=10.210.234.45, actor_id=03b7a7a9a2bf9…
-
### 🚀 The feature, motivation and pitch
To support strings as a dtype on torch tensors, similarily to how [TensorFlow](https://www.tensorflow.org/api_docs/python/tf/strings) does it. This will enri…
-
Hello,
I have a model that I saved using tf 2.15 version.
When trying to load it using tf-nightly I'm getting the following error:
ImportError: cannot import name 'is_tensor_or_tensor_list' fro…
-
I use the dannce_master branch, and all steps follow the instruction, except I pip install tensorflow==2.3.1.
The information of traceback:
`Traceback (most recent call last):
File "E:\anaconda…