Skip to content
/ NISP Public

Official git repository of Neural Inverse Source Problems (CoRL' 24)

License

Notifications You must be signed in to change notification settings

MMintLab/NISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NISP: Neural Inverse Source Problems

This is an official git repository of Neural Inverse Source Problems presented in CoRL 2024. We appreciate Jaxpi for offering a great codebase.

Installation

Ensure that you have Python 3.8 or later installed on your system. Our code is GPU-only. We highly recommend using the most recent versions of JAX and JAX-lib, along with compatible CUDA and cuDNN versions. The code has been tested and confirmed to work with the following versions:

  • JAX 0.4.16
  • CUDA 12.1
  • cuDNN 8.9
git clone https://github.com/MMintLab/NISP
cd NISP
pip install -e .

Quickstart

Please follow the readme.md in each example folder. For instance,

cd examples/membrane_real

To train the model, run the following command:

CUDA_VISIBLE_DEVICES=0 python3 main.py --config configs/train.py

About

Official git repository of Neural Inverse Source Problems (CoRL' 24)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages