Closed manymuch closed 6 years ago
The ParamsIO.cpp and ZipIO.cpp load .zip file as parameters. If I want to use my own training parameters, for example, generated by numpy.savez(_compressed) as .npz, how do I get .zip from .npz?
There is a script in https://github.com/cornell-zhang/bnn-fpga/tree/master/python which converts .npz to .zip
The ParamsIO.cpp and ZipIO.cpp load .zip file as parameters. If I want to use my own training parameters, for example, generated by numpy.savez(_compressed) as .npz, how do I get .zip from .npz?