We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a731c3 commit 43b608bCopy full SHA for 43b608b
README.md
@@ -1,10 +1,16 @@
1
# pytorch_training_optimization_using_tensordict_memory_mapping
2
Optimizing PyTorch Training using TensorDict Memory Mapping to Nvidia GPU.
3
4
-To run the demo: python run_demo.py
5
-
6
-[NOTE: a mock dataset will be created in the current working directory.]
7
+````
+python==3.9.13
+torch==2.3.1
+tensordict==0.5.0
8
9
+
10
+To run the demo [NOTE: a mock dataset will be created in the current working directory]:
11
12
+python run_demo.py
13
14
15
Training 1 Epoch via torch.utils.data.Dataset:
16
0 commit comments