LiviaNET icon indicating copy to clipboard operation
LiviaNET copied to clipboard

Error occured while training

Open amruta24 opened this issue 6 years ago • 13 comments

Screenshot from 2019-04-15 14-29-41

amruta24 avatar Apr 15 '19 09:04 amruta24

Hi, can you be more precise so that I can understand better the error? Did you just clone the repository and run the code? Or did you modify something? Which version of Theano/python/etc are you using? Without more information is hard to have any insight of that problem.

Jose

josedolz avatar Apr 15 '19 22:04 josedolz

hi , yes , I just clone the repository and run the code . I used the python 2.7 and Theano 1.0.3 versions for execution but these error are occured.

amruta24 avatar Apr 16 '19 07:04 amruta24

Hi, Can you try in another machine? We have tried to reproduce the error in different machines and environments and it doesn’t appear.

Jose

josedolz avatar Apr 22 '19 15:04 josedolz

Hi , I tried to run on 3 different machines but got same error . Otherthan dataset paths their is anything to change in config file? It is OK to use Theano 1.0.4 or there is need to use any other versions?

amruta24 avatar Apr 24 '19 19:04 amruta24

image The above error occure while debug

amruta24 avatar Apr 25 '19 15:04 amruta24

image

these error are occure while training. i will try with different theano version but still these error are occured . can you please explain in detaile how to set up and train the module ?

amruta24 avatar Apr 29 '19 10:04 amruta24

Hi, for the last error we have seen it in several computers. The workaround for it is to run the code with some Theano flags, like this:

THEANO_FLAGS='floatX=float32' python ./networkTraining.py ./LiviaNET_Config.ini 0

josedolz avatar Apr 30 '19 12:04 josedolz

Hi!How to use the data in Dataset?

QingchenFan avatar May 25 '19 10:05 QingchenFan

HI! Can Dataset folder data directly into the program to use?

QingchenFan avatar May 25 '19 10:05 QingchenFan

Hi @QingchenF Can you reformulate your questions please? I do not get your points.

josedolz avatar May 25 '19 23:05 josedolz

image I don't know why the program stopped working

QingchenFan avatar May 27 '19 10:05 QingchenFan

Hi @QingchenF The data I put in the repository is just to be sure that the network can run. The only thing you have to do is to change the absolute path of those folders to the path in your computer. With that change it should run. Regarding your second problem, without more information I cannot see what the problem is.

Best

josedolz avatar May 27 '19 17:05 josedolz

Thank you very much

QingchenFan avatar May 28 '19 03:05 QingchenFan