detecting-the-unexpected icon indicating copy to clipboard operation
detecting-the-unexpected copied to clipboard

Issue in pipeline.py

Open RamyaRaghuraman opened this issue 5 years ago • 2 comments

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!

RamyaRaghuraman avatar Nov 17 '19 18:11 RamyaRaghuraman

This is probably related to the pytorch version. Could you try pytorch 1.3?

adynathos avatar Nov 18 '19 13:11 adynathos

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.

adynathos avatar Nov 24 '19 14:11 adynathos