I have been using ResNet-50 with Domain-Adversarial network. I observed an oscillation in the loss values from the evaluation as you can see in the figures, this oscillation was not observed when using ResNet-50 without Domain-Adversarial. I am wondering why is this happening?
Without Domain adversarial:
Thanks.