tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

remove lines that have no effect #21

Closed scott-vsi closed 7 years ago

scott-vsi commented 7 years ago

per @bobchennan in fchollet/keras#4475, "after changing the trainable property we need to re-compile the model to take effect."

tdeboissiere commented 7 years ago

Can you write a snippet to check it is actually the case ? I recall trying a few options and settling with this one because the others did not work.