v0.2.3
- Adding the
MSE
andsMAPE
error measures - Fix returning tensors from the GPU back to the CPU
- Fix repeated use of a dataset by properly deepcopying it
- Add console output for training
- Fix the LBFGS optimizer
- Add the
plot_losses
function to theModel
class to plot losses/errors aftertrain
separately