question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Datasets are downloading only on node 0, rank 0 in Ignite examples.

See original GitHub issue

github_iconTop GitHub Comments

1reaction
sdesroziscommented, Apr 10, 2021

I think that is correct to download dataset only on rank 0.

Usually, if you have multiple nodes, dataset is downloaded on a shared directory on the file system. We don’t want to have multiple datasets on memory.

0reactions
sdesroziscommented, Apr 11, 2021

I’m not sure. Cifar10 is a small dataset, I think that what is currently done is good.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ignite/main.py at master · pytorch/ignite - cifar10 - GitHub
Get train/test datasets. if idist.get_local_rank() > 0: # Ensure that only local rank 0 download the dataset. # Thus each node will download...
Read more >
Collective Communication with Ignite
Let's spawn 3 processes with ranks 0, 1 and 2 and define a tensor on all of ... to make sure only the...
Read more >
Apache Ignite
The Apache Calcite is a SQL engine with customizable modules. Requests can be splitted into more than 2 phases. A query engine can...
Read more >
Distributed training with CPU's - ignite - PyTorch Forums
I tried using ignite.distributed with the gloo backend, but when … ... that only local rank 0 download the dataset # Thus each...
Read more >
How to Fast Load Large Datasets into Apache Ignite by Using ...
The slow application is only one of the many entities that form the processing pipeline of the production system, so there are strict...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found