ControlNet
ControlNet copied to clipboard
How do I find the size of the set epoch
I can't find the file to set epoch
Hi, freiend. Have you solved this problem? Looking forward to your sharing!
Hi, freiend. Have you solved this problem? Looking forward to your sharing!
in this paper train code, he didn't set the epoch, so the epoch is infinite, you can set epochs like the following : "trainer = pl.Trainer(gpus=1, precision=32, callbacks=[logger], max_epochs=10)"