The Wayback Machine - https://web.archive.org/web/20251213141131/https://github.com/yearofthewhopper
Skip to content
View yearofthewhopper's full-sized avatar
💭
Training another CNN
💭
Training another CNN

Highlights

  • Pro

Block or report yearofthewhopper

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. improve_gan_initialization.py improve_gan_initialization.py
    1
    import os
    2
    import numpy as np
    3
    import cv2
    4
    
                  
    5
    from keras.applications.imagenet_utils import preprocess_input
  2. ml5js/ml5-website-v01 ml5js/ml5-website-v01 Public archive

    ml5.js website

    JavaScript 64 44

  3. I_download_too_much_shit.applescript I_download_too_much_shit.applescript
    1
    property open_folder : true
    2
    property touch_file : false
    3
    property time_fmt : 1
    4
    property bring_to_front : true
    5
    property organized_folder : ""
  4. SplittingScriptsExample76v SplittingScriptsExample76v Public

    Sparkar example of how to use the new splitting scripts

    JavaScript 5

  5. playsomethingOnceandFadeaway.js playsomethingOnceandFadeaway.js
    1
    
                  
    2
    const Materials = require('Materials');
    3
    const Textures = require('Textures');
    4
    const Scene = require('Scene');
    5
    const TouchGestures = require('TouchGestures');