All notable changes to this project will be documented in this file.
- New console script entrypoint for training. Write
decode.train
instead ofpython -m decode.neuralfitter.train.live_engine
- EmitterSet now implements "+" operator which concatenates EmitterSets
- EmitterSet now has chunk method to split an EmitterSet into equally sized chunks
- Plotting supports axes swap
axes_order='future'
because the decode convention will change
- EmitterSet implements
.save()
method which now supports .hdf5, .pt (pytorch standard) and .csv. - EmitterSet implements
.load()
method which supports .hdf5 and .pt (pytorch standard). - Console device argument must take expalining string not integer. I.e.
-i 1
won't work, it must be-i cuda:1