Repositorio oficial del proyecto de investigación VIE3925
Model | Notebook |
---|---|
DDPM | |
VAE | |
WGAN |
Model | Notebook |
---|---|
Normal Fault | |
Thrust Fault | |
Folds and Faults |
Do it in six simple steps using Anaconda (open-source package and environment management system):
- Open the anaconda powershell prompt
- Install the virtual environment "gempy". NOTE: if it exists previously, you must remove it with: conda remove --name gempy --all
conda create --name gempy python==3.10
- enter the created environment
conda activate gempy
- Install theano
conda install theano
- Install gempy
pip install gempy==2.3.1
- Install Jupyter
pip install jupyterlab
pip install notebook
- Install other dependencies
sudo apt install xorg xorg gcc libx11-dev libxt-dev libxext-dev make libtirpc-dev
conda install -c conda-forge libstdcxx-ng
conda install -c conda-forge libffi