File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Fixes # (issue)
17
17
18
18
## Before submitting
19
19
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
20
- - [ ] Did you read the [ contributor guideline] ( https://github.com/keras-team/keras-cv/blob/master/.github/ CONTRIBUTING.md ) ,
20
+ - [ ] Did you read the [ contributor guideline] ( https://github.com/keras-team/keras-cv/blob/master/CONTRIBUTING.md ) ,
21
21
Pull Request section?
22
22
- [ ] Was this discussed/approved via a Github issue? Please add a link
23
23
to it if that's the case.
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ these common tasks.
34
34
## Quick Links
35
35
- [ List of available models and presets] ( https://keras.io/api/keras_cv/models/ )
36
36
- [ Developer Guides] ( https://keras.io/guides/keras_cv/ )
37
- - [ Contributing Guide] ( .github/ CONTRIBUTING.md)
37
+ - [ Contributing Guide] ( CONTRIBUTING.md )
38
38
- [ Call for Contributions] ( https://github.com/keras-team/keras-cv/issues?q=is%3Aopen+is%3Aissue+label%3Acontribution-welcome )
39
- - [ API Design Guidelines] ( .github/ API_DESIGN.md)
39
+ - [ API Design Guidelines] ( API_DESIGN.md )
40
40
41
41
## Installation
42
42
KerasCV supports both Keras 2 and Keras 3. We recommend Keras 3 for all new
@@ -178,9 +178,9 @@ model.fit(
178
178
```
179
179
180
180
## Contributors
181
- If you'd like to contribute, please see our [ contributing guide] ( .github/ CONTRIBUTING.md) .
181
+ If you'd like to contribute, please see our [ contributing guide] ( CONTRIBUTING.md ) .
182
182
183
- To find an issue to tackle, please check our [ call for contributions] ( .github/ CALL_FOR_CONTRIBUTIONS.md) .
183
+ To find an issue to tackle, please check our [ call for contributions] ( CALL_FOR_CONTRIBUTIONS.md ) .
184
184
185
185
We would like to leverage/outsource the Keras community not only for bug reporting,
186
186
but also for active development for feature delivery. To achieve this, here is the predefined
You can’t perform that action at this time.
0 commit comments