WBAI 2018 Hackathon Oculomotor Project Repository.
After successfull install, you should be able to run docker ps
and get something like this:
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
The code can be executed in two modes: the interactive mode and batch training mode.
$ git clone --recursive https://github.com/wbap/oculomotor
$ cd oculomotor
$ docker build -t wbap/oculomotor .
$ ./helpers/interactive.sh
Access the monitor. http://0.0.0.0:5000/monitor/index.html
$ ./helpers/train.sh --content=1 --step_size=1000000 --log_file=experiment0
$ ./helpers/board.sh
Access the log page. http://0.0.0.0:6006/
$ ./helpers/evaluate.sh --log_file=evaluate0