-
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimenta…
-
```
Tensorflow version: 1.7-gpu
Operating system: ubuntu 16.04
```
I was training a multi-label image classification model (an image could have multiple labels, and the label is like `[1,0,0,0,1…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu …
-
## Problem Description
I want to use the pre-trained [Inception-ResNet-v2](http://download.tensorflow.org/models/inception_resnet_v2_2016_08_30.tar.gz) model to extract features from the next-to-last…
D-X-Y updated
6 years ago
-
我同样的数据,同样的预处理,训练了GoogleNet,MobileNet,Resnet等等,为什么只有GoogleNet能正常预测,其他模型预测输出的都是错误的,都是同一个结果,比如都是0。没修改任何程序,只是换了不同的预测模型。
-
Hi!
I'm try to deployed facenet model in VisionKit!and I'm in trouble!
I run the compiler using:
./bonnet_model_compiler.par --frozen_graph_path="./20180408-102900.pb" --input_tensor_name="input"…
-
For some models, loading (partially) fails. See below:
vgg16: ok
vgg16: ok
resnet50: ok
inception_v3: weights ok. "relu" type pattern missing (no url).
inception_resnet_v2: weights ok. "relu" t…
-
Hi titu, thanks for your work!
I run the training code you wrote and the generated weight file looks quite different with file posted in the release. I run a test with some images using the weight fi…
-
```python
# build the one layer conv
import paddle.v2 as paddle
def Oneconv(input, class_dim):
ch_in=3
ch_out=64
filter_size=7
stride=2
padding=3
out = paddle.laye…
-
David
Can compare.py still work with inception_resnet_v1 model?
Thanks,