This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-825] Fix CGAN R Example with MNIST dataset #12283
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hetong007
suggested changes
Aug 21, 2018
Looks good! Could you also in some comments add the sequence in which files are run and also to make sure 'iterators.R' is in the same folder before this line: /~https://github.com/apache/incubator-mxnet/blob/fdb28391be2876277011b1d485abe9a7db13b88e/example/gan/CGAN_mnist_R/CGAN_mnist_setup.R#L23 |
@ankkhedia since the other file is named setup I think we do not have to specifically mention the order in which the files have to be run. |
@hetong007 ping for review. |
hetong007
reviewed
Aug 23, 2018
hetong007
reviewed
Aug 23, 2018
@anirudhacharya @hetong007 - What is the current status here? |
hetong007
approved these changes
Aug 24, 2018
XinYao1994
pushed a commit
to XinYao1994/incubator-mxnet
that referenced
this pull request
Aug 29, 2018
* Fix CGAN R Tutorial with MNIST dataset * fix nit issues * format using formatR
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this pull request
Sep 19, 2018
* Fix CGAN R Tutorial with MNIST dataset * fix nit issues * format using formatR
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fix the example for generating MNIST digit images - add context for optimizer update, update metrics, clean up some code.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Comments