Skip to content

Instantly share code, notes, and snippets.

View nestorandrespe's full-sized avatar
👨‍🚀
Working from space

Néstor Andrés Peña nestorandrespe

👨‍🚀
Working from space
View GitHub Profile
@nestorandrespe
nestorandrespe / mpios.json
Last active June 17, 2022 14:29
GeoJSON municipios de Colombia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nestorandrespe
nestorandrespe / cuda-tensorflow-check.md
Last active September 9, 2021 23:57
Comandos para probar instalación de CUDA

Ejecutar en la consola

pip install tensorflow-gpu

Ejecutar en la consola python

import tensorflow as tf
@nestorandrespe
nestorandrespe / pix2pix_paso_a_paso.md
Last active September 9, 2021 23:57
Paso a paso para entrenar y exportar un modelo Pix2pix

Instrucciones para usar Pix2Pix con tensorflow

Clonar el repositorio

Descargar o clonar el repositorio en github

Entrenar un modelo usando un dataset específico

Abrir la terminal dentro de la carpeta del Pix2pix y desde ahi ejecutar los siguientes comandos: