TheLastBen
commited on
Commit
•
45762b5
1
Parent(s):
6ce6de4
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -19,6 +19,7 @@ import requests
|
|
19 |
from collections import defaultdict
|
20 |
from math import log, sqrt
|
21 |
import numpy as np
|
|
|
22 |
|
23 |
|
24 |
def Deps(force_reinstall):
|
|
|
19 |
from collections import defaultdict
|
20 |
from math import log, sqrt
|
21 |
import numpy as np
|
22 |
+
from subprocess import check_output
|
23 |
|
24 |
|
25 |
def Deps(force_reinstall):
|