A question about finetune autoencoder?
Closed this issue · 1 comments
wyhlovecpp commented
Hi,
When I finetune the ae on my own dataset, I found that the total number of steps would be divided by 8 because of the config setting here.
I want to know how many steps you used to finetune, because I found that it took 5w steps to add another loss LPIPSWithDiscriminator in this config.
lewandofskee commented
We do not employ the LPIPSWithDiscriminator loss function, as in our experiments, satisfactory reconstruction results were typically achieved within 25,000 steps. Alternatively, one can assess the need for increasing the training steps by examining the visual images in the image_log/train folder.