We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b09333 commit 7177abaCopy full SHA for 7177aba
config.py
@@ -26,8 +26,8 @@
26
27
resume = not True # False for trainig from scratch, True for loading a previously saved weight
28
ckpt='model01.pth' # model file path to load the weights from, only useful when resume is True
29
-lr = 3e-6 # learning rate
30
-epochs = 3 # epochs to train for
+lr = 1e-5 # learning rate
+epochs = 12 # epochs to train for
31
32
# batch size for train and val loaders
33
batch_size = 32 # try decreasing the batch_size if there is a memory error
0 commit comments