Most (all?) of our estimators have a clear_memory function that simply resets the estimator while keeping the neural network's weights. The documentation mentions "memory leaks". Are those still an issue? What was the original motivation for adding that function, is there some way to reproduce the issue?
CC @kiudee @prithagupta
Most (all?) of our estimators have a
clear_memoryfunction that simply resets the estimator while keeping the neural network's weights. The documentation mentions "memory leaks". Are those still an issue? What was the original motivation for adding that function, is there some way to reproduce the issue?CC @kiudee @prithagupta