neuroailab / tfutils

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

Added restore global step option #103

Closed anayebi closed 6 years ago

anayebi commented 6 years ago

Added back ability to not restore global step (restoring global step is set to True by default to not change any default behaviors). Simply pass 'restore_global_step': False to your load_params to not restore it.

Addresses issue #98