Commit 824b3a5
Make benchmark for training work with multiple gpus
Summary:
1. For tensorboard_trace_handler, ``worker_name`` should be unique for each worker in distributed scenario.
2. Turn off saving `profiler-trace-iter{}.json` in the output dir when `save_tensorboard=True` as it seems like we cannot have both enabled right now (discussions are here https://fb.workplace.com/groups/289111155699012/permalink/640990860511038/)
Reviewed By: ppwwyyxx
Differential Revision: D31312437
fbshipit-source-id: b50d80c9f288a35483d9a41ce07e0307c15c297f1 parent 9f8d35e commit 824b3a5
1 file changed
+18
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
| 418 | + | |
418 | 419 | | |
419 | 420 | | |
420 | 421 | | |
| |||
434 | 435 | | |
435 | 436 | | |
436 | 437 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
452 | 454 | | |
453 | 455 | | |
454 | 456 | | |
| |||
0 commit comments