Conversation
Contributor
Author
zhiqwang
pushed a commit
to zhiqwang/vision
that referenced
this pull request
Jan 19, 2022
Fixing test_detection_model_trainable_backbone_layers
This was referenced Feb 22, 2022
pmeier
added a commit
to pmeier/vision
that referenced
this pull request
Sep 6, 2022
…torch#10) * fix iterate_one_epoch to avoid memory overflow and empty datasets * use rglob in bench_decoding * use perf_counter instead of time * remove error for empty datasets
rajveerb
pushed a commit
to rajveerb/vision
that referenced
this pull request
Nov 30, 2023
* [llm] Init draft NVIDIA reference * [LLM] Add exact HPs used to match NVIDIA's convergence curves * [LLM] Add data preprocessing steps and remove dropout * [LLM] fix eval, add ckpt load util, remove unnecessary files * [LLM] Update data preprocessing stage in README * Full validation and google settings * Apply review comments * Anmolgupt/nvidia llm reference update (pytorch#3) * Update Nvidia LLM reference code version Co-authored-by: Anmol Gupta <anmolg@nvidia.com> * fixes to imports (pytorch#5) Co-authored-by: Anmol Gupta <14880251+anmolgupt@users.noreply.github.com> * distributed checkpoint and mlperf logger support (pytorch#6) * readme and mllogger keywords update (pytorch#7) Co-authored-by: Anmol Gupta <anmolg@nvidia.com> * Update fp32_checkpoint_checksum.log * Update README.md * Update README.md * Update README.md * mlperf logger keywords update (pytorch#8) Co-authored-by: Anmol Gupta <anmolg@nvidia.com> * [LLM] Create framework folder * [LLM] Update README to follow reference template * Describe LLM checkpoint format in README (pytorch#9) Describe LLM checkpoint format in README * [LLM] Readme updates, small fixes * readme update and run script eval update (pytorch#10) Co-authored-by: Anmol Gupta <anmolg@nvidia.com> --------- Co-authored-by: Mikołaj Błaż <mblaz@nvidia.com> Co-authored-by: anmolgupt <14880251+anmolgupt@users.noreply.github.com> Co-authored-by: Anmol Gupta <anmolg@nvidia.com> Co-authored-by: mikolajblaz <mikolajblaz@users.noreply.github.com>
This file contains hidden or 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
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.
To make things consistent among all datasets, making the CIFAR data loaders return a PIL Image as well.