Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kevinking
/
dlrm
Public
forked from
facebookresearch/dlrm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 27, 2020
Update README.md
mnaumovfb
authored
4705ea1
View commit details
Copy full SHA for 4705ea1
Browse repository at this point
Commits on Mar 25, 2020
Update README.md
mnaumovfb
authored
3a4f50f
View commit details
Copy full SHA for 3a4f50f
Browse repository at this point
Update README.md
mnaumovfb
authored
f8ec4bf
View commit details
Copy full SHA for f8ec4bf
Browse repository at this point
Commits on Mar 4, 2020
Adjusting restart from saved model during training. Need to skip early batches when enumerate is used.
Show description for 7e6dce5
mnaumovfb
committed
7e6dce5
View commit details
Copy full SHA for 7e6dce5
Browse repository at this point
Commits on Feb 27, 2020
Switch the binary dataloader to int32 datatype (#60)
tgrel
authored
03a1534
View commit details
Copy full SHA for 03a1534
Browse repository at this point
Commits on Feb 20, 2020
Adjusting the use of --max-ind-range post processing as discussed in https://github.com/facebookresearch/dlrm/issues/53
mnaumovfb
committed
924032c
View commit details
Copy full SHA for 924032c
Browse repository at this point
Adding flexibility in saving/loading model to/from different devices. Also, enforcing single copy of embeddings across devices on multiple GPUs.
mnaumovfb
committed
5d31ee1
View commit details
Copy full SHA for 5d31ee1
Browse repository at this point
Commits on Feb 15, 2020
adding back end of epoch check for now.
mnaumovfb
committed
b345969
View commit details
Copy full SHA for b345969
Browse repository at this point
Update README.md
mnaumovfb
authored
5f00309
View commit details
Copy full SHA for 5f00309
Browse repository at this point
Update README.md
mnaumovfb
authored
3331553
View commit details
Copy full SHA for 3331553
Browse repository at this point
Tgrel/minor mlperf fixes (#54)
Show description for a5d707f
tgrel
authored
a5d707f
View commit details
Copy full SHA for a5d707f
Browse repository at this point
Commits on Feb 9, 2020
Fix latent bug in caffe2 version when --max-ind-range is used
mnaumovfb
committed
1768658
View commit details
Copy full SHA for 1768658
Browse repository at this point
Commits on Feb 5, 2020
Adding support for testing and mlperf flags to caffe2 version.
mnaumovfb
committed
58c2806
View commit details
Copy full SHA for 58c2806
Browse repository at this point
Commits on Jan 26, 2020
Adding support for binary loader proposed in pull request https://github.com/facebookresearch/dlrm/pull/49 Also, adding an option for early stopping based on AUC. Finally, adding exact model config…
Show description for bdba86d
mnaumovfb
committed
bdba86d
View commit details
Copy full SHA for bdba86d
Browse repository at this point
Commits on Jan 22, 2020
Fixing a bug in dataset loader. When multiple passes over the data are done you must reset/rotate the day being used at the end.
Show description for 7c55962
mnaumovfb
committed
7c55962
View commit details
Copy full SHA for 7c55962
Browse repository at this point
Commits on Jan 12, 2020
Adding support for weigthed BCEloss (wbce). Also, adjusting Caffe2 version reporting of accuracy and loss to match that of PyTorch.
Show description for 3acf18f
mnaumovfb
committed
3acf18f
View commit details
Copy full SHA for 3acf18f
Browse repository at this point
Commits on Dec 31, 2019
Slight changes to data loaders for consistency.
Show description for 0fb34f3
mnaumovfb
committed
0fb34f3
View commit details
Copy full SHA for 0fb34f3
Browse repository at this point
Commits on Dec 30, 2019
Adjusting metrics to be consistent with and without --mlperf-logging flag.
Show description for 4545b83
mnaumovfb
committed
4545b83
View commit details
Copy full SHA for 4545b83
Browse repository at this point
Commits on Dec 19, 2019
Adding --mlperf-threshold command line parameter that allows early stopping when specified accuracy is reached.
Show description for ce8557b
mnaumovfb
committed
ce8557b
View commit details
Copy full SHA for ce8557b
Browse repository at this point
Commits on Dec 17, 2019
Minor adjustments.
Show description for 9e4c0d1
mnaumovfb
committed
9e4c0d1
View commit details
Copy full SHA for 9e4c0d1
Browse repository at this point
Merge branch 'tgrel/dlrm' of https://github.com/tgrel/dlrm into tgrel-tgrel/dlrm
mnaumovfb
committed
dc30563
View commit details
Copy full SHA for dc30563
Browse repository at this point
Commits on Dec 16, 2019
Adjusting test data loading to work with --test-num-workers.
Show description for 08fdeaf
mnaumovfb
committed
08fdeaf
View commit details
Copy full SHA for 08fdeaf
Browse repository at this point
Commits on Dec 13, 2019
Change license to MIT
tgrel
committed
66086e6
View commit details
Copy full SHA for 66086e6
Browse repository at this point
Commits on Dec 11, 2019
Adding quotient-remainder and mixed-dimensions embedding tricks.
Show description for cac6723
mnaumovfb
committed
cac6723
View commit details
Copy full SHA for cac6723
Browse repository at this point
Commits on Dec 9, 2019
Add batch-size-independent way of specifying evaluation frequency. Compute AUC and AP metrics accurately
tgrel
committed
d5cc170
View commit details
Copy full SHA for d5cc170
Browse repository at this point
Usability improvement
tgrel
committed
6d6b9a7
View commit details
Copy full SHA for 6d6b9a7
Browse repository at this point
Commits on Dec 7, 2019
Update requirements with necessary caffe2 dependencies. (#45)
tayo
authored and
mnaumovfb
committed
e257b6e
View commit details
Copy full SHA for e257b6e
Browse repository at this point
Commits on Dec 3, 2019
Dataloading improvements for the terabyte dataset
tgrel
committed
587d4cc
View commit details
Copy full SHA for 587d4cc
Browse repository at this point
Add ROC AUC and average precision scores, include dataloading time in profiling measurements
tgrel
committed
d4f97cb
View commit details
Copy full SHA for d4f97cb
Browse repository at this point
Commits on Nov 27, 2019
Add dockerfile and run_and_time.sh
tgrel
committed
f155e7c
View commit details
Copy full SHA for f155e7c
Browse repository at this point
Commits on Nov 26, 2019
Minor adjustment.
Show description for 45cbb21
mnaumovfb
committed
45cbb21
View commit details
Copy full SHA for 45cbb21
Browse repository at this point
Commits on Nov 25, 2019
Several optimizations and adjustments.
Show description for bd1a716
mnaumovfb
committed
bd1a716
View commit details
Copy full SHA for bd1a716
Browse repository at this point
Commits on Nov 18, 2019
create tables after copying net to device for mgpu (#29)
rohithkrn
authored and
mnaumovfb
committed
d469eee
View commit details
Copy full SHA for d469eee
Browse repository at this point
Commits on Nov 14, 2019
Adjusting links.
Show description for 16bb7a4
mnaumovfb
committed
16bb7a4
View commit details
Copy full SHA for 16bb7a4
Browse repository at this point
Commits on Nov 13, 2019
Update README.md
mnaumovfb
authored
14e547d
View commit details
Copy full SHA for 14e547d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.