-
System information
What is the top-level directory of the model you are using: ~/tensorflow/models/research/object_detection
Have I written custom code (as opposed to using a stock example scrip…
-
How to do `global_pooling` which can pool over the whole feature map and return a scalar value for each feature map without indicating `pool_size` and `stride`. With this maybe the configurations of …
-
@GeorgeSeif
get_pretrained_checkpoints.py returned the following error. Worked fine for vgg and inception_v2-v4.
(python 3.5.4).
Any suggestion? Thank you!!
-----------------------------
mv…
-
**Tensorflow version 1.0**
**Python 2.7**
My dataset has got two classes. For transfer learning i tried two inceptionV3 models.
1. **inception_v3_2016_08_28.tar.gz**
2. **classify_image_graph_…
ghost updated
6 years ago
-
This link shows 404.
```
model_urls = {
'imagenet': 'http://webia.lip6.fr/~cadene/Downloads/inceptionresnetv2-d579a627.pth'
}
```
-
I've downloaded the example project and copied into it the latest release of tensflow for UE4. I've made sure to enable all three plugins and I have no errors at all.
However no training is being d…
-
Hi,
Thanks for your good work. Can you guide me, I want to replace the default `MODEL_FILE` with inception resnet v2. It would be really helpful for me if you provide detailed answer. Thanks
-
## Issue in Resize Images for Inception_Resnet_v2
I am trying to run the inception_resnet_v2 example following the README in tensorflow/models/slim. I downloaded the MNIST dataset and the checkpoint …
-
I am checking the stock form of Tensorflow Slim models. I downloaded the pre-trained weights, e.g., `vgg_16`, `vgg_19`, `inception_v1`, `inception_v2`.
In my following minimal codes, I can choose (…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 16.04
- **TensorFlow installed from (source or binary)**: source
- **TensorFlow version (use com…