LAION-AI / dalle2-laion

Pretrained Dalle2 from laion
499 stars 66 forks source link

cannot run colab directly #10

Closed FingerRec closed 1 year ago

FingerRec commented 2 years ago

Hi,


TypeError Traceback (most recent call last) /usr/local/lib/python3.7/dist-packages/numpy/lib/shape_base.py in split(ary, indices_or_sections, axis) 866 try: --> 867 len(indices_or_sections) 868 except TypeError:

TypeError: object of type 'int' has no len()

When I run this jupyter notebook in colab, the last part (rerank) except the above exceptions.

nousr commented 1 year ago

As models are increasing in VRAM usage, I believe we are moving away from google colab support. This, combined with recent overhauls this is likely an outdated issue.

If you run into any new problems do not hesitate to open a new issue with details :)