I hereby claim:
- I am kdplus on github.
- I am mikaalm (https://keybase.io/mikaalm) on keybase.
- I have a public key ASAsqmGcHL2aHSFZXyVbeXW1KndT1wYqj4OgRE8Q1m8ZiQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
import time | |
import numpy as np | |
import matplotlib.pyplot as plt | |
from fc_net import * | |
from data_utils import get_CIFAR10_data | |
from gradient_check import eval_numerical_gradient, eval_numerical_gradient_array | |
from solver import Solver | |
import sys | |
import json |
require 'torch' | |
require 'xlua' | |
require 'image' | |
require 'cunn' | |
require 'cudnn' | |
require 'nn' | |
require 'torch' | |
require 'optim' | |
require 'paths' |
require 'torch' | |
require 'xlua' | |
require 'image' | |
require 'cunn' | |
require 'cudnn' | |
require 'nn' | |
require 'torch' | |
require 'optim' | |
require 'paths' |
/* | |
*Lab of Computer Architecture | |
* | |
* <Please put your name and userid here> | |
* | |
* bits.c - Source file with your solutions to the Lab. | |
* This is the file you will hand in to your instructor. | |
* | |
* WARNING: Do not include the <stdio.h> header; it confuses the dlc | |
* compiler. You can still use printf for debugging without including |