Hi
thanks for the excellent work!
Could you clarify whether the learned transformations (trans_forward, trans_backward) are applied during inference?
From what I can tell in main.py, the features fed to the classifier appear to come directly from the backbone.
Am I missing a step where the transformations are used at test time?
Thanks!
Hi
thanks for the excellent work!
Could you clarify whether the learned transformations (
trans_forward,trans_backward) are applied during inference?From what I can tell in
main.py, the features fed to the classifier appear to come directly from the backbone.Am I missing a step where the transformations are used at test time?
Thanks!