- Fork this repository;
- Create a directory called ExternalDependencies;
- Install SZ3 with python binding
- Execute
cd ExternalDependencies && git clone [email protected]:szcompressor/SZ3.git; - Edit
build_SZ3.shby changing the PROJHOME to a suitable directory; - Execute
source build_SZ3.shfrom the home directory;
- Install zfpy python library
- Execute
pip install zfpy;
Go to notebooks/comp4ai.ipynb
- Make sure the data folder, containing all the feature maps, are in the home directory;
- Change
HOMEincomp4ai.ipynbto the same directory; - Run
comp4ai.ipynband measure the performance of SZ and zfp compression.