This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import subprocess | |
| import random | |
| import numpy as np | |
| import torch | |
| from torch._utils import _get_available_device_type, _get_device_module | |
| from loguru import logger | |
| # DEBUG = False | |
| DEBUG = True |