Spaces:
Sleeping
Sleeping
File size: 199 Bytes
0fdcb79 |
1 2 3 4 5 6 7 |
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")
|