Skip to content

Should contain training code, everything needed besides data files should be included here.

Notifications You must be signed in to change notification settings

karlzipser/training

 
 

Repository files navigation

Training

This project should contain all our training code for the model car project.

Standards

This is a version of the repository that follows PEP8 guidelines, please comment on GitHub code, file an issue, or correct any errors with a pull request.

Contributing

Contributions should be made using the GitHub Standard Pull Request Workflow. To set this up do the following:

  1. Fork this repository on GitHub (press the fork button)
  2. Clone your forked repository (git clone ...)
  3. Add this repository as upstream
git remote add upstream https://github.com/bddmodelcar/training.git
  1. Make your changes, commit and push locally to your fork of the repository.
  2. Sync changes to the remote repository (Should be done intermittently throughout work)
git fetch upstream
git merge upstream/master
  1. When you are ready to push your changes globally, open your fork in GitHub and press the Pull Request button. If you are a collaborator, you can merge the pull request yourself, but it is suggested to let others review your changes and merge.

About

Should contain training code, everything needed besides data files should be included here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%