-
(tf) F:\Git\tensorflow_models\research>python object_detection/builders/model_builder_test.py
2019-12-23 13:15:50.353549: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully …
-
Hello! I've found a performance issue in your project:
- `tf.Session` being defined repeatedly leads to incremental overhead.
You can make your program more efficient by fixing this bug. Here is…
-
Hello! I've found a performance issue in /vendor/tensorflow/models/research/slim/datasets/download_and_convert_cifar10.py: `with tf.Session('') as sess`[(here)](https://github.com/deepdrive/deepdrive/…
-
https://github.com/tensorflow/benchmarks/blob/6c2ccb45049673f09fdea9406372d6561db5c4fd/scripts/tf_cnn_benchmarks/models/mobilenet_v2.py#L47
does it mean slim.conv2d use default data_format NHWC h…
-
Hi, I read your RoIPool operation and can't understand some lines:
```
def _crop_pool_layer(self, bottom, rois, name):
with tf.variable_scope(name) as scope:
batch_ids = tf.squeeze(t…
-
due to the " import tensorflow.contrib " is a downgraded function in TensorFlow 2.x in order to import " tensorflow.contrib.slim as slim"
-------------------
![Screenshot from 2021-09-05 16-33…
-
I have followed the procedure you gave and I successfully convert my ten channel images to tfrecored file. But I faced the following problem while I am trying to train it. FYI, I am using SSD_incepti…
Falmi updated
3 years ago
-
tf.pack should become tf.stack. There are a number of other changes that need to be applied for tf 1.0.
https://github.com/tensorflow/tensorflow/releases
-
$ mvNCCheck TF_Model/tf_model.meta -in=conv2d_1_input -on=dense_2/Softmax
mvNCCheck v02.00, Copyright @ Movidius Ltd 2016
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-…
-
Platform (like ubuntu 16.04/win10):
ubuntu 16.04
Python version:
2.7
Source framework with version (like Tensorflow 1.4.1 with GPU):
Tensorflow 1.9
Destination framework with version (like CNTK …