Seonkyu Park
Seonkyu Park
Hi @mitming! I think you can use [my fork version of this repo](https://github.com/SunQpark/pytorch-template), which implements many useful features including DDP.
Sorry for late response. K-fold CV can be done by modifying `BaseDataLoader`. Current implementation of `_split_sampler` use first n samples of dataset as validation set. Modify this function to take...
1. That part of the trainer assumes that **metric functions return python scalar**, not a tensor. If some of your metric functions return tensor, OOM may happen since computation graph...
Thank you for the suggestion @khornlund, the cookiecutter project looks quite interesting. I've tried your example, and got some questions for you. I noticed initialization process asking a bunch of...
Currently I have two questions on this. cookiecutter seems to require a specific format to be used as template. Maybe we can maintain a branch for this. Is it possible...
@Dipet Thank you. I just updated README file
Hi @DelinQu, thank you for raising this issue. It seems that `get_logger` is problematic as you pointed out and I'm currently working on this. I'll let you know if there...
Oh thanks, but I'll let this issue open yet!