-
Notifications
You must be signed in to change notification settings - Fork 0
Contribute
Virinas-code edited this page Jan 30, 2022
·
1 revision
You can train Crocrodile on your computer !
- A recent Python version
2 Cores and 4 Go RAM
4 Cores and 8 Go RAM
- Make a fork of this repository
- Clone the new git repository:
git clone github.com/<username>/Crocrodile
- Install requirements:
pip install -r requirements.txt
- Edit training configuration:
basics_train.json
file - Start training:
python3 start.py basics
- Add the new files:
git add nns/
- Commit:
git commit -m "Training"
- Push:
git push
- Go to GitHub and open a pull request from your fork
Done ! 👍