Skip to content
New issue

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

incorrect onnxruntime-gpu version , changed from 1.8.1 to 1.18.1 #1415

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools/PyTorch/TimeSeriesPredictionPlatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For more information about how to get started with NGC containers, refer to the
2. Enter the Deep Learning Examples TSPP repository:

```
cd DeeplearningExamples/Tools/TimeSeriesPredictionPlatform
cd DeeplearningExamples/Tools/PyTorch/TimeSeriesPredictionPlatform
```
3. Copy the relevant temporal fusion transformer [code](https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/Forecasting/TFT/modeling.py) to the TSPP:
```
Expand Down
283 changes: 0 additions & 283 deletions Tools/PyTorch/TimeSeriesPredictionPlatform/models/dcrnn.py

This file was deleted.

Loading