-
## 🚀 Feature
Adding new models to the models section.
## Motivation
Many new models have been proposed in the recent years and do not exist in the models module.
For example, the EfficientNets…
-
```
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 …
-
### 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, I am entirely new to TensorFlow, but I am trying to run the retrain script, and it looks like this file is not coded for TensorFlow 2.7.2, which is the version specified in the requirements.txt…
-
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…
-
## Rationale
Calling @jwpeterson , @andrsd , @rwcarlsen (or anyone else who's keen!).
My DiracKernels don't produce the correct Jacobian when there are too many Dirac points. Can you help, pl…
-
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…
-
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…
-
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…