tweak trainer call, minor spelling tweaks in notebooks (#4315)

This commit is contained in:
brett koonce 2020-10-23 21:54:03 -05:00 committed by GitHub
parent f6efb712ed
commit 66704e685d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@
"How to train a GAN!\n",
"\n",
"Main takeaways:\n",
"1. Generator and discriminator are arbitraty PyTorch modules.\n",
"1. Generator and discriminator are arbitrary PyTorch modules.\n",
"2. training_step does both the generator and discriminator training.\n",
"\n",
"---\n",

File diff suppressed because one or more lines are too long