Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lstm example is not working on windows, the problem is : perl file use makes error #147

Open
Sandy4321 opened this issue Mar 10, 2016 · 3 comments

Comments

@Sandy4321
Copy link

lstm example is not working on windows, the problem is : perl file use makes error
from
http://deeplearning.net/tutorial/lstm.html
In order to use your own data, please use a (preprocessing script) provided as a part of this tutorial.
this file
https://raw.githubusercontent.com/kyunghyuncho/DeepLearningTutorials/master/code/imdb_preprocess.py
uses perl

@nouiz
Copy link
Member

nouiz commented Mar 10, 2016

We don't have time to make it work on windows. Do you want to try to make
it work on windows? For this, can you check how to execute a perl script on
windows? This is what is causing problem I think.

On Thu, Mar 10, 2016 at 10:14 AM, Sandy4321 [email protected]
wrote:

lstm example is not working on windows, the problem is : perl file use
makes error
from
http://deeplearning.net/tutorial/lstm.html
In order to use your own data, please use a (preprocessing script)
provided as a part of this tutorial.
this file

https://raw.githubusercontent.com/kyunghyuncho/DeepLearningTutorials/master/code/imdb_preprocess.py
uses perl


Reply to this email directly or view it on GitHub
#147.

@Sandy4321
Copy link
Author

Sorry I do not know
On Mar 10, 2016 10:18, "Frédéric Bastien" [email protected] wrote:

We don't have time to make it work on windows. Do you want to try to make
it work on windows? For this, can you check how to execute a perl script on
windows? This is what is causing problem I think.

On Thu, Mar 10, 2016 at 10:14 AM, Sandy4321 [email protected]
wrote:

lstm example is not working on windows, the problem is : perl file use
makes error
from
http://deeplearning.net/tutorial/lstm.html
In order to use your own data, please use a (preprocessing script)
provided as a part of this tutorial.
this file

https://raw.githubusercontent.com/kyunghyuncho/DeepLearningTutorials/master/code/imdb_preprocess.py
uses perl


Reply to this email directly or view it on GitHub
#147.


Reply to this email directly or view it on GitHub
#147 (comment)
.

@innagorda
Copy link

I've made refactoring this tutorial on windows 10 and python 3.6.1. All explained in my repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants