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
Degraded: https://drive.google.com/file/d/1jnodyOAWVlm1EbmNW3GYOM43lEFqsiHK/view?usp=sharing
Enhanced: https://drive.google.com/file/d/1FkV-LLiML8Nid5drmyHGhGnjAi-OGxG2/view?usp=sharing
