Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b54f289

Browse files
committed
* rm deprecated comments
1 parent 992ddf2 commit b54f289

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎core/memory.py‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def _load_memory(self):
3131
raise NotImplementedError("not implemented in base calss")
3232

3333
def _reset_states(self):
34-
# NOTE: memory is not in the graph so should just be a Tensor
35-
# NOTE: its values are only involved with the graph through the heads
36-
# TODO: check again here how to initialize
3734
self.memory_vb = Variable(self.memory_ts).type(self.dtype)
3835

3936
def _reset(self): # NOTE: should be called at each child's __init__

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /