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

fix mnist and add new files #198

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

fix mnist and add new files #198

wants to merge 18 commits into from

Commits on Feb 5, 2020

  1. mpl with gpu,minibatch

    fix loss NaN
    use minibatch
    mrchaos committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    3fc62ff View commit details
    Browse the repository at this point in the history
  2. Update mlp_gpu_minibatch.jl

    mrchaos committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    3003415 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. cifar10 gpu,minibatch version

    minibatch for gpu out of memory
    fix loss NaN
    add etc...
    mrchaos committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d1114bc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. update cifar10

    mrchaos committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    0943da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    db9d298 View commit details
    Browse the repository at this point in the history
  2. Update conv_gpu_minibatch.jl

    mrchaos committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c8b3633 View commit details
    Browse the repository at this point in the history
  3. update

    mrchaos committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    9cd0c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25c5bf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. char-rnn error fix

    test env : julia v1.3.1, flux v0.10.1
    mrchaos committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    12891a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    b50195d View commit details
    Browse the repository at this point in the history
  2. command line parser

    mrchaos committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b102110 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Update mlp_gpu_minibatch.jl

    update
    mrchaos committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a67b160 View commit details
    Browse the repository at this point in the history
  2. Update conv_gpu_minibatch.jl

    update
    mrchaos committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    91c92fd View commit details
    Browse the repository at this point in the history
  3. Update cifar10_gpu_minibatch.jl

    update
    mrchaos committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    00af6db View commit details
    Browse the repository at this point in the history
  4. Delete cmd_parser.jl

    mrchaos committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f0d1512 View commit details
    Browse the repository at this point in the history
  5. Delete cmd_parser.jl

    mrchaos committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ba14cdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    196976b View commit details
    Browse the repository at this point in the history
  7. Update char_rnn_gpu_minibatch.jl

    update
    mrchaos committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f2ea384 View commit details
    Browse the repository at this point in the history