Open NicolasHug opened 1 year ago
'cupy' is a required dependency to run SNN-MLP model in huawei-noah/Efficient-AI-Backbones
Thanks for your reply @iamhankai
Could you clarify whether this cupy
dependency was added only recently, or it's always been a requirement?
@Gaffey
Hi all,
We're the maintainers of
torch.hub
and it looks like executing the code in the ghostnet example fails with the following error:You can find more details about the execution here.
Is
cupy
now a required dependency to run the ghostnet model? It seems that it wasn't before. I'd just like to make sure whether it's absolutely needed or not, as otherwise we'd need to include it in our CI as well (which we'd preferably not do).Thanks!