jrfiedler

Results 1 issues of jrfiedler

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')) ```