temp / patch-forcing /patch_flow /__init__.py
Cccccz's picture
Upload patch-forcing
b910c09 verified
Raw
History Blame Contribute Delete
172 Bytes
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from omegaconf import OmegaConf
OmegaConf.register_new_resolver("mul", lambda a, b: a * b)