Skip to content

Instantly share code, notes, and snippets.

View yearofthewhopper's full-sized avatar
💭
Training another CNN

Noland Chaliha yearofthewhopper

💭
Training another CNN
View GitHub Profile
//==============================================================================
// The following example demonstrates how to control audio playback by tapping
// on the screen.
//
// Project setup:
// - Import an audio file (M4A, Mono, 44.1kHz, 16 bit)
// - Create an audio playback controller and set the audio to the imported file
// - Insert a speaker and set the audio to the playback controller
// - Add the Tap Gesture capability to the project under Touch Gestures
//==============================================================================
@lassemt
lassemt / script.js
Created January 15, 2020 19:45
SparkAR requestAnimationFrame alternative.
const t = require('Time');
const D = require('Diagnostics');
const Scene = require('Scene');
const objText = Scene.root.find('2dText0');
let frame = 0;
const round = (val, precision = 1) => {
const multiplier = Math.pow(10, precision || 0);
return Math.round(val * multiplier) / multiplier;
@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:

//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// Plexus
// Collab by Ben Ursu & Dan Cronin | Afrosquared
// Spark AR Studio
// Instagram | https://www.instagram.com/a/r/?effect_id=2029175904053487