Saluki / model /data.py
wuxing0105's picture
Upload folder using huggingface_hub
4d43445 verified
Raw
History Blame Contribute Delete
200 Bytes
"""Stable import location for the official Saluki TFRecord reader."""
import os
os.environ.setdefault("TF_USE_LEGACY_KERAS", "1")
from .basenji.dataset import RnaDataset
__all__ = ["RnaDataset"]