added prefix variables
parent
80e6f7849f
commit
e9e2bf1b8a
4
CNN.py
4
CNN.py
|
|
@ -88,8 +88,8 @@ if __name__ == '__main__':
|
||||||
MAX_LEN = 280
|
MAX_LEN = 280
|
||||||
BATCH_SIZE = 32
|
BATCH_SIZE = 32
|
||||||
|
|
||||||
N_MODELS = 2
|
N_MODELS = 1
|
||||||
USE_GIRD_SEARCH = False
|
USE_GIRD_SEARCH = True
|
||||||
|
|
||||||
models = []
|
models = []
|
||||||
timestamp = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
|
timestamp = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue