yang502

Results 7 comments of yang502

leech can't download file fiom seeder ,like issue #23.So I can't try in python3 branch. had to change to use python2.7 branch . I can't be sure that the python3...

## python2.7 branch I have test a case like this : leecher A : download succeed ->(a little time) give hint like this : ERROR: Problem connecting to tracker -...

Thanks for your reply! now for me , BtiTornado can picking up again when connections are re-established is enough !

@KupynOrest Has we need to set model to eval state? I also met the color change in test phase...

The fake_B is the generated fake sharp image.

如果是单卡训练的情况下,试试去掉prefetch_factor或者减小prefetch_factor值 , 例如这个` train_data_loader = DataLoader(train_dataset, batch_size=None, pin_memory=args.pin_memory, num_workers=args.num_workers) #prefetch_factor=args.prefetch)`