neuroailab / tfutils

Utilities for working with tensorflow
MIT License
25 stars 8 forks source link

Trainable scope names #111

Closed zhaizhai closed 5 years ago

zhaizhai commented 5 years ago

Allows specifying trainable scopes via model_params['trainable_scopes']. It looks like this feature was implicitly disabled when incorporating multi-gpu support.