lr is not defined
s444354-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
Adrian Charkiewicz 2022-05-08 15:19:59 +02:00
parent 199b2f06fe
commit 0cb9726684
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ output_size = len(output_cols)
def my_config(): def my_config():
global epochs global epochs
epochs = numberOfEpochParam epochs = numberOfEpochParam
lr=lr
model=model model=model
train_loader=train_loader train_loader=train_loader
val_loader=val_loader val_loader=val_loader