-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Maid the changes to the main.py file #1282
Closed
Closed
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
[FX] Start fx folder and add native interpreter example
[FX] Move examples from pytorch/pytorch
Added vmap example
Write examples of customizing `Tracer`
Added NNC lowering example
Distributed example on C++ API (LibTorch)
[FX] updated NNC_compile example
[FX] Add example of tracer that records module qualname for each node
- Higher timeout is required when running on ROCm as the required kernels are compiled at runtime.
fix the error of generated code in subgraph rewrite
[FX] Add primitive library example
…ument (#1222) * Change the cpp/dcgan * Use an open source argparse implementation
Fixes * ngpus_per_node variable count fix * dist_backend assertion added for nccl issue
* issue link referred * nccl required version mentioned
minor improvement of the gcn doc
fix minor typo
* Intial model setup * Training works * Added inference * Code clean up and commenting * Update to README.md * Add requirements.txt * Updated top level README, added example to CI * Potentially fixed testing (maybe not enough memory?) * Update requirements.txt --------- Co-authored-by: Mark Saroufim <[email protected]>
Signed-off-by: hugehope <[email protected]>
* Update main_cpp.yml * Update main_python.yml
* Fix distributed test * fix parallel scripts * install dill * remove dill * run 2 gpu * remove gpucount, use default * Add examples to distributed examples * refactor distributed test * fx ERRORS overwriting * run with base dir * remove distributed from run_python_examples.sh * move basedir to source * separate init --------- Co-authored-by: Sirut Buasai <[email protected]>
* fix the MNIST dataset url * amend
…former block ghstack-source-id: 4396c58e93f7bfd53ae261f6e305b86a8da29d5e Pull Request resolved: #1259
* Remove Vision Transformer Example * yolo * Trigger CI
remove the unused import
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi, this is my first open source contribution. I have made the proposed changes to the mnist/main.py file according to this issue #1270 . If the code is correct, please merge the branch, I would like to be a contributor to this repository.