lisa-lab / DeepLearningTutorials

Deep Learning Tutorial notes and code. See the wiki for more info.
http://deeplearning.net/tutorial
Other
4.12k stars 2.13k forks source link

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

Open Sandy4321 opened 8 years ago

Sandy4321 commented 8 years ago

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 commented 8 years ago

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 notifications@github.com 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 https://github.com/lisa-lab/DeepLearningTutorials/issues/147.

Sandy4321 commented 8 years ago

Sorry I do not know On Mar 10, 2016 10:18, "Frédéric Bastien" notifications@github.com 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 notifications@github.com 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 https://github.com/lisa-lab/DeepLearningTutorials/issues/147.

— Reply to this email directly or view it on GitHub https://github.com/lisa-lab/DeepLearningTutorials/issues/147#issuecomment-194900119 .

innagorda commented 7 years ago

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