We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9f88 commit 61fda7fCopy full SHA for 61fda7f
.gemini/styleguide.md
@@ -370,7 +370,7 @@ backbone_presets = {
370
- Document all parameters, return values, and exceptions.
371
372
### Type Hints
373
-- KerasHub does not use type hints in function signatures or `__init__` methods.
+- KerasHub does not use type hints in function signatures or `__init__` methods. Default values are okay(example: None, "string_value", etc).
374
- Type information is provided in the docstring Args section using the format `arg_name: type. description`.
375
- Focus on clear, descriptive parameter names and comprehensive docstrings.
376
0 commit comments