VC-R-CNN
VC-R-CNN copied to clipboard
Fixed: Training of AoANet Model
There are two errors while training:
*wrong order of parameters caused the function call to not function properly in misc/utils.py.
*dtype of a tensor was not casted to the expected type in models/Attmodel.py.