neuroailab / tfutils

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

Output at the beginning of training #24

Closed qbilius closed 7 years ago

qbilius commented 7 years ago

When save_initial = Falseand do_save = True, step counting starts at 1, not 0.

yamins81 commented 7 years ago

Need to only apply this to filters. But always save the initial output. Also, change to the option name to save_initial_filters.