-
Traceback (most recent call last):
File "E:/TensorFlow2.0_SSD-master/train.py", line 70, in
train_step(batch_images=images, batch_labels=labels)
File "E:/TensorFlow2.0_SSD-master/train.py"…
-
I'd like to compare my system (MacBook Pro with BlackMagic GPU (AMD Radeon Pro 580)) on training models with and without plaidml. First a very simple model, then on a more complex model being develope…
-
FileNotFoundError: [Errno 2] File b'imagestrain_labels.csv' does not exist: b'imagestrain_labels.csv'
Traceback (most recent call last):
File "generate_tfrecord.py", line 100, in
tf.app.ru…
Noa20 updated
5 years ago
-
I've tried to reimporduce steps in:
https://eli5.readthedocs.io/en/latest/tutorials/keras-image-classifiers.html
But after running:
```
eli5.show_prediction(model, np.expand_dims(sample_image, 0…
-
-
Thank you for sharing the code. I have the following problem, do you know how to solve it? thanks
==================== PRETRAINED MODEL Loading Succeeded ====================
===================…
-
Hi
I'm trying to create a Arcface code using Tensorflow2.x
I have a problem in custom layer and the whole ArcFace Model
Please help me if you can
This is my implementation for arcface layer based …
-
i am trying to inference online with tensorflow2.0. my code is as follows:
> self.graph = tf.Graph()
>
> with self.graph.as_default() as g:
> self.input_ids = tf.com…
-
Hi,
I'm trying to have a clean install Vitis-AI on my machine.
Before that, I executed:
```
# Remove nvidia-driver
sudo apt-get purge --remove nvidia-driver-*
sudo apt-get autoremove
sud…
-
I am a new learner about Tensorflow2.0, I want to use some model in this project , but it's version seems to be Tensorflow 1.x , it's very convenient that if this projec…