Skip to content

Issue Report: Missing import file in Easy_use_trainner.py #1

@MSXYljw

Description

@MSXYljw

Description: I encountered an issue when trying to use the APTF framework. The file Easy_use_trainner.py attempts to import a module that doesn't exist in the repository.

Error:

ModuleNotFoundError: No module named 'Amortized_unpredictability_evolution_aware_loss'

Problem Location: In ts_models/Easy_use_trainner.py:13 , the code has:

from Amortized_unpredictability_evolution_aware_loss import AUE_Loss

However, the actual file in the repository is named Amortized_Hierarchical_Predictability_Aware_Loss.py and defines a function AHPLoss instead of AUE_Loss .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions