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

Highlights

  • Pro
Block or Report

Block or report yearofthewhopper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 47

  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');