We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b1950 commit c97daf4Copy full SHA for c97daf4
Implementation/src/torchvision/models/load_model.cs
@@ -24,7 +24,7 @@ static models()
24
{
25
if(File.Exists(path + fname))
26
27
- return (Dictionary<string, torch.Tensor>)torch.load(path);
+ return (Dictionary<string, torch.Tensor>)torch.load(path + fname);
28
}
29
else
30
0 commit comments