Skip to content

Instantly share code, notes, and snippets.

@pythonlessons
Created March 14, 2023 13:46
Show Gist options
  • Select an option

  • Save pythonlessons/4f37d599eebdae9539216d014cae41da to your computer and use it in GitHub Desktop.

Select an option

Save pythonlessons/4f37d599eebdae9539216d014cae41da to your computer and use it in GitHub Desktop.
pytorch_wrapper
model.fit(
train_dataProvider,
test_dataProvider,
epochs=100,
callbacks=[earlyStopping, modelCheckpoint]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment