Spaces:
Runtime error
Runtime error
File size: 322 Bytes
2956799 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# -*- coding: utf-8 -*-
"""
Author: Philipp Seidl
ELLIS Unit Linz, LIT AI Lab, Institute for Machine Learning
Johannes Kepler University Linz
Contact: seidl@ml.jku.at
File contains functions that help prepare and download USPTO-related datasets
"""
# Cell
from .model import ModelConfig, MHN
import torch |