Amazing explanation! This answers so many questions that I have been continually running into. Many thanks for sharing publicly.
@ArtificialImages3 жыл бұрын
glad it helped!
@apachidesigns4 жыл бұрын
17:40 - "Right on cue. The cat". Brilliant :-)
@omarguzman11122 жыл бұрын
Can you please post the colab notebook?
@saisandeepkantareddy18902 жыл бұрын
Hi, thanks for the video, what's the snapshot number, for example, snapshot 2419.pkl, does it says something related to kimg? I mean after 2419 kimg the fidl 50k full score is 50? can I interpret like that?
@Cauthon0073 жыл бұрын
Hi out of curiosity what would be a recmmended cfg for a 512 image on a 24gb gpu (rtx3090) im just running on auto right now as i daren't change it without speaking to someone like yourself
@nithyakannan79713 жыл бұрын
i want to find fid score but it runs continuously still doesn't find any score. What can be done? Also is there any other way to measure the performance?
@ricardocesarrodrigues8373 жыл бұрын
in "Train.py --help" you may find how to take metrics during training, or just train it with --metrics None, than use calc_metrics.py to get the score you want.
@troonics4 жыл бұрын
I used colab for training and after i got disconnected, I upload my .pkl file from my drive it stops after one tick and says ^C. What dont it start training again?
@ArtificialImages4 жыл бұрын
what GPU are you being assigned? its possible you’re maxing out your VRAM
@troonics4 жыл бұрын
@@ArtificialImages yes sir, I was assigned Tesla k80 and ram was 12 gb
@troonics4 жыл бұрын
I worked for 4 tick in 4 hours and when I reconnected with second picked pkl file it just stops after 1 tick
@ArtificialImages4 жыл бұрын
@@troonics yes that might be the issue then. I’d try to get a p100 or v100 in order to train on colab
@Movieboy7773 жыл бұрын
@@ArtificialImages i had the same issue and it persisted even when i got a p100 .. : / .. is there maybe a way of limiting the amount of VRAM the process uses so that it doesn't max out ?