-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.ini
More file actions
19 lines (16 loc) · 984 Bytes
/
config.example.ini
File metadata and controls
19 lines (16 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[GLOBAL]
data_path = data ; Data prefix path
[TRAIN_MASTER]
port = 10001 ; Port for the master socket
[EMAIL]
email_server = alef ; Email server to be used
email_target = [email protected] ; Email address to send the results to
email_user = noel ; Email user (needs to be shell user if using smaug)
[TRAINING]
batch_size = 1024 ;16384 ; The batch size to be used for training
validation_split = 0.1 ; Percentage of the training data to be used for validation
neighborhood_size = 6 ; The total amount of neighbors to be considered
epochs = 25 ; Total amount of epochs to be trained
model_name_prefix = s2 ; Prefix for the model name so backups wont be overwritten
data_usage = 1.0 ; Percentage of the data to be used for training
use_tensorboard = False ; Whether to use tensorboard or not