Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created December 13, 2019 15:54
Show Gist options
  • Save mdfarragher/bc49be7a8983731a42c97283f2eadbe7 to your computer and use it in GitHub Desktop.
Save mdfarragher/bc49be7a8983731a42c97283f2eadbe7 to your computer and use it in GitHub Desktop.
// set up the learners
var discriminatorLearner = discriminator.GetAdaDeltaLearner(1);
var ganLearner = gan.GetAdaDeltaLearner(1);
// the rest of the code goes here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment