Philippe Goulet Coulombe

Results 5 comments of Philippe Goulet Coulombe

Thanks for your quick answers. 1. No 2. Indeed, we are using autograd features without detach(). Where should that be included? 3. Yes

Unfortunately, we do nothing of the kind (except keeping the best single out-of-bag loss through loss$item() for early stopping purposes) and memory usage keeps increasing. Is there any other possible...

As I mentioned, it is rather plain. But here is a simplified version of the training loop: ``` patience = patience wait = 0 oob_index loss_oob$item() best_loss=loss_oob$item() best_epoch=i best_model=model if(percentChange...

So, we tried both of those fixes (mostly the first), but they did not solve the issue. What is even stranger is that we found out that, on M1 Macs,...

Sorry for the delay, we finally can share one such example and we also experimented a bit with it. The code is available [here](https://github.com/philgoucou/torch_issues). Some observations we made: 1. it...