-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm not super experienced and don't know if something is actually going wrong..
I managed to get the training going and am seeing results that go somewhat in the right direction.
But the training is taking quite long (especially in comparison to the speed promised in the paper), and the quality of the trained concepts is very lacking.
After about 1h of training it has not finished the first epoch. It says something like "Epoch 0: (2276/6250)" - do those numbers refer to the training timesteps? Because in the config file the max number of steps is set to 400, and i do reach that number appearently, because it outputs the step=400.ckpt model when i let it run all the way through.
Is something going wrong here?
I'm using a NVIDIA GeForce RTX 3060 with around 12 GB ram, CUDA is working fine.