-
When I'm installing the package following shows up:
```
Command "/dev_env/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ya0bvm5k/scikit-learn/setup.py';f=getattr(tokeni…
-
Using TF 0.8.0.
`````` ---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
in ()
----> 1 train_ste…
-
Both with a clean install from source, and using the package from the repo:
```
import mlpack
ImportError: cannot import name test_python_binding
```
```
..........:~$ uname -a
Linux idbea…
-
Hello
I have tried to build mlpack following the instructions.
I managed to download the packages (openblas and boost libs)
however CMake fails in the configuration phase of mlpack
one of the e…
-
From today's demo at KDD 2017 - wether running
`tagger = metapy.sequence.PerceptronTagger("perceptron-tagger/")
`
either inside Jupyter or via command-line python, the above line of code appea…
-
Hi,
Is it possible to install Tensorflow on a Raspberry Pi? OS Ubuntu Mate, Python2.7
-
When I pass in the flag
```bash
$ nbgrader autograde --ExecutePreprocessor.interrupt_on_timeout=True
```
I get the following warning
```
[AutogradeApp | WARNING] Config option `interrupt_…
-
When I pass in the flag
```bash
$ nbgrader autograde --ExecutePreprocessor.interrupt_on_timeout=True
```
I get the following warning
```
[AutogradeApp | WARNING] Config option `interrupt_…
-
After installing from the 18.3 wheel, trying to run https://github.com/hughperkins/TensorFlow-Examples/blob/enforce-gpu/examples/3_NeuralNetworks/multilayer_perceptron.py outputs
```
Extracting da…
InonS updated
7 years ago
-
Hi Hugh,
Thanks for your great work!
I was wondering if you would be able to add a step-by-step tutorial on how to setup the code for using Radeon Pro GPU on MacBook with Tensorflow? It'd be very…