fduMark / AUT-MSAM

3 stars 7 forks source link

Missing package 'utils' and 'data_utils' used in main.py #1

Open Rearcher opened 4 years ago

Rearcher commented 4 years ago

Thanks for your excellent work! By the way, I do not find the utils and data_utils package used in main.py(see below), can you help upload these files? I just want to run some comparative experiments.

# in main.py
from data_utils.batch_helper import get_batch
from utils.result_calculator import *
from data_utils.load_data import load_embedding
Nozdormu-Timer commented 2 years ago

Thanks for your excellent work! By the way, I do not find the utils and data_utils package used in main.py(see below), can you help upload these files? I just want to run some comparative experiments.

# in main.py
from data_utils.batch_helper import get_batch
from utils.result_calculator import *
from data_utils.load_data import load_embedding

想问下你最后解决这个问题了嘛?以及怎么解决的?