Skip to content

Commit

Permalink
Update docs/community/contributing-emulators.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Arana <[email protected]>
  • Loading branch information
mastoffel and aranas authored Nov 22, 2024
1 parent 96a61ae commit 8f6071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/contributing-emulators.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ After your emulator passes tests:
PyTorch emulators require special handling:

1. Put the model architecture in `autoemulate/emulators/neural_networks/`
2. Put themain emulator class in `autoemulate/emulators/`
2. Put the main emulator class in `autoemulate/emulators/`
3. Use [skorch](https://skorch.readthedocs.io/) for scikit-learn compatibility:
- Create `self.model_` as `NeuralNetRegressor` instance
- Pass model architecture as first argument
Expand Down

0 comments on commit 8f6071d

Please sign in to comment.