We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out how to load trained GP model checkpoint (need to make sure the original training data is saved with the rest of the model hyperparameters)
This can also involve saving as an onnx file and loading it with tensorrt as in a production environment.
I think to do this I need to first revamp how I am using hparams: See: https://pytorch-lightning.readthedocs.io/en/stable/hyperparameters.html?highlight=hyperparameter
The text was updated successfully, but these errors were encountered:
Also adding a 2D visualization and 3D input-output case would be sooo cool. See tubes now thats cray cray
Sorry, something went wrong.
Something important to visualize is the overlayed Gaussians on the z axis at every point for the confidence region.
No branches or pull requests
Figure out how to load trained GP model checkpoint (need to make sure the original training data is saved with the rest of the model hyperparameters)
This can also involve saving as an onnx file and loading it with tensorrt as in a production environment.
I think to do this I need to first revamp how I am using hparams: See: https://pytorch-lightning.readthedocs.io/en/stable/hyperparameters.html?highlight=hyperparameter
The text was updated successfully, but these errors were encountered: