We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fb183 commit 87c141bCopy full SHA for 87c141b
config.py
@@ -18,7 +18,7 @@
18
txt_file_dir = 'shitty_text.txt'
19
20
# maximun number of synthetic words to generate
21
-num_synthetic_imgs = 2000
+num_synthetic_imgs = 24000
22
train_percentage = 0.8
23
24
resume = True # False for trainig from scratch, True for loading a previously saved weight
@@ -27,7 +27,7 @@
27
epochs = 2 # epochs to train for
28
29
# batch size for train and val loaders
30
-batch_size = 16
+batch_size = 64
31
32
test = True # it saves the denoised images in the result dir
33
test_dir = os.path.join(data_dir, val_dir, noisy_dir)
0 commit comments