Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update resnet18 model path
Browse files Browse the repository at this point in the history
Ghassen-Chaabouni committed Jan 2, 2024
1 parent f4e9901 commit 629fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dot/simswap/parsing_model/resnet.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
import torch.nn.functional as F
import torch.utils.model_zoo as modelzoo

resnet18_url = "https://download.pytorch.org/models/resnet18-5c106cde.pth"
resnet18_url = "saved_models/simswap/resnet18-5c106cde.pth"


def conv3x3(in_planes, out_planes, stride=1):

0 comments on commit 629fc21

Please sign in to comment.