Skip to content
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

Adding GPU functionality, enabling data loaders/tuples as input #38

Merged
merged 38 commits into from
Oct 12, 2018
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2153b73
fixed nltk typo, fixed featurizer init in contrib, added gpu support …
jdunnmon Aug 28, 2018
df50a3d
re-add pre commit hook
jdunnmon Aug 28, 2018
1f53c78
re-add pre commit hook
jdunnmon Aug 28, 2018
7bc4ec0
updated score method to handle cuda input
jdunnmon Aug 29, 2018
c3a8e59
added disable_prog_bar option in classifier
jdunnmon Aug 29, 2018
5dd17b3
Merge branch 'master' into dev_cuda_loader
jdunnmon Aug 31, 2018
a68fa17
changes to end model and classifier to allow for use of tuple or Data…
jdunnmon Sep 2, 2018
d44ff5a
typo in docstring
jdunnmon Sep 2, 2018
be8ea6a
removed precommit hook
jdunnmon Sep 2, 2018
a4031e4
re-added pre-commit hook
jdunnmon Sep 2, 2018
362b523
style fix
jdunnmon Sep 2, 2018
7d61e42
refactor to break ties
jdunnmon Sep 3, 2018
9610ba5
updated multitask classifier
jdunnmon Oct 10, 2018
4a608c7
doc update
jdunnmon Oct 10, 2018
f43d804
typo
jdunnmon Oct 10, 2018
0375ad9
tests passing
jdunnmon Oct 11, 2018
7b3d399
updated tutorials
jdunnmon Oct 11, 2018
9996c91
- Got rid of _evaluate methods, transform everything to a DataLoader
ajratner Oct 11, 2018
ab9aae7
- Separating get_predictions back out for code reuse
ajratner Oct 11, 2018
053a473
Moved "use_cuda" to global configs
ajratner Oct 12, 2018
2c010dd
Adding cuda availability check
ajratner Oct 12, 2018
0f1fa36
Merge branch 'master' into dev_cuda_loader
ajratner Oct 12, 2018
bf35050
Adding new citation
ajratner Oct 12, 2018
3327f2d
Merge branch 'dev_cuda_loader' of https://github.com/HazyResearch/met…
ajratner Oct 12, 2018
126f55d
Bug fix post-merge
ajratner Oct 12, 2018
e300967
fixed issues with cuda allocation, training on GPU
jdunnmon Oct 12, 2018
84459db
- Handle converting sparse matrices in Classifier.create_dataset
ajratner Oct 12, 2018
5d1387e
Fixed MajorityLabelVoter, added to tests
ajratner Oct 12, 2018
e2beb92
Cleaning up Basics tutorial
ajratner Oct 12, 2018
aa281c6
Fixing bug in MTClassifier.score
ajratner Oct 12, 2018
67fd6f6
added gpu test
jdunnmon Oct 12, 2018
1437541
Reverting to Y_p
ajratner Oct 12, 2018
20fc090
Cleaned up loss handling of CUDA
ajratner Oct 12, 2018
f261b33
Docstring fix
ajratner Oct 12, 2018
419d844
Cleaning up place_on_gpu function (pending GPU testing)
ajratner Oct 12, 2018
607d3bd
Install requirements + README note for GPU tests
ajratner Oct 12, 2018
5646a63
Minor addition of readme to tests/gpu
ajratner Oct 12, 2018
754a63f
Typo fix
ajratner Oct 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into dev_cuda_loader
  • Loading branch information
jdunnmon committed Aug 31, 2018
commit 5dd17b313cf78403c694241354fbb87310fdd282

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.