I run the source_train.py, and there is a error, as follows:
Traceback (most recent call last):
File "source_train.py", line 311, in
main(parser.parse_args())
File "source_train.py", line 238, in main
top1 = rank_score.allshots[0]
AttributeError: 'numpy.float64' object has no attribute 'allshots'.
Why?
I run the source_train.py, and there is a error, as follows: Traceback (most recent call last): File "source_train.py", line 311, in
main(parser.parse_args())
File "source_train.py", line 238, in main
top1 = rank_score.allshots[0]
AttributeError: 'numpy.float64' object has no attribute 'allshots'.
Why?