| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update deprecated tf.initialize_all_variables to tf.global_variables_…
|
|
|
|
Replaced outdated tf.pack with tf.stack
|
|
This resolves the issue posted in https://github.com/cysmith/neural-style-tf/issues/18.
tf.pack was replaced by tf.stack in 2016.
|
|
|
|
|
|
|
|
|
|
Python 3 compatibility
|
|
Map objects is not subscriptable in Python 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|