In section 3.1 Results in the paper it says "Running on a single Nvidia GTX 1080Ti GPU, ENAS finds a recurrent cell in about 10 hours." I ran th e suggested script (./scripts/ptb_search.sh) and it took about 30 hours to complete running with a TitanV GPU card.
I'm curious about the output files after the script completed:
There are several model.ckpt* files (checkpoint files)
A graph.pbtxt (which was created much earlier - I'm guessing it's the graphviz graph for the best RNN cell discovered?)
Could you add instructions to the README.md for getting the graphviz output?
In section 3.1 Results in the paper it says "Running on a single Nvidia GTX 1080Ti GPU, ENAS finds a recurrent cell in about 10 hours." I ran th e suggested script (./scripts/ptb_search.sh) and it took about 30 hours to complete running with a TitanV GPU card.
I'm curious about the output files after the script completed: There are several model.ckpt* files (checkpoint files) A graph.pbtxt (which was created much earlier - I'm guessing it's the graphviz graph for the best RNN cell discovered?)
Could you add instructions to the README.md for getting the graphviz output?
In the stdout file I can see near the end:
(some nan's there).
I think 'rw' stands for rewards here. I'd guess in that case we want the model with the highest reward? (0.925 in this case)