mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
In order to get the result of `_shared_seed_recv_cnt` properly, switch from `store.get` to `store.add(key, 0)`.
See the comment from distributed team for the reason:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| collate.py | ||
| fetch.py | ||
| pin_memory.py | ||
| serialization.py | ||
| signal_handling.py | ||
| worker.py | ||