Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MLSB/pinder_inference_template
benshor
/
pinder_dockformer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0fdcb79
pinder_dockformer
/
env_consts.py
bshor
add code
0fdcb79
5 months ago
raw
Copy download link
history
blame
199 Bytes
import
os
TEST_INPUT_DIR =
None
TEST_OUTPUT_DIR =
None
THIS_FILE_DIR = os.path.dirname(os.path.abspath(__file__))
CKPT_PATH = os.path.join(THIS_FILE_DIR,
"resources"
,
"77-182500_only_weights.ckpt"
)