Memoization-based Scalable Laminography Reconstruction.
We use conda to manage the environment
GPU: NVIDIA A100 GPU with 40GB memory
cd /OpenLR/
conda env create --name mLR -f install.yml
pip install .To check the similarity between chunks over iteration at a same location.
cd OpenLB/Tests
python test_similarity.pyTo train the CNN encoder, please use the dataset in https:
cd OpenLB/encoder/
python encoder_train.py
python encoder_test.pyTraining the CNN encoder from scratch: Approximately 200 minutes
cd OpenLB/Tests/
python test_admm_brain.py