-
issue the command "python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config", to restart training, error "No module named 'deployme…
-
my platform is TX2,
dpkg -l | grep TensorRT
ii libnvinfer-dev 4.1.3-1+cuda9.0 arm64 TensorRT development libraries and…
-
Hello,
convert.py script failed while I was trying to convert the imagenet trained inceptionV3 model ( downloaded from https://github.com/fchollet/deep-learning-models/releases/download/v0.5/inceptio…
-
Hi,
i tried to run this code in tensorflow-gpu, but i am facing this issue while execute train command,
(tensor_gpu) C:\Users\admin\Downloads\models\research\object_detection>python train.py -…
-
Getting the following error when i run the
> python model_main.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
> Traceback (most rece…
-
I have used the following proto file: https://github.com/BVLC/caffe/blob/master/models/bvlc_googlenet/train_val.prototxt
and create this train.prototxt for 33 output classes (including 1 for backgrou…
-
```python
n_epochs = 10
batch_size = 40
n_iterations_per_epoch = len(flower_paths_and_classes_train) // batch_size
with tf.Session() as sess:
init.run()
inception_saver.restore(sess, I…
-
I created the train and val .rec files, and when I run the training script with Inception-BN model, I notice this incorrect shape error:
$ ./run.cv_inception_bn.sh
2016-07-17 01:02:57,342 Node[0] s…
-
I've just arrived to the training step but, trying to initialize it (`python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config`) it retu…
-
Where can we get the inception model?
```
network = importlib.import_module('models.inception_resnet_v1', 'inference')
File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
…