lfads / lfads-run-manager

Matlab interface for Latent Factor Analysis via Dynamical Systems (LFADS)
https://lfads.github.io/lfads-run-manager
Apache License 2.0
50 stars 29 forks source link

specify run_lfads, read fitlog.csv, specify checkpoint_file #4

Closed cpandar closed 6 years ago

cpandar commented 6 years ago

added options to specify path to run_lfads.py script (defaults to $(which run_lfads.py) ) added methods to read the fitlog csv file also added options to specify which checkpoint is read (defaults to LVE checkpoint)

djoshea commented 6 years ago

Thanks Chethan, this looks great and I'll get to this soon. I might alter the fit log code to use a data holding class for the fitlog like I did for LFADS.ModelTrainedParams. Thanks for the work on this!

cpandar commented 6 years ago

All features from this PR were incorporated, PR is now unnecessary. Thanks.