Skip to content
Snippets Groups Projects
Commit 6a965ae8 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added UDA support at input feature level.

parent 92cd6ba6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ LOGGER = logging.getLogger(__name__)
# global variable used to determine where to compute the domain adaptation loss
# within the model
UDA_POSITIONS = ['enc', 'dec', 'cla']
UDA_POSITIONS = ['inp', 'enc', 'dec', 'cla']
def coral(source, target, device='cpu'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment