-
Traceback (most recent call last):
File "execute.py", line 31, in
import seq2seq_model
File "/Users/rahul/Desktop/AI and ML/tensorflow_chatbot-master/seq2seq_model.py", line 28, in
f…
-
HI Avanti,
I used Tensorflow 2.0 to build the model and it was saved in h5 format.
But when I used convert_model_from_saved_files method as suggested in the tutorial, I get following error.
```…
-
hi Sumit,
Thanks for the wonderful book. It really help us to get confident in working chatbot.
I have an issue during execution of train_online.py. "**AttributeError: 'function' object has no att…
-
源码:
```python
import numpy as np
import cv2
from rknn.api import RKNN
import torchvision.models as models
import torch
if __name__ == '__main__':
model = './hybridnets.pt'
input_s…
-
(tensorflow) c:\TensorFlow\models\research>python object_detection\builders\model_builder_tf2_test.py
2020-11-19 16:37:23.397016: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Succe…
-
-Desktop
---FCRN-DepthPrediction-master
------tensorflow
----------models
-------------------NYU_FCRN.ckpt.data-00000-of-00001
-------------------NYU_FCRN.ckpt.index
-------------------NYU_FCRN.…
-
Please can anyone let me know why the following code:
from tensorflow.keras.layers import Input
from tensorflow.keras.layers import Dense
from tensorflow.keras.layers import Concatena…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ Yes] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [ YEs] I am rep…
-
## Bug Report
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 20.04 / Kubernetes on AWS
- **TensorFlow Serving installed from (source or binary)**: bi…
-
Hi,
I'm new to the world of raspberry, I tried to follow the guide "How to Run TensorFlow Lite Object Detection Models on the Raspberry Pi" but when I launch the last command to run the tensorFlow li…