Image-to-Image Translation in PyTorch
computer-vision
deep-learning
computer-graphics
pytorch
generative-adversarial-network
gan
image-manipulation
image-generation
gans
pix2pix
cyclegan
-
Updated
Aug 25, 2020 - Python
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py
.Maybe @hetong007 ? Thanks in advance.