edge7Lux

Results 2 issues of edge7Lux

I think it's time to start supporting the latest Tensorflow versions. 2.8.x is now very outdated.

help wanted

Hi, using Keras 3.5 and just running the following: ``` import keras keras.applications.ConvNeXtSmall( include_preprocessing=True, input_tensor=None, weights="imagenet", input_shape=(224, 320, 3), include_top=False, pooling=None, name="convnext_large", ).summary() ``` I get: > A local file...

type:Bug