Alexander Barth

Results 303 comments of Alexander Barth

Hi Unai :-) Your input data set can just have a single time instant (and `ntime_win` should be 1). Can you give more information about your use-case? Is the objective...

You can set `modeldir` parameter for `DINCAE.reconstruct` to save the model checkpoint. But it is a bit more complicated to use these checkpoints and to instantiate the model. I hope...

This commit adds more metadata to the checkpoint, so that a working model can be generated from a saved `jld2` file: https://github.com/gher-uliege/DINCAE.jl/commit/bf33a08da52d734e035eb8b27fb333eaa5cb827e The test case also shows how to use...