Updated to use torch 2.x
(+ latest versions of other dependencies). This is not a breaking change, DLKoopman will continue to work as before if the machine running it has torch>=1.12.1
.
Added a new configuration parameter torch_compile_backend
to specify the backend for the torch.compile()
call if using torch 2.x
.
Fixed the device for some tensors.