Skip to content

Commit 7f6c7b3

Browse files
authored
Merge pull request #28 from Alan32Liu/fix_dir_typo
Fixed a typo (maybe?) in the path of `spikes.ckpt`
2 parents 47a3a3c + b11633b commit 7f6c7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch02_basics/Concept06_saving_variables.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128
],
129129
"source": [
130-
"save_path = saver.save(sess, \"spikes.ckpt\")\n",
130+
"save_path = saver.save(sess, \"./spikes.ckpt\")\n",
131131
"print(\"spikes data saved in file: %s\" % save_path)"
132132
]
133133
},

0 commit comments

Comments
 (0)