Skip to content

Commit

Permalink
Update inception_v3.py with source
Browse files Browse the repository at this point in the history
  • Loading branch information
jaivardhankapoor authored Mar 18, 2024
1 parent 9876ee1 commit 073add0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions labproject/external/inception_v3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
'''
Code sourced from https://github.com/mseitzer/pytorch-fid/blob/master/src/pytorch_fid/inception.py
'''

import torch
import torch.nn as nn
import torch.nn.functional as F
Expand Down

0 comments on commit 073add0

Please sign in to comment.