› Forums › Speech Synthesis › Merlin › Running Merlin on Eddie3
- This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago by
Simon King.
-
AuthorPosts
-
-
June 14, 2018 at 20:53 #9266
I kept running into an error (the output file and error file as attached) attempting to train the models with merlin on eddie3. The python scripts and bash scripts, as well as submission has been all right. I have changed the merlin script called by
05_train_duration_model.sh
from run_merlin.py to other backends like Keras and Tensorflow:
./scripts/submit.sh ${MerlinDir}/src/run_keras_with_merlin_io.py $duration_conf_file
None worked. It seems that Eddie3 and python scripts were both all right. And there is no disambiguous error message on the .e27xxxxx error file. The process quitted with 0 (meaning no error), but the training process was never run (.o27xxxxx file showed that the process ended in 0min 0sec). This is strange.
-
June 15, 2018 at 08:42 #9267
The attached files didn’t upload (you need to add a .txt ending to get around the security on the forum). To debug on Eddie, do not submit jobs to the queue, but instead use an interactive session (using qlogin with appropriate flags to get on to a suitable GPU node).
But, talk to classmates first – several people are attempting to use Eddie and you should share knowledge and effort. Also, look at the Informatics MLP cluster, where people have got Merlin working – see
https://www.wiki.ed.ac.uk/display/CSTR/CSTR+computing+resources
-
June 16, 2018 at 02:23 #9274
-
June 18, 2018 at 17:28 #9285
Looks like you have all processes set to “False” which means nothing will be done (other than loading the config files and writing some log output).
-
June 18, 2018 at 17:29 #9286
You should get everything working on a DICE machine, using just the CPU and a small data set, before attempting to use Eddie. Have you done that?
-
-
AuthorPosts
- You must be logged in to reply to this topic.
This is the new version. Still under construction.