[SOLVED] W2A1 Download "resnet50.h5"

Hi everyone,

I am trying to download the restnet50.h5, but got a really small file (137B).
Isn’t it suppose to be 200+MB ?

The original resnet50.h5 is only 23B and was proven working (by kernel → restart and clear output and Run All)

Thanks

Follow up: The following commands work

cd /tf
tar -chzf - W2A1 | split --bytes=100MB - workspace.tar.gz

You can’t download that file directly. It’s too large.

If you search the forum for the term “download h5”, you will find threads like this:

1 Like