jeong-tae / RACNN-pytorch

This is a third party implementation of RA-CNN in pytorch.
201 stars 63 forks source link

TypeError: 'module' object is not callable #21

Closed liujiale1234 closed 4 years ago

liujiale1234 commented 4 years ago

Traceback (most recent call last): File "trainer.py", line 306, in train() File "trainer.py", line 57, in train trainset = CUB200_loader(os.getcwd() + 'G:/RACNN-pytorch-master/RACNN-pytorch-master/data/CUB_200_2011/images', split = 'train') TypeError: 'module' object is not callable

I need help

jeong-tae commented 4 years ago

Maybe given path is incorrect. Sorry for late reply.