detecting-the-unexpected
detecting-the-unexpected copied to clipboard
Issue in pipeline.py
Hi @adynathos ,
Really impressive work! :)
I get the following error in pipeline.py when I execute Exec_evaluations.ipynb:
"AttributeError: module 'torch.utils.data' has no attribute 'get_worker_info'"
I use Windows 10 OS and my pytorch version is 1.1.0. Any help would be appreciated. Thanks!
This is probably related to the pytorch version. Could you try pytorch 1.3?
In that code, we make a modified version of PyTorch's default collate, so it is involved with the PyTorch internals which sometimes change from version to version.