keras-rtst icon indicating copy to clipboard operation
keras-rtst copied to clipboard

"Real-Time Style Transfer" with Keras

Results 3 keras-rtst issues
Sort by recently updated
recently updated
newest added

First, thank you. Running the examples gives: ``` File [...] keras_rtst/models/style_xfer.py", line 43, in make_model keras_vgg_buddy.add_vgg_to_graph(model, 'vgg_concat', pool_mode=args.pool_mode, AttributeError: 'module' object has no attribute 'add_vgg_to_graph'` ``` looking at the keras_vgg_buddy...

Bumps [keras](https://github.com/keras-team/keras) from 0.3.3 to 2.13.1. Release notes Sourced from keras's releases. Keras Release 2.13.1 What's Changed Fix timeseries_dataset_from_array counts when sequence_stride > 1 by @​basjacobs93 in keras-team/keras#17396 Fix doc...

dependencies