summary / fengshen /utils /__init__.py
skf15963's picture
Duplicate from fclong/summary
fb238e8
raw
history blame contribute delete
355 Bytes
from .universal_checkpoint import UniversalCheckpoint
from .utils import chinese_char_tokenize
from .transfo_xl_utils import top_k_logits, sample_sequence_batch, sample_sequence, get_masks_and_position_ids
__all__ = ['UniversalCheckpoint', 'chinese_char_tokenize', 'top_k_logits', 'sample_sequence_batch', 'sample_sequence', 'get_masks_and_position_ids']