Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Juhyeon Lee <[email protected]>
  • Loading branch information
rhkr8521 and gogori6565 committed Sep 9, 2024
1 parent 71feff4 commit 278d16c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def forward(self, x):
# λ§€μΉ˜λ˜λ„λ‘ ν•΄ μ£Όλ©΄ λ©λ‹ˆλ‹€.
#

netB.load_state_dict(torch.load(PATH), strict=False)
netB.load_state_dict(torch.load(PATH, weights_only=True), strict=False)


######################################################################
Expand Down

0 comments on commit 278d16c

Please sign in to comment.