.
All checks were successful
s444501-training/pipeline/head This commit looks good

This commit is contained in:
s444501 2022-05-01 15:00:54 +02:00
parent 27080d10fa
commit f1a109b000

View File

@ -8,7 +8,7 @@ import pandas as pd
# Parametry z konsoli
try:
epochs = sys.argv[1]
epochs = int(sys.argv[1])
except:
print('No epoch number passed. Defaulting to 100')
epochs = 100