HalbertCH / IEContraAST

This is the official PyTorch implementation of our paper: "Artistic Style Transfer with Internal-external Learning and Contrastive Learning".
MIT License
78 stars 7 forks source link

args are not parsed in Eval.py #2

Closed godofdream closed 2 years ago

godofdream commented 2 years ago

just replace args = parser.parse_args('') with args = parser.parse_args()

HalbertCH commented 2 years ago

Thanks! We have corrected it.