You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
265 B

# -*- coding: utf-8 -*-
"""
Created on 2024/9/30 17:05
@author: Whenxuan Wang
@email: wwhenxuan@gmail.com
@url: https://github.com/wwhenxuan/SymTime
"""
from .pretrain_model import SymTime as SymTime_pretrain
from .finetune_model import SymTime as SymTime_finetune