You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
Since the goal of the project is to make deep neural networks and PyLearn2 more accessible, I'm wondering about packaging up the library along with the PyPI release of sknn. It would be self-contained and sknn would load that up as a fallback... What do you think?
It's not something that the PyLearn2 developers are considering right now (due to the overheads): lisa-lab/pylearn2#1493
... but could be worthwhile as part of this project. We have some automated tests, and along with PyLearn2's test suite it can be pretty safe.
If there's already a PyLearn2 version installed then I think sknn should use that, maybe printing a debug message: "This is the packaged version of sknn but it's using a version of pylearn2 that's already installed."
Thoughts welcome!
The text was updated successfully, but these errors were encountered:
Since the goal of the project is to make deep neural networks and PyLearn2 more accessible, I'm wondering about packaging up the library along with the PyPI release of
sknn
. It would be self-contained andsknn
would load that up as a fallback... What do you think?It's not something that the PyLearn2 developers are considering right now (due to the overheads):
lisa-lab/pylearn2#1493
... but could be worthwhile as part of this project. We have some automated tests, and along with PyLearn2's test suite it can be pretty safe.
If there's already a PyLearn2 version installed then I think
sknn
should use that, maybe printing a debug message: "This is the packaged version ofsknn
but it's using a version ofpylearn2
that's already installed."Thoughts welcome!
The text was updated successfully, but these errors were encountered: