Skip to content

GANrec using pytorch

Past due by over 1 year 80% complete

Implementing GANrec using Pytorch

  1. Create a good DataLoader class along with necessarily arguements
  2. Recreate the ganrec's tf generator and discriminator
  3. Create the training class, along with parameters
  4. Run the training
    ** optional: Add pytorch lightening class if it will help
    ** optional: Design the DataLoader so it can retrieve the phases of a batch diff…

Implementing GANrec using Pytorch

  1. Create a good DataLoader class along with necessarily arguements
  2. Recreate the ganrec's tf generator and discriminator
  3. Create the training class, along with parameters
  4. Run the training
    ** optional: Add pytorch lightening class if it will help
    ** optional: Design the DataLoader so it can retrieve the phases of a batch different images at ones
Loading