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.gitThen enter inside the deepDiffusion directory
cd deepRadiationNow create a conda environment using the given environment.yml file
conda env create -f environment.ymlActivate the conda environment
conda activate deepRadiationRun 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.