h4nwei/STI-VQA

not loss.py or evaluator.py

Closed this issue · 2 comments

hhsm commented

main.py

from loss import Loss 
# from train_single_stage import Trainer
from train_new import Trainer
from evaluator import Evaluator

there are not loss.py or evaluator.py in this repo

Hi @hhsm, thanks for the kind reminder. I will update the code repository after the holiday. Stay tuned.

main.py

from evaluator import Evaluator
from network.vsfa_new import VSFA_new

there are not evaluator.py or network.vsfa_new in this repo