This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Hardcoded invalid dataset location in the npm dist #375
Milestone
Comments
can confirm. const { dataset } = require('propel')
dataset('mnist/train')
|
Yes this is a bug - thanks for the report. Will fix soon. |
ry
added a commit
that referenced
this issue
Mar 22, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 23, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 23, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 23, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 23, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 23, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 24, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 24, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 26, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
ry
added a commit
that referenced
this issue
Mar 26, 2018
And ensure datasets reference propelml.org URLs, not filesystem paths. Fixes #375
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems like your build script for dist package is messing with paths.
"propel@3.2.0" from npm contains lots of lines like this one:
var __dirname = "/Users/rld/src/propel/src";
Which causes errors when loading datasets.
The text was updated successfully, but these errors were encountered: