projects
/
onyx-mnist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ae299
)
cifar dumb bug fix
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Wed, 27 Jan 2021 18:10:43 +0000
(12:10 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Wed, 27 Jan 2021 18:10:43 +0000
(12:10 -0600)
src/cifar10.onyx
patch
|
blob
|
history
diff --git
a/src/cifar10.onyx
b/src/cifar10.onyx
index 9b657ea4ca6a4a0a48faff8c01f904ea41b2e2c5..42bb2e23235a2519b6196836ba2b3375651a6300 100644
(file)
--- a/
src/cifar10.onyx
+++ b/
src/cifar10.onyx
@@
-120,7
+120,7
@@
output_file := "data/tmp.nn"
main :: (args: [] cstr) {
if args.count > 1 {
- output_file = string.make(args[
0
]);
+ output_file = string.make(args[
1
]);
}
printf("Network save location: %s\n", output_file);