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

GH-736: minor bug fixes #832

Merged
merged 2 commits into from
Jun 24, 2019
Merged

GH-736: minor bug fixes #832

merged 2 commits into from
Jun 24, 2019

Conversation

alanakbik
Copy link
Collaborator

This PR fixes two bugs:

  • CUDA out of memory errors were happening with FlairEmbeddings on large sentences due to a cat operation being performed on CUDA. Moved cat to normal memory. This may address CUDA out of memory (again) #736

  • Error when loading sentences without labels with CSV classification dataset.

@yosipk
Copy link
Collaborator

yosipk commented Jun 24, 2019

👍

1 similar comment
@alanakbik
Copy link
Collaborator Author

👍

@alanakbik alanakbik merged commit ff0c151 into master Jun 24, 2019
alanakbik pushed a commit that referenced this pull request Jun 27, 2019
alanakbik pushed a commit that referenced this pull request Jun 27, 2019
GH-832: fixes in logging and code redundancies
@alanakbik alanakbik deleted the GH-736-cuda branch July 16, 2019 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants