keras-team / keras-io

Keras documentation, hosted live at keras.io
Apache License 2.0
2.69k stars 2.01k forks source link

Update Models API for Keras CV #1798

Closed sachinprasadhs closed 3 months ago

sachinprasadhs commented 3 months ago
sachinprasadhs commented 3 months ago

Thank you, made the suggested changes, this PR in CV needs to be merged before merging this https://github.com/keras-team/keras-cv/pull/2389

fchollet commented 3 months ago

I'm seeing the following error on CI:

6.609 AttributeError: module 'keras_cv.models' has no attribute 'SegFormerB0'

What is the issue?

sachinprasadhs commented 3 months ago

I'm seeing the following error on CI:

6.609 AttributeError: module 'keras_cv.models' has no attribute 'SegFormerB0'

What is the issue?

I exported few APIs in Keras CV, which needs to be merged here https://github.com/keras-team/keras-cv/pull/2389 for those to be available to process in keras.io

sachinprasadhs commented 3 months ago

This can be merged now since the linked Keras -CV PR is merged.