Toward Reliable Neural Inference for Scientific Analysis: Data-aware Bounding of Quantities of Interest
This repository contains the code and implementation details for our paper:
"Toward Reliable Neural Inference for Scientific Analysis: Data-aware Bounding of Quantities of Interest"
This section provides step-by-step instructions for reproducing our results.
Before running experiments, ensure that you have the necessary datasets. The full combustion data is property, and access can only be granted by PI.
To train the model with default settings, run:
python [task]/train.py --input path_to_input_tensor.pth --target path_to_target_tensor.pth --checkpoint path_to_checkpoint.pthFor custom configurations, modify the config/ directory.
To acquire quantized models of various formats:
python [task]/quantization.py --checkpoint path_to_checkpoint.pth --quantized path_to_output_folderTo evaluate a trained model:
python [task]/evaluate.py --input path_to_input_tensor.pth --reduced path_to_reduced_tensor.pth --checkpoint path_to_checkpoint.pth