Skip to content

Commit

Permalink
Merge branch 'master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 19, 2024
2 parents 035beef + acc3eb4 commit 8e4d59e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions text_to_image/tools/fid/fid_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
import pathlib
import os
import sys
sys.path.insert(0, "..")
from inception import InceptionV3 # noqa: E402
from .inception import InceptionV3


try:
Expand Down

0 comments on commit 8e4d59e

Please sign in to comment.