jasonwu0731/trade-dst

The test slot list in fine_tune.py seems to be wrong.

Closed this issue · 1 comments

In line 73: acc_test = model.evaluate(test_single, 1e7, SLOTS_LIST[3]), why you use SLOTS_LIST instead of SLOTS_LIST_single?

Hi,
SLOTS_LIST[3] is actually the test slot for a single domain if you check here. You can check the values of both list, they should be the same I guess.