SushantGautam
commited on
Update script.py
Browse files
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")
|