Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
8adbb64c
Commit
8adbb64c
authored
Jul 12, 2017
by
Jasmine
Browse files
removing memory intensive session.graph from FileWriter call
parent
b879a927
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lfads/lfads.py
lfads/lfads.py
+1
-1
No files found.
lfads/lfads.py
View file @
8adbb64c
...
...
@@ -952,7 +952,7 @@ class LFADS(object):
session
=
tf
.
get_default_session
()
self
.
logfile
=
os
.
path
.
join
(
hps
.
lfads_save_dir
,
"lfads_log"
)
self
.
writer
=
tf
.
summary
.
FileWriter
(
self
.
logfile
,
session
.
graph
)
self
.
writer
=
tf
.
summary
.
FileWriter
(
self
.
logfile
)
def
build_feed_dict
(
self
,
train_name
,
data_bxtxd
,
ext_input_bxtxi
=
None
,
keep_prob
=
None
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment