You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for making such a great tool! I've had the pleasure of exploring it over the weekend. My question about whether it's easy to store the predictions made by the model? Or should I write my own code for this and make a new folder etc. Just want to check whether you've already made a framework for this
The text was updated successfully, but these errors were encountered:
glad you like trixi :) I'm assuming you're using an ExperimentLogger in some way (PytorchExperimentLogger is a subclass, and PytorchExperiment automatically uses it)? The ExperimentLogger has a method save_numpy_data that you could use, it writes to the "save" folder in your experiment, see here. You can also write to a subfolder in "save" like this
Yup! I'm following the PyTorchExperiment format, so I've written my own setup, train, validate and test functions. That's fantastic! You've saved me a bunch of time thank you.
Hi! Thanks for making such a great tool! I've had the pleasure of exploring it over the weekend. My question about whether it's easy to store the predictions made by the model? Or should I write my own code for this and make a new folder etc. Just want to check whether you've already made a framework for this
The text was updated successfully, but these errors were encountered: