Spaces:
Running
Running
jannisborn
commited on
Commit
•
08f739a
1
Parent(s):
bb77ad9
wip
Browse files- configuration.py +1 -1
configuration.py
CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
|
|
5 |
from pytoda.transforms import Compose
|
6 |
from pytoda.smiles.transforms import SMILESToTokenIndexes, LeftPadding, Canonicalization
|
7 |
from cos import ensure_filepath_from_uri, COS_BUCKET_URI
|
8 |
-
from
|
9 |
|
10 |
# model files
|
11 |
MODEL_WEIGHTS_URI = ensure_filepath_from_uri(os.path.join(COS_BUCKET_URI, "model.pt"))
|
|
|
5 |
from pytoda.transforms import Compose
|
6 |
from pytoda.smiles.transforms import SMILESToTokenIndexes, LeftPadding, Canonicalization
|
7 |
from cos import ensure_filepath_from_uri, COS_BUCKET_URI
|
8 |
+
from utils import load
|
9 |
|
10 |
# model files
|
11 |
MODEL_WEIGHTS_URI = ensure_filepath_from_uri(os.path.join(COS_BUCKET_URI, "model.pt"))
|