-
in start you are installing tensorflow 1.15 and when you open jupyter notebook in reserch->objection detection->colab_tutorials you are ignoring its ist cell where they are installing tf2.* and you d…
-
from elm import ELMClassifier
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets('MNIST_data', one_hot=True)
train = mnist.train.n…
-
Don't you mean Sigmoid for 2-class classification and Softmax for more than 2 classes in the documentation for classifiers: https://github.com/aigamedev/scikit-neuralnetwork/blob/master/docs/guide_mod…
-
Hello, Mr. Jiang. I am a first-year graduate student and I am learning the use of TFPWA recently. During this process, the following problems were discovered:
1.During the software installation proce…
-
**Describe the issue**:
filename : examples/tutorials/hello_nas.py
code : from nni.nas.nn.pytorch import LayerChoice, ModelSpace, MutableDropout, MutableLinear
error : can't find MutableDropout, Mu…
-
I've tried using the GraphModelFactory() to load the estimator-based model exported in [this regression example](https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Ftf-estima…
-
Hi! I cannot run a minimal example
It is because the my GPU is not supported?
**System information**
- OS: Archlinux
- TensorFlow i tried installing from source and with the one from pip (t…
-
## 🚨🚨 Feature Request
- [ ] Related to an existing [Issue](../issues)
- [ ] A new implementation (Improvement, Extension)
### Is your feature request related to a problem?
[Hub docs](https…
-
Используем https://www.tensorflow.org/js/ https://www.npmjs.com/package/@tensorflow/tfjs (в репозиторий добавлено)
Надо сделать простейший класс входных данных товар - это название классификатор и…
-
Hello,
I am trying to run your code but unfortunately there are a lot of errors to be solved, you have not specified the version of tensorflow, python and keras in your dependency file and after solv…