Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CompVis
/
EDGS
like
51
Running
on
Zero
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
refs/pr/5
EDGS
/
submodules
/
RoMa
/
romatch
/
__init__.py
Olga
Initial commit
5f9d349
22 days ago
raw
Copy download link
history
blame
Safe
191 Bytes
import
os
from
.models
import
roma_outdoor, tiny_roma_v1_outdoor, roma_indoor
DEBUG_MODE =
False
RANK =
int
(os.environ.get(
'RANK'
, default =
0
))
GLOBAL_STEP =
0
STEP_SIZE =
1
LOCAL_RANK = -
1