- 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.sh
by changing the PROJHOME to a suitable directory; - Execute
source build_SZ3.sh
from 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
HOME
incomp4ai.ipynb
to the same directory; - Run
comp4ai.ipynb
and measure the performance of SZ and zfp compression.