BlazeFace-v2 / DCU_CONFIG.py
wangyh6's picture
Upload BlazeFace
72d4f25 verified
raw
history blame contribute delete
233 Bytes
from transformers import PretrainedConfig
from typing import List
class DcuConfig(PretrainedConfig):
model_type = "blazeface"
def __init__(
self,
**kwargs,
):
super().__init__(**kwargs)