A Deep Neural Network-based radiation pressure prediction using TensorFlow.
- Rinku Mishra, IPR, India.
- Sayan Adhikari, UiO, Norway. @sayanadhikari
- Rupak Mukherjee, PPPL, USA.
First make a clone of the master branch using the following command
git clone https://github.com/Neural-Plasma/deepRadiation.git
Then enter inside the deepDiffusion directory
cd deepRadiation
Now create a conda environment using the given environment.yml file
conda env create -f environment.yml
Activate the conda environment
conda activate deepRadiation
Run the code using following command
python deepRad -l -hp -tp
To know about the arguments
python deepRad -h
We welcome contributions to this project.
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new Pull Request.
Released under the MIT license.