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
Hi @divyashreepathihalli, I would like to work on this issue. I am new to keras-hub so can you please help me through the process?
As much as I could understand, models can be loaded using from_preset so we need to update the preset-utils and the from_preset functions in the base classes? (please correct me if I am wrong)
We need to update the load_task and load_preprocessor functions of KerasPresetLoader to add the sharding? We can leave the option of sharding to the user by adding one parameter (bool) to the from_preset which if true does the sharding or we can just do it ourselves by checking if the file size is more than 10GB.
(from_preset will change imo only if we keep the sharding option to the user)
No description provided.
The text was updated successfully, but these errors were encountered: