Skip to content

Commit

Permalink
Fix import bug re: Issue #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jul 3, 2020
1 parent 92990bf commit 6ab03a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/inception.py
@@ -1,4 +1,5 @@
import torch
import torch.nn.functional as F

from torchvision import models
from torchvision.models.utils import load_state_dict_from_url
Expand Down

0 comments on commit 6ab03a7

Please sign in to comment.