Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

10 lines (10 loc) · 1.01 KB

This Repository is based on the repository of LivingMatterLab here. To reproduce the results on a Windows Machine:

Steps:

  • Install Anaconda
  • Use the file "Windows_requirements.txt" to setup a conda environment. Instructions on how to create the environment file is in the file.
  • After settng up the environment, First run the file 'generate_data.py'. The file generates data points and writes it to "deep_data.txt".
  • Now, restart the console or use a new console from this point onwards. This step is essential since generate_data.py uses deepXDE which sets the flag tf.enable_eager_execution to false which is true by default and is required to be true for the remaining execution.
  • Now, run the file BPINN_HMC.py.The program will generate a graph comparnng the neural network results with the true value. For a Linux/Mac system use the file requirements.txt with pip to set the required packages to the desired versions. Execution of the program is same as for Windows.