Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 382 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 382 Bytes

Setup entorno Pytorch

El entorno de desarrollo es de Conda.

Crear y activar entorno

conda create --prefix ./env python=3.8
conda activate ./env

Instalar dependencias

pip3 install torch torchvision torchaudio
conda install jupyter pandas numpy matplotlib scikit-learn tqdm pytorch-tabnet

Ejecutar Jupyter

jupyter notebook