Skip to content
View iaverypadberg's full-sized avatar

Block or report iaverypadberg

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
iaverypadberg/README.md

Pinned Loading

  1. Spaghettinet-Training Spaghettinet-Training Public

    A walkthrough of training a spaghettinet model

    Python 7

  2. ssd_mobilenet training on ubuntu 20.... ssd_mobilenet training on ubuntu 20.04-with gpu - conda & pip
    1
    Configuring a tensorflow environment to work with gpu's is really annoying. Thankfully, conda & pipmake it a lot less annoying.
    2
    
                  
    3
    Here are the core dependencies for getting this to work.
    4
    
                  
    5
      * cudatoolkit=11.6.0 
  3. Passport-Jwt-Auth-Template Passport-Jwt-Auth-Template Public

    A template with passport jwt authentication

    JavaScript

  4. Basic-Passport-Auth Basic-Passport-Auth Public

    An app to demonstrate auth using passport

    JavaScript

  5. Freelance-Contract Freelance-Contract Public

    A contract to mediate payment to a freelancer

    Haskell

  6. A python script for formatting lots ... A python script for formatting lots of xml files in a directory.
    1
    import glob
    2
    import subprocess
    3
    
                  
    4
    # Replace this file directory with the location of the xml files
    5
    files = glob.glob('/home/isaac/Desktop/work_area/test2_xml/*.xml')