mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
Colab: change save preview iters to every 100
This commit is contained in:
parent
c3ce06a588
commit
4e744cf184
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class ModelBase(object):
|
||||||
|
|
||||||
self.loss_history.append ( [float(loss[1]) for loss in losses] )
|
self.loss_history.append ( [float(loss[1]) for loss in losses] )
|
||||||
|
|
||||||
if self.iter % 10 == 0:
|
if self.iter % 100 == 0:
|
||||||
plist = []
|
plist = []
|
||||||
|
|
||||||
if io.is_colab():
|
if io.is_colab():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue