-
After training Inception Resnet V1 on my custom images using train_softmax.py produces such directory structure :
```
20180827-104410 20180827-115022 20180827-120731 20180827-121107 20180827-12…
-
### System information
- **What is the top-level directory of the model you are using**: tensorflow/models/tree/master/research/object_detection
- **Have I written custom code (as opposed to using a…
-
Hello,
Even after referring to previous issue (https://github.com/bcbio/bcbio-nextgen/issues/2613#issue-397148845) involving deepvariant installation, I can't seem to resolve the problem. The error…
djb17 updated
3 years ago
-
```
I'm told we need this
https://github.com/fozavci/viproy-voipkit/
But the install docs say to modify metasploit:
https://github.com/fozavci/viproy-voipkit/blob/master/kaliinstall.sh
Problem is …
-
There's a minor coding error in your python file.
from progress.bar import Bar
ImportError: No module named 'progress'
Fix this by using: from progressbar import Bar.
For anaconda user, if …
-
I turn my keras backend from tensorflow to mxnet to use mxnet's multi gpu training. However the code I run successfully in keras tensorflow backend seems not compatible with keras mxnet backend. It p…
-
I'm using a fresh pull of Inception, the most recent version as of 2014/11/25. (v0.4.0)
Running the tool yields no result, it's unable to find the pattern. My target is a Windows 7 x64 SP1 with 4 GB R…
-
Hello,
I am working on object detection with tensorflow 1.14. I have the following training pipeline:
- training SSD mobilenet inception v2 300x300 on my custom dataset using the object detect…
-
Hello,
I am using ImageNet 64x64 and run the code with the following command :
`python train.py --dataset I64_hdf5 --shuffle --batch_size 128 --num_G_accumulations 1 --num_D_accumulations 1 --n…
-
Hello @LossNAN
thanks for the wonderful repo. I tried to use the [multi_gpu_test_kinetics_rgb.py](https://github.com/LossNAN/I3D-Tensorflow/blob/master/experiments/ucf-101/multi_gpu_test_kinetics_…