botorch icon indicating copy to clipboard operation
botorch copied to clipboard

Load Custom Pre-Trained PyTorch MLP as Surrogate Model

Open vinkyc opened this issue 1 year ago • 3 comments

Hi everyone,

I have developed a custom Multi-Layer Perceptron (MLP) model using PyTorch, which has been pre-trained for my specific application. The model architecture has an input size of 579 features and produces an output of size 7. Additionally, I've incorporated dropout layers to enable probabilistic outputs. I would like assistance with loading this model and using it as a surrogate model.

Any guidance on how to implement this would be appreciated!

Thank you!

vinkyc avatar Oct 08 '24 01:10 vinkyc