This commit is contained in:
parent
27080d10fa
commit
f1a109b000
@ -8,7 +8,7 @@ import pandas as pd
|
|||||||
|
|
||||||
# Parametry z konsoli
|
# Parametry z konsoli
|
||||||
try:
|
try:
|
||||||
epochs = sys.argv[1]
|
epochs = int(sys.argv[1])
|
||||||
except:
|
except:
|
||||||
print('No epoch number passed. Defaulting to 100')
|
print('No epoch number passed. Defaulting to 100')
|
||||||
epochs = 100
|
epochs = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user