Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Usage

import numpy as np

alphabet = np.load("./data/s.npz")

data = alphabet["data"]

# ex) [[0,0], [0,1], [0,2], ...]
sol1 = alphabet["sol1"] 
sol2 = alphabet["sol2"]
sol3 = alphabet["sol3"]
sol4 = alphabet["sol4"]