Skip to content

Instantly share code, notes, and snippets.

@davors72
Last active July 26, 2021 17:23
train_options = poptorch.Options()
validation_options = poptorch.Options()
trainer = pl.Trainer(max_epochs=1,
progress_bar_refresh_rate=20,
log_every_n_steps=1,
plugins=IPUPlugin(inference_opts=validation_options,
training_opts=train_options))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment