On colab I am getting: /bin/bash: accelerate: command not found Something went wrong
See original GitHub issueI follow the steps of the new method and once I get to the training I put in 5500 as the amount of traing steps because I have uploaded 55 images.
At the bottom it then says its executing, stops and says
/bin/bash: accelerate: command not found Something went
wrong``
Issue Analytics
- State:
- Created a year ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
/bin/bash: command not found Google Colab - Stack Overflow
You have two options to run shell script in google-colab : 1) Execute a single script with ! : !sh example.sh !echo "I...
Read more >Accelerate: command not found - Hugging Face Forums
After that I tried to type the command accelerate configurate in the terminal and it tells me that : bash: accelerate: command not...
Read more >bin/bash: mlagents-learn: command not found · Issue #1252 ...
Hey i'm trying to train on Google Colaboratory to speed up the training, i made a notebook: import os !git clone ...
Read more >Install spaCy · spaCy Usage Documentation
This error means that the spaCy module can't be located on your system, or in your environment. Make sure you have spaCy installed....
Read more >New (simple) Dreambooth method is out, train under 10 ...
Im getting this error at the "start dreambooth" cell: /bin/bash: accelerate: command not found. Something went wrong.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
you missed the first cells
I will close this now as it was sorted earlier on as comments show 😃