Hadjer Benmeziane

Results 1 issues of Hadjer Benmeziane

Good evening! With the current torch version, `torch._six` does not exist anymore. A workaround would be to directly set, in utils/my_data_loader.py: replace `from torch._six import string_classes` by `string_classes = str`...