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

Proposed solution to hashable_uniq_dict key issue on windows. #13

Closed
wants to merge 1 commit into from
Closed

Conversation

bradleybauer
Copy link

Fixes: #12
I've been able to use torchfile on windows using this workaround.

Unhashable items can not be stored as keys in hashable_uniq_dict. So to fix this, wrap all keys in hashable_uniq_dict with a hashable type.

This breaks tests though.

Unhashable items can not be stored as keys in hashable_uniq_dict. So to fix this, wrap all keys in hashable_uniq_dict with a hashable type.
@bshillingford bshillingford self-requested a review March 15, 2019 14:35
This pull request was closed.
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.

Windows is not supported?
1 participant