Fix for training
All checks were successful
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head This commit looks good

This commit is contained in:
Wojciech Jarmosz 2021-05-15 09:06:59 +02:00
parent 8929851757
commit e3aaf3d720

View File

@ -11,8 +11,8 @@ from tensorflow.keras.layers.experimental import preprocessing
arguments = sys.argv[1:] arguments = sys.argv[1:]
verbose = arguments[0] verbose = int(arguments[0])
epochs = arguments[1] epochs = int(arguments[1])
pd.set_option("display.max_columns", None) pd.set_option("display.max_columns", None)