Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videoswin cannot load from preset #2485

Open
pass-lin opened this issue Aug 30, 2024 · 0 comments
Open

Videoswin cannot load from preset #2485

pass-lin opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
type:Bug Something isn't working

Comments

@pass-lin
Copy link

pass-lin commented Aug 30, 2024

I followed the instructions in the document at https://keras.io/api/keras_cv/models/tasks/deeplab_v3_segmentation/ and encountered an error when I input the following code:

from keras_cv.models import DeepLabV3Plus  
model = DeepLabV3Plus.from_preset("videoswin_tiny_kinetics400")

error is

Traceback (most recent call last):

  Cell In[2], line 2
    model = DeepLabV3Plus.from_preset("videoswin_tiny_kinetics400")

  File F:\anaconda\Lib\site-packages\keras_cv\src\models\task.py:184 in from_preset
    return super(cls, calling_cls).from_preset(*args, **kwargs)

  File F:\anaconda\Lib\site-packages\keras_cv\src\models\task.py:134 in from_preset
    preset = cls.presets[preset]["kaggle_handle"]

KeyError: 'kaggle_handle'
@mehtamansi29 mehtamansi29 self-assigned this Sep 17, 2024
@mehtamansi29 mehtamansi29 added the type:Bug Something isn't working label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants