You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that some of the requirements for reproduction are missing: 1) the pre-trained model used in model.load_state_dict(torch.load('./modelCVPR21/QMUL/model_photo2Sketch_QMUL_2Dattention_8000_.pth')) is not provided, 2) validation or testing environments are not specified, 3) runnable scripts with proper arguments are not provided either.
I assume those have been missing during refactoring codes, and users may have difficulties with reproducing the results.
Please kindly consider including those missing parts in future updates!