Skip to content

An app to play with the hyper-parameters and save it to a file

Notifications You must be signed in to change notification settings

holmgroup/BokehAppDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

BokehAppDemo

An app to play with the hyper-parameters and save it to a file

Clone the repository

git clone https://github.com/holmgroup/BokehAppDemo.git

Do your work and then add them to git server as:

git add -A
git commit "Commit message"
git push

In terminal:

navigate to the parent folder to Flask_parameter_update and then run:

bokeh serve --show Flask_parameter_update

On saving the params, they are appended to a textfile output.txt in Flask_parameter_update/output.txt

Packages required:

Bokeh (server version 0.12.9 (running on Tornado 4.5.2)) Numpy (1.13.2 or later) Scikit-image (> 0.12)

#Port Forwarding: To run this on hippolyta, clone the repository into hippolyta and run it as before Note the local port number on the terminal, and port forward it to your machine as:

ssh -N -L $LOCALPORT:localhost:$REMOTEPORT $REMOTEHOST

About

An app to play with the hyper-parameters and save it to a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published