We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec191ea commit 20a702dCopy full SHA for 20a702d
config.py
@@ -21,7 +21,7 @@
21
num_synthetic_imgs = 18000
22
train_percentage = 0.8
23
24
-resume = not True # False for trainig from scratch, True for loading a previously saved weight
+resume = not True # False for trainig from scratch, True for loading a previously saved weight
25
ckpt='model08.pth' # model file path to load the weights from, only useful when resume is True
26
lr = 3e-6 # learning rate
27
epochs = 3 # epochs to train for
0 commit comments