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

Add Prism metric #79

Merged
merged 17 commits into from
Feb 18, 2022
Merged

Add Prism metric #79

merged 17 commits into from
Feb 18, 2022

Conversation

devrimcavusoglu
Copy link
Member

Closes #75.

NOTE: Currently there is no device option for the original implementation of prism. The current implementations uses CUDA if available, and if not available it only then falls back to CPU. This is a problematic issue since VRAM might not be fit for a specified/default model, and there are many potential occasions user's would want to run the scoring model on CPU. Hence, This current commit is a CI trial of tests (currently failing locally due to this issue).

@devrimcavusoglu devrimcavusoglu added the new metric New metric implementation label Feb 15, 2022
devrimcavusoglu and others added 4 commits February 17, 2022 20:37
- Removed untar helper from utils as DLManager can also extract the downloaded file (zip or tar).
…anager, specifically for large downloads (e.g. Prism model)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new metric New metric implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Metric: Prism
2 participants