Onix4oDedy commited on
Commit
6e3962c
·
verified ·
1 Parent(s): ee8933d

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +0 -11
config.py CHANGED
@@ -1,10 +1,3 @@
1
- # Path to the data directory
2
- from pathlib import Path
3
-
4
- import colorama
5
- #https://github.com/imartemy1524/AITextCaptcha/tree/master
6
- data_dir = Path("images/train")#Path("../../images/train")
7
- data_dir_test = Path("images/test") #Path("../../images/test")
8
  img_type = "*.png" # "*.jpeg" # "*.png"
9
  characters = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
10
  # Desired image dimensions
@@ -35,7 +28,3 @@ transpose_perm = [1, 0, 2]
35
  # 2
36
  #96 800 80
37
  # loss 0.2-0.1 на 200 эпохе; 300 эпоха стабильно 0.1 потом меньше 0.1
38
-
39
-
40
- # we all love colored output, aren't we?
41
- colorama.init()
 
 
 
 
 
 
 
 
1
  img_type = "*.png" # "*.jpeg" # "*.png"
2
  characters = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
3
  # Desired image dimensions
 
28
  # 2
29
  #96 800 80
30
  # loss 0.2-0.1 на 200 эпохе; 300 эпоха стабильно 0.1 потом меньше 0.1