-
Dear @huanghoujing,
Have you ever trained other ConvNets (_e.g._, ResNet101, ResNet152, ResNext, Inception-ResNet-V2, DenseNet) as the backbone of your code?
-
I just finished training a model by following train_image_classifier.py
CUDA_VISIBLE_DEVICE=0,1 python train_image_classifier.py --train_dir=train_logs --dataset_dir=../train --num_samples=15500 --…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
Mac OS S…
-
Dear @layumi,
Have you ever trained other ConvNets (_e.g._, ResNet101, ResNet152, ResNext, Inception-ResNet-V2) as the backbone of your code?
-
Hi,can I ask if want to use other model,for example Inception-ResNet-v2, can I directly download inception_resnet_v2_2016_08_30.tar.gz,and modify the input arguments in main.sh,then it will works, or …
-
when I am running /floydhub/html HTML.ipynb, the first cell comes out an error
---------------------------------------------------------------------------
ModuleNotFoundError …
-
![image](https://user-images.githubusercontent.com/3048612/34090413-b8f08c4c-e3f1-11e7-920c-21f66369b5b5.png)
-
The same error on all datasets and all mask models
### System information
- **What is the top-level directory of the model you are using**:Object Detection
- **Have I written custom code**:No
- …
-
Hello,
When executing the models_to_frozen_graphs.py script I receive the following error
```
Traceback (most recent call last):
File "scripts/models_to_frozen_graphs.py", line 12, in
impo…
-
Hi I try to use tensorflow object_detection API
My computer is Mac book pro(version Sierra 10.12.6 )
I follow this youtube :'https://www.youtube.com/watch?v=JR8CmWyh2E8'
and final step, err…