Update 'train.py'
This commit is contained in:
parent
761ce894fb
commit
15c0034ac3
4
train.py
4
train.py
@ -15,11 +15,11 @@ exint.observers.append(FileStorageObserver('my_runs'))
|
||||
def my_config():
|
||||
EPOCHS = int(os.environ['EPOCHS'])
|
||||
train_data_x = exint.open_resource('./X_train.csv', 'r')
|
||||
_run.info["epochs"] = EPOCHS
|
||||
|
||||
|
||||
|
||||
@exint.main
|
||||
def my_main(EPOCHS,train_data_x):
|
||||
_run.info["epochs"] = EPOCHS
|
||||
normalize = layers.Normalization()
|
||||
games_all = train_data_x.copy()
|
||||
games_predict = train_data_x.pop('User_Score')
|
||||
|
Loading…
Reference in New Issue
Block a user