DeepLearning-Image icon indicating copy to clipboard operation
DeepLearning-Image copied to clipboard

Introduction to Deep Learning for Image Recognition

Results 2 DeepLearning-Image issues
Sort by recently updated
recently updated
newest added

In the notebooks that need the full path to a dataset, you could do something like this ``` import os path_to_data = os.path.abspath(os.path.join('..', 'data', 'mnist.pkl.gz')) ```

I'm on a Mac OS 10.10.5 I installed Anaconda Python 3.5 from scratch Created tensorflow environment Ran pip install as indicated In python (or ipython), I get the following results:...