-
estimated release date: 2018-09-04
expected:
- Python-3.7 fixtures: scikit-learn-0.19.2+, numba-0.39.1, spyder-3.3.1, pythonnet
- idlex-1.18 (at last, compatible with Python-3.6+, was missing in …
-
Here is a [paper](https://arxiv.org/pdf/1802.08235v1.pdf) I stumbled upon yesterday. It describes an interesting, visual approach of separation of mixed set of points in high dimensional spaces into l…
ghost updated
6 years ago
-
I have about 120-150 hours to work on a project for school, and I was thinking about doing a visualization project in TensorBoard, and I'd like it to be usable by lots of people. Here's my idea:
Us…
-
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request,…
-
expected (new) date : july 8th
The moving part closely followed of this release is Python-3.7 with numba.
The other parts are in follow-up mode. (10x less effort)
expected features:
- WinPyth…
-
Hi everyone.
### Describe the problem
From my understanding, I believe that the main difference between `tf.name_scope` vs `tf.variable_scope` is that `tf.name_scope` only records ops while `tf.vari…
-
_From @Tilana on August 24, 2017 17:57_
visualize learning rate, accuracy, and tensor graph (code structure) with tensorboard
_Copied from original issue: Tilana/cnn#3_
-
Currently, there is no direct way to visualise word embeddings made by the gensim word2vec model.
I have made a visualiser using matplotlib.
It uses Incremental PCA to reduce to manageable dimension…
-
Hello again,
during my implementation i encountered a problem
the input value is between [0,1] but the output value of the net (predictions, images after moving through the net) is between [-10^7…
ghost updated
6 years ago
-
Is there an argument to toggle on/off tensorboard logging ? Or I have to manually add the SummaryWriter in the training codes.?