File "/home/r07944011/xcos/src/model/face_recog.py", line 398, in forward
index = index.type(torch.BoolTensor)
AttributeError: module 'torch' has no attribute 'BoolTensor'
and it seems due to pytorch version is not the newest (> 1.0).
Hope the version config in the environment.yaml could be updated.
I ran into this error:
and it seems due to pytorch version is not the newest (> 1.0). Hope the version config in the environment.yaml could be updated.