# -*- coding: utf-8 -*- # | |
"""*********************************************************************************************""" | |
# FileName [ upstream/spec_augment/expert.py ] | |
# Synopsis [ the spec augment wrapper ] | |
# Author [ Andy T. Liu (https://github.com/andi611) ] | |
# Copyright [ Copyleft(c), Speech Lab, NTU, Taiwan ] | |
"""*********************************************************************************************""" | |
############### | |
# IMPORTATION # | |
############### | |
from ..mockingjay.expert import UpstreamExpert | |