Skip to content

Commit a0e9004

Browse files
marta-sdnv-kkudrynski
authored andcommitted
[MoFlow/PyT] Update README
1 parent 35d8759 commit a0e9004

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

PyTorch/DrugDiscovery/MoFlow/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ For those unable to use the [framework name] NGC container, to set up the requir
198198
To train your model using mixed or TF32 precision with Tensor Cores or using FP32, perform the following steps using the default parameters of the MoFlow model on the ZINC 250k dataset. For the specifics concerning training and inference, refer to the [Advanced](#advanced) section.
199199

200200
1. Clone the repository.
201-
```
202-
git clone [https://github.com/NVIDIA/DeepLearningExamples](https://github.com/NVIDIA/DeepLearningExamples)
203-
cd [DeepLearningExamples](https://github.com/NVIDIA/DeepLearningExamples)/PyTorch/DrugDiscovery/MoFlow
204-
```
201+
```
202+
git clone [https://github.com/NVIDIA/DeepLearningExamples](https://github.com/NVIDIA/DeepLearningExamples)
203+
cd [DeepLearningExamples](https://github.com/NVIDIA/DeepLearningExamples)/PyTorch/DrugDiscovery/MoFlow
204+
```
205205

206206
2. Build the MoFlow PyTorch NGC container.
207207
```
@@ -233,7 +233,14 @@ bash scripts/prepare_datasets.sh
233233
bash scripts/train.sh
234234
```
235235

236-
6. Start inference/predictions.
236+
6. Start inference.
237+
238+
You can train the model yourself (see the prevoius step) or download the pretrained weights from NGC:
239+
```
240+
wget 'https://api.ngc.nvidia.com/v2/models/nvidia/dle/moflow__pyt_ckpt/versions/22.11.0_amp/files/model_snapshot_epoch_300' -O /results/model_snapshot_epoch_300
241+
```
242+
Then you can run the inference:
243+
237244
```
238245
bash scripts/predict.sh
239246
```

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ These examples, along with our NVIDIA deep learning software stack, are provided
8989
| Models | Framework | A100 | AMP | Multi-GPU | Multi-Node | TRT | ONNX | Triton | DLC | NB |
9090
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- |------------- |------------- |------------- |------------- |
9191
| [SE(3)-Transformer](https://github.com/NVIDIA/DeepLearningExamples/tree/master/DGLPyTorch/DrugDiscovery/SE3Transformer) | PyTorch | Yes | Yes | Yes | - | - | - | - | - | - |
92+
| [MoFlow](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/DrugDiscovery/MoFlow) | PyTorch | Yes | Yes | Yes | - | - | - | - | - | - |
9293

9394
## Time-Series Forecasting
9495
| Models | Framework | A100 | AMP | Multi-GPU | Multi-Node | TRT | ONNX | Triton | DLC | NB |

0 commit comments

Comments
 (0)