rwightman / efficientdet-pytorch

A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights
Apache License 2.0
1.58k stars 293 forks source link

[BUG] pip can't find the package on Kaggle & Colab #265

Closed lukeleeai closed 2 years ago

lukeleeai commented 2 years ago

Hello, as who's suffering from "cuda out of memory" errors on Kaggle notebook, I can't wait to use your package. However, I run into errors when I try to install koila on both Kaggle and Colab notebooks.

Describe the bug !pip install koila outputs the following error message: ERROR: Could not find a version that satisfies the requirement koila (from versions: none) ERROR: No matching distribution found for koila on Kaggle and Colab notebooks.

To Reproduce Steps to reproduce the behavior:

  1. Run !pip install koila on Kaggle / Colab

I'd appreciate it if anyone provides me with an alternate solution until this error gets fixed.

rwightman commented 2 years ago

@lukeleeai I have no idea what koila is, this is effdet

lukeleeai commented 2 years ago

You're right 😅 I'm sorry for the inconvenience. I accidentally posted the issue for another repository here. I appreciate your work.