Fix for training
This commit is contained in:
parent
8929851757
commit
e3aaf3d720
@ -11,8 +11,8 @@ from tensorflow.keras.layers.experimental import preprocessing
|
||||
|
||||
arguments = sys.argv[1:]
|
||||
|
||||
verbose = arguments[0]
|
||||
epochs = arguments[1]
|
||||
verbose = int(arguments[0])
|
||||
epochs = int(arguments[1])
|
||||
|
||||
pd.set_option("display.max_columns", None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user