Are you sure you want to delete this access key?
GitHub comments could not be loaded
We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
Here are a few more things to know:
Here is a simple guideline to get you started with your first contribution
Pulling updates from remote might cause merge conflicts with jupyter notebooks. The tool nbdime might solve this.
pip install ndime
nbdiff notebook_1.ipynb notebook_2.ipynb
We are working hard to make sure all the code in this repository is readable, maintainable and testable. We follow the Google docstring guidelines outlined on this styleguide page. For example:
def python_function(first_argument: int, second_argument: int) -> bool:
"""
This function will do something with the two arguments.
Args:
first_argument (int): the first argument to the function
second_argument (int): the second argument to the function
Raises:
Exception: arguments should be ints not floats
Returns:
bool: whether or not the calculation was correct
"""
We use GitHub Pages for technical documentation hosting on https://deci-ai.github.io/super-gradients/welcome.html
To generate the docs based on the current work tree, run:
./scripts/generate_docs.sh
And the documentation will automatically update, based on documentation/
.
The new documentation HTML will be generated to docs/
.
Once docs/
is committed and pushed, GitHub Pages will use it.
The step of documentation update is currently manual.
Press p or to see the previous file or, n or to see the next file
Browsing data directories saved to S3 is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
super-gradients is now integrated with AWS S3!
Are you sure you want to delete this access key?
Browsing data directories saved to Google Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
super-gradients is now integrated with Google Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to Azure Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
super-gradients is now integrated with Azure Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to S3 compatible storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
super-gradients is now integrated with your S3 compatible storage!
Are you sure you want to delete this access key?