-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
I have found in model/base.py
the direction prediction are using up1_embedding:
if self.direction_pred: x_direction = self.up1_embedded(x2, x1) x_direction = self.up2_direction(x_direction)
Line 131 in 7911227
| x_direction = self.up1_embedded(x2, x1) |
why using up_1embedded blocks instead of using up1_direction as the up1_direction is already defined.
and will the weights of up1_embedded blocks are affected by the direction prediction?
Metadata
Metadata
Assignees
Labels
No labels