SushantGautam commited on
Commit
29a1119
·
verified ·
1 Parent(s): c25b99a

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +0 -6
script.py CHANGED
@@ -10,12 +10,6 @@ print("/tmp/model/script.py: ", open('/tmp/model/script.py').read())
10
  import subprocess
11
  import sys
12
 
13
-
14
-
15
- from torchmetrics.image.fid import FrechetInceptionDistance
16
- print("imported FrechetInceptionDistance")
17
-
18
-
19
  subprocess.check_call([sys.executable, "-m", "pip", "install", "clean-fid"])
20
  from cleanfid import fid
21
  print("imported fid")
 
10
  import subprocess
11
  import sys
12
 
 
 
 
 
 
 
13
  subprocess.check_call([sys.executable, "-m", "pip", "install", "clean-fid"])
14
  from cleanfid import fid
15
  print("imported fid")