We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff41c20 commit 7f0ba4aCopy full SHA for 7f0ba4a
keras_cv/models/__init__.py
@@ -12,6 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+from keras_cv.models.convmixer import ConvMixer_512_16
16
+from keras_cv.models.convmixer import ConvMixer_768_32
17
+from keras_cv.models.convmixer import ConvMixer_1024_16
18
+from keras_cv.models.convmixer import ConvMixer_1536_20
19
+from keras_cv.models.convmixer import ConvMixer_1536_24
20
from keras_cv.models.convnext import ConvNeXtBase
21
from keras_cv.models.convnext import ConvNeXtLarge
22
from keras_cv.models.convnext import ConvNeXtSmall
0 commit comments