wobble icon indicating copy to clipboard operation
wobble copied to clipboard

regularization amplitude tuning runs very slowly

Open megbedell opened this issue 6 years ago • 1 comments

It seems like there's some sort of memory leak (TensorFlow not fully clearing the graph?) that means every subsequent order runs slower than the previous one.

Intermediate recommended fix is to run orders in small batches.

megbedell avatar Feb 25 '19 18:02 megbedell

Hi, for me the issue in this contextit is actually not the speed that suffers, but the memory that is used up. Order after order memory is accumulated (and not released), so that for typical data sets with around 100 epochs my machine is using up all the memory, and the process is freezed.

Edit: Actually, the same happens in the RV computation, but is a more severe problem with the reg. parameters optimization.

NairdaK avatar Feb 26 '19 16:02 NairdaK