Open Sandy4321 opened 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.
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 .
I've made refactoring this tutorial on windows 10 and python 3.6.1. All explained in my repository
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