MegEngine / YOLOX

MegEngine implementation of YOLOX
Apache License 2.0
106 stars 15 forks source link

assertion error #1

Closed ankitchandracs closed 2 years ago

ankitchandracs commented 3 years ago

File "/content/YOLOX/tools/train.py", line 115, in assert num_gpu <= torch.cuda.device_count() AssertionError

FateScript commented 3 years ago

code here is not using torch any more? What's your backend? Pytorch or MegEngine?

ankitchandracs commented 3 years ago

using it on google colab

FateScript commented 3 years ago

Seems you are using Pytorch version code, please report your issue in another repo, Thx

WMYYDREAM commented 1 year ago

did you solved it?]