This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"### Student Version(1)" | |
] | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================== 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] | |
__________________________________________________________________________________________________ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |