Open nmb-paperspace opened 1 year ago
2_a_worked_example.ipynb cell 11 from tqdm import tqdm ... fails with
2_a_worked_example.ipynb
from tqdm import tqdm ...
Error: In unknown:0: 'std::exception': boost::filesystem::directory_iterator::operator++: Transport endpoint is not connected: "/tmp/exe_cache/pyg-a-worked-example" Error raised in: [0] popart::TrainingSession::createFromOnnxModel [1] Compiler::initSession [2] LowerToPopart::compile [3] compileWithManualTracing
3_small_graph_batching_with_padding.ipynb cell 14 fails with
3_small_graph_batching_with_padding.ipynb
Error: In unknown:0: 'std::exception': boost::filesystem::directory_iterator::operator++: Transport endpoint is not connected: "/tmp/exe_cache/pyg-padding" Error raised in: [0] popart::TrainingSession::createFromOnnxModel [1] Compiler::initSession [2] LowerToPopart::compile [3] compileWithManualTracing
4_small_graph_batching_with_packing.ipynb cell 20 poptorch_model.train() ... fails with
4_small_graph_batching_with_packing.ipynb
poptorch_model.train() ...
Error: In unknown:0: 'std::exception': boost::filesystem::directory_iterator::operator++: Transport endpoint is not connected: "/tmp/exe_cache/pyg-packing" Error raised in: [0] popart::TrainingSession::createFromOnnxModel [1] Compiler::initSession [2] LowerToPopart::compile [3] compileWithManualTracing
The remainder of these 3 notebooks are blocked from running.
Hi, I’m unable to reproduce these errors. Can you give me more information on the runtime details? Which image is your container pointing to? Which machine type are you running on?
2_a_worked_example.ipynb
cell 11from tqdm import tqdm ...
fails with3_small_graph_batching_with_padding.ipynb
cell 14 fails with4_small_graph_batching_with_packing.ipynb
cell 20poptorch_model.train() ...
fails withThe remainder of these 3 notebooks are blocked from running.