Skip to content

Instantly share code, notes, and snippets.

View JonathanCMitchell's full-sized avatar

Jonathan Mitchell JonathanCMitchell

View GitHub Profile
@JonathanCMitchell
JonathanCMitchell / gist:ef97ab78fbd52ef60d44586ae721ffa7
Created April 5, 2019 07:23
sanity check passing then failing
odin@odin-System-Product-Name:~/Projects/os/project_0$ ls
a.out functions.sh lab0.c new.txt test_script.sh textnewgdbtest.txt
backtrace.png helloworld.txt Makefile README textmom.txt text_newr.txt
breakpoint.png lab0-503807455.tar.gz newoutput.txt smoketest.sh text_newer.txt text_new.txt
odin@odin-System-Product-Name:~/Projects/os/project_0$ ./test_script.sh 503807455
... using test directory /home/odin/Projects/os/project_0/CS111_test.odin
... extracting /home/odin/Projects/os/project_0/lab0-503807455.tar.gz
lab0.c
backtrace.png
breakpoint.png
==================== MODEL SUMMARY FOR SOMSHUBRA Model ==============
__________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
==================================================================================================
input_1 (InputLayer) (None, 224, 224, 3) 0
__________________________________________________________________________________________________
conv1 (Conv2D) (None, 112, 112, 32) 864 input_1[0][0]
__________________________________________________________________________________________________
conv1_bn (BatchNormalization) (None, 112, 112, 32) 128 conv1[0][0]
__________________________________________________________________________________________________
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Student Version(1)"
]
},
{
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JonathanCMitchell
JonathanCMitchell / index.html
Created June 3, 2016 18:50
Random Quote Generator - in progress - FCC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="icon" type="image/png" href="/img/crown_freepik.png">