Is it possible to pass the optimizer state dictionary from PyTorch to TorchSharp?
I know it's to do so with the model state dictionary (using the script provided to save the model state dictionary in the TorchSharp format), but that method wouldn't work for the optimizer state dictionary.
Let me know.