xcos icon indicating copy to clipboard operation
xcos copied to clipboard

In environment.yaml, the versions of python and pytorch are not the newest.

Open ntubiolin opened this issue 5 years ago • 0 comments

I ran into this error:

  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.

ntubiolin avatar Feb 18 '20 17:02 ntubiolin