Felix Hafner
Felix Hafner
@GA-17a if you look in eval/eval.ipynb, it achieves a testing accuracy of 70.1%. However, the model .../resnet-18-80-epochs/.../model.pth is loaded. When I use the exact same script to pretrain the model...
@arjung128 hi, this answer is late, but maybe you'll find [this video](https://www.youtube.com/watch?v=YPfUiOMYOEE) useful. Hope it helps.
@LiDaiY if you initialized the parameters of the resnet with the flag `pretrained=True` then the model would already have learnt a representation. You might get better results, but the purpose...
Thanks for the quick reply. Maybe you can help me with the issue I'm running into: I use the restore wrapper from [criu_ns](https://github.com/checkpoint-restore/criu/blob/criu-dev/scripts/criu-ns), which works fine. However, I want to...
Thanks for the quick reply! I must have made some mistake---it does seem like it works with `--lazy-pages`. Thanks for the clarification! I guess this makes the other question (regarding...