implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k
stars
517
forks
source link
FIX: for runtime errors pertaining to numpy casting and loss function. #293
Open
S-Gaurisankar opened 11 months ago
All issues relating to numpy datatype have been resolved. The Float to int type casting error has been fixed.