-
Notifications
You must be signed in to change notification settings - Fork 837
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
Param dlrm #127
base: dist_exp
Are you sure you want to change the base?
Param dlrm #127
Conversation
…earch#49 Also, adding an option for early stopping based on AUC. Finally, adding exact model config for mlperf in run_and_time.sh script. Summary: Adding support for binary loader proposed in pull request facebookresearch#49 Also, adding an option for early stopping based on AUC. Finally, adding exact model config for mlperf in run_and_time.sh script. Test Plan: Reviewers: Subscribers: Tasks: Tags:
* Fix command-line flag typo * Remove the end-of-epoch evaluation in MLPerf mode to avoid two evals close to each other
… Also, enforcing single copy of embeddings across devices on multiple GPUs.
…y batches when enumerate is used. Summary: Adjusting restart from saved model during training. Need to skip early batches when enumerate is used. Test Plan: Reviewers: Subscribers: Tasks: Tags:
* adding script to visualize embedding tables * updated embedding visualization
Co-authored-by: rpremsee <[email protected]>
* adding script to visualize embedding tables * updated embedding visualization * updating visualization - adding data visualization - analysis of categorical variables * updated data visualization - mapping test data into manifold * created double plot for data visualization * added plots for each data class * aaded more plots: correct and erros, refactored the code * more refactoring, added z data * added intermidiate Z layers * updating visualization * updated output directory and plots * fixed silent bug
* bugfixes for mixd * remove whitespace
* Fix LR decay – allow a period of training with a constant base LR between warmup end step and decay start step * Bump pytorch version for multiGPU memory corruption bugfix
* sunc 2020-06-26 * cleanup, format, testing after all updates
…ck arch-interaction-op for valid choice (facebookresearch#113)
Hi @shz0116! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Reducing the number of interaction features for the dot operation. | ||
A project operation is applied to the dotted features to reduce its dimension size. | ||
This is mainly due to the memory concern. It reduces the memory size needed for top MLP. | ||
A side effect is that it may also imrpove the model accuracy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: imrpove->improve.
No description provided.