Manu Joseph V
Manu Joseph V
Hmmm... Yeah, I agree. But will also have to thoroughly test the inclusion for corner cases. Would you be willing to raise a PR for it?
In the current way of doing things, this isn't supported. There are a few things which stops this use-case 1. Currently the data processing happens with pandas and numpy which...
Of course. There is a `save_model`, and `load_model` if you want to save the entire model including datamodules etc. and there is `save_weights` and `load_weights` if you just want to...