You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that code in completion.py is outdated, because I can't run train or eval inside container.
To Reproduce: Docker image: pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel ME installation:
RUN git clone --recursive "https://github.com/NVIDIA/MinkowskiEngine"
RUN cd MinkowskiEngine; python setup.py install --force_cuda --blas=openblas
ME version: 0.5.4 Run command (inside MinkowsiEngine dir):
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/conda/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/user/MinkowskiEngine/examples/completion.py", line 658, in <module>
train(net, dataloader, device, config)
File "/home/user/MinkowskiEngine/examples/completion.py", line 534, in train
data_dict = train_iter.next()
AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next'
The text was updated successfully, but these errors were encountered:
It seems that code in completion.py is outdated, because I can't run train or eval inside container.
To Reproduce:
Docker image: pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel
ME installation:
ME version: 0.5.4
Run command (inside MinkowsiEngine dir):
Expected behavior: just run without errors.
Eval error:
Train error:
The text was updated successfully, but these errors were encountered: