neuroailab / tfutils

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

better way to handle name filtering for multi-GPU case (e.g. weight decay) #121

Open yamins81 opened 5 years ago

yamins81 commented 5 years ago

Current solution for correct weight decay on multi-GPUs is awkward unless you use regularizers. But what's the generic solution?