Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gpu selection + Tensorboard + Faster MNIST #106

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    ab2fa4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e0280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5df419 View commit details
    Browse the repository at this point in the history
  4. Gan : Add Tensorboard visualization (g_loss & d_loss graphs and sampl…

    …e generated images) - minor correction
    pierrebernard7 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    2d04ef1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e81f7ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcadd42 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Gan & cGan : Add a faster MNIST dataset

    Bypasses resizing to avoid conversion to PIL object
    (only used when seeting img_size==28, the original MNIST size)
    pierrebernard7 committed May 4, 2020
    Configuration menu
    Copy the full SHA
    022e6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8b0cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f6443e View commit details
    Browse the repository at this point in the history