Skip to content

Commit 43ee08b

Browse files
authored
Merge pull request #17 from NVlabs/pulkitg/perf_measure
Update readme with perf measure
2 parents 3c473a7 + 0202c4f commit 43ee08b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: README.md

+18
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,24 @@ The exact path of the teacher policy does not matter, but it is recommended to s
170170
--teacher_policy.checkpoint model_<iteration_number>.pt
171171
```
172172

173+
- Training requires a single GPU, we found the following performance when training on different
174+
GPUs:
175+
<br>
176+
177+
**Teacher Training:**
178+
| GPU | Num Iterations | Time per Iteration (s) | Training Time (h) |
179+
|-----------|----------------|------------------------|-------------------|
180+
| RTX 4090 | 100'000 | 0.84 | 23.3 |
181+
| RTX A6000 | 100'000 | 1.90 | 52.8 |
182+
| L40 | 100'000 | 1.61 | 44.6 |
183+
184+
**Student Training:**
185+
| GPU | Num Iterations | Time per Iteration (s) | Training Time (h) |
186+
|-----------|----------------|------------------------|-------------------|
187+
| RTX 4090 | 10'000 | 0.097 | 0.27 |
188+
| RTX A6000 | 10'000 | 0.18 | 0.50 |
189+
| L40 | 10'000 | 0.176 | 0.49 |
190+
173191
## Generalist vs. Specialist Policy
174192

175193
The codebase allows to train both generalist and specialist policies:

0 commit comments

Comments
 (0)