Skip to content

Commit

Permalink
Update svf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
syp2ysy authored Sep 27, 2022
1 parent 4a51e8f commit 0458898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def forward(self, x):


full2low_mapping_n = {
nn.Conv2d: SVD_Conv2d,
nn.Conv2D: SVD_Conv2d,
nn.Linear: SVD_Linear
}

Expand Down

0 comments on commit 0458898

Please sign in to comment.