Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clab/dynet
/ batch
Method
batch
python/dynet_viz.py:143–143 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
141
def
forward(self, recalculate=False):
return
None
142
def
set(self, x):
pass
143
def
batch(self, i):
return
lookup_batch(self, i)
144
def
zero(self):
return
self
145
146
def
backward(self):
pass
Callers
2
test_lookup_parameters_initializers
Method · 0.80
minibatch.py
File · 0.80
Calls
1
lookup_batch
Function · 0.85
Tested by
1
test_lookup_parameters_initializers
Method · 0.64