therealniklasmoser / physics_guided_nn

1 stars 1 forks source link

Install preles to your conda environment from src #5

Open MWesselkamp opened 2 years ago

MWesselkamp commented 2 years ago

create conda environment from yml file. problem:

conda env create -f environment.yml

activate environment conda activate pgnn

cd ..

maybe not necessary -Linux CUDA only: Add LAPACK support for the GPU if needed conda install -c pytorch magma-cuda110 or the magma-cuda that matches your CUDA version from https://anaconda.org/pytorch/repo

load newest c compiler module load compiler/gnu

in physics_guided_nn/src python setup.py install