BiRefNet / hf_config.py
ZhengPeng7's picture
For users to load in one key.
0e81815
raw
history blame
224 Bytes
from transformers import PretrainedConfig
class BiRefNetConfig(PretrainedConfig):
model_type = "SegformerForSemanticSegmentation"
def __init__(
self,
**kwargs
):
super().__init__(**kwargs)