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
package_to_hub(model=model, # Our trained model model_name=model_name, # The name of our trained model model_architecture=model_architecture, # The model architecture we used: in our case PPO env_id=env_id, # Name of the environment eval_env=eval_env, # Evaluation Environment repo_id=repo_id, # id of the model repository from the Hugging Face Hub (repo_id = {organization}/{repo_name} for instance ThomasSimonini/ppo-LunarLander-v2 commit_message=commit_message)
create correctly the repository in the model section but empty and stay stuck indefinitely without push anything
Describe the bug
A clear and concise description of what the bug is - kernel keeps running on this code
I run all the previous necessary steps but when it comes to this code it keeps on running indefinitely and LFS upload shows 0/4
Notebook Link
Material
If not:
The text was updated successfully, but these errors were encountered: