Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZYX committed Feb 1, 2022
1 parent 50b2c16 commit 0463d61
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added __pycache__/experiment.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/utils.cpython-38.pyc
Binary file not shown.
Binary file modified models/crossatten/__pycache__/embedding.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion models/crossatten/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def __init__(self, input_shape, token_d_model, dw_layers = 3 ,se_layers = 3):
shape = self.get_the_shape(input_shape) # B C F L

dim = shape[1]*shape[2]
print("------------dim-------------", shape[1], " ", shape[1])
print("------------dim-------------", shape[1], " ", shape[2])
self.fc = nn.Linear(dim,int(dim/2))
self.activation = nn.ReLU()

Expand Down

0 comments on commit 0463d61

Please sign in to comment.