Skip to content

Ability to load npz files with newer numpy version#231

Open
prasys wants to merge 1 commit into
minimaxir:masterfrom
prasys:master
Open

Ability to load npz files with newer numpy version#231
prasys wants to merge 1 commit into
minimaxir:masterfrom
prasys:master

Conversation

@prasys

@prasys prasys commented Sep 2, 2020

Copy link
Copy Markdown

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