neuroailab / tfutils

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

Resolving the stupidity with when "loading pointlessly" error is thrown. #80

Closed yamins81 closed 6 years ago

yamins81 commented 7 years ago

This should only be thrown when: (1) it's training and not validation (2) load_params and save_params are both specified (3) load_params == save_params (regardless of load_query)

The point is to prevent saving to the save address something that should be different.

@chengxuz I'm assigning you to this.