I'm using Google Colab to train Stylegan3 on my data. I can resume from .pkl file.
But I want to save a specific tick state in a file and then resume training from that file. How can I do it? I've checked PyTorch model saving and resuming but no clue about Stylegan3 tick saving and resuming.
Stylegan3 official repo: https://github.com/NVlabs/stylegan3