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

Ability to load npz files with newer numpy version #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prasys
Copy link

@prasys prasys commented Sep 2, 2020

Problem Statement :

npz files do not load with Newer numpy versions > 1.16

The Fix :
This is done by editing the load_dataset.py file by specifying the allow_pickle parameter to be True which allows the npz file to be loaded

Tested on numpy 1.18.5 , python 3.7.7

This is done to handle newer numpy version :)
Dobby233Liu added a commit to Dobby233Liu/gpt-2-simple that referenced this pull request Apr 5, 2021
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.

1 participant