You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A local file was found, but it seems to be incomplete or outdated because the auto file hash does not match the original value of 6fc8009faa2f00c1c1dfce59feea9b0745eb260a7dd11bee65c8e20843da6eab so we will re-download the data.
Downloading data from https://storage.googleapis.com/tensorflow/keras-applications/convnext/convnext_large_notop.h5
785596384/785596384 ━━━━━━━━━━━━━━━━━━━━ 19s 0us/step
Traceback (most recent call last):
File "/home/edge7/Desktop/projects/ing_edurso/wharfree-net/main_test.py", line 3, in
keras.applications.ConvNeXtSmall(
File "/home/edge7/.cache/pypoetry/virtualenvs/wharfree-net-IECYI3Oq-py3.10/lib/python3.10/site-packages/keras/src/applications/convnext.py", line 603, in ConvNeXtSmall
return ConvNeXt(
File "/home/edge7/.cache/pypoetry/virtualenvs/wharfree-net-IECYI3Oq-py3.10/lib/python3.10/site-packages/keras/src/applications/convnext.py", line 534, in ConvNeXt
weights_path = file_utils.get_file(
File "/home/edge7/.cache/pypoetry/virtualenvs/wharfree-net-IECYI3Oq-py3.10/lib/python3.10/site-packages/keras/src/utils/file_utils.py", line 306, in get_file
raise ValueError(
ValueError: Incomplete or corrupted file detected. The auto file hash does not match the provided value of 6fc8009faa2f00c1c1dfce59feea9b0745eb260a7dd11bee65c8e20843da6eab.
The text was updated successfully, but these errors were encountered:
Hi,
using Keras 3.5 and just running the following:
I get:
The text was updated successfully, but these errors were encountered: