tensorflow-fast-style-transfer icon indicating copy to clipboard operation
tensorflow-fast-style-transfer copied to clipboard

A simple, concise tensorflow implementation of fast style transfer

Results 12 tensorflow-fast-style-transfer issues
Sort by recently updated
recently updated
newest added

Could you please add support for package image processing for --content and --output arguments in run_test.py? Because when I'm trying to pass folder with images as an argument - I'm...

1. python run_train.py --style style/wave.jpg --output model --trainDB train2014 --vgg_model pre_trained_model - AttributeError: module 'tensorflow' has no attribute 'batch_matmul' 2. python run_test.py --content content/female_knight.jpg --style_model models/wave.ckpt --output result.jpg - AttributeError:...