Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anoise/WTFlib
/ __init__
Method
__init__
LDPS_Graph/models/Stat_models.py:11–13 ·
view source on GitHub ↗
(self, configs)
Source
from the content-addressed store, hash-verified
9
10
class
Naive_repeat(nn.Module):
11
def
__init__(self, configs):
12
super(Naive_repeat, self).__init__()
13
self.pred_len = configs.pred_len
14
15
def
forward(self, x):
16
B,L,D = x.shape
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected