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 .