hzy46 / fast-neural-style-tensorflow

A tensorflow implementation for fast neural style!
932 stars 361 forks source link

vgg_preprocessing.py code wrong #66

Open Sxs7513 opened 5 years ago

Sxs7513 commented 5 years ago

code "image = _aspect_preserving_resize(image, resize_side)" in preprocess_for_train, but _aspect_preserving_resize need three args, is there something wrong with this code?