-
I am using the latest Tensorflow code on Ubuntu 16.04
1. I download **Inception-ResNet-v2** model from the link https://github.com/tensorflow/models/tree/master/slim
the check point file is:
…
-
Somewhere in either the model or the weight conversion code (from tfslim to Keras with TF dim ordering and Tensorflow backend) there is a bug. I've fixed a couple that I've found already, but currentl…
-
我在这里https://github.com/PaddlePaddle/models/tree/develop/fluid/image_classification/caffe2fluid 看到有caffe装FLuid教程,但是没有找到训练好的ImagesNet的模型。特别是MobileNet,ResNet,Inception。
-
![image](https://user-images.githubusercontent.com/26297768/42685266-1baae578-86c5-11e8-843e-c165249cbffc.png)
我之所以困惑,是因为Demo中的使用的是GoogleNet,明明是分类的神经网络,而Demo中的是目标检测。
是Android的Demo。
-
I have trained classification model using inception_resnet_v2, and I set max_train_steps equals 15w steps. However, according to loss graph on tensorboard, I found the minimum loss at 2w steps. I als…
-
**Inception v3** (http://arxiv.org/abs/1512.00567) has been published at the same time as residual nets and show a comparable classification accuracy.
**Inception v4** and InceptionResNet (http://arx…
-
I train my custome data, but only generate 5 checkpoint model file, why?
How change parameter and generate min loss checkpoint model file is not only 5 file?
train code follow :
CUDA_VISIBLE_DEVI…
-
Hello, I try to train the **faster_rcnn_inception_resnet_v2_atrous_coco_2018_01_28** model by launching the train.py script on it, but I get the following ResourceExhaustedError. Do you have any idea …
-
When I use model **fasterRcnn_inception_resnet_v2** with my own data for training, I set `--num_clones=2` to use my 2 GPUs. But I got the error below:
`File "/home/zha/Documents/models-master/object…
-
在文档中有提供训练好的模型,但是只是提供了一张图,我需要更多的图片来测试,可以提供更多的图和对应的label吗?