Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
c3566221
Commit
c3566221
authored
Jan 18, 2021
by
WenmuZhou
Browse files
fix typo error
parent
c465f404
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/doc_ch/add_new_algorithm.md
doc/doc_ch/add_new_algorithm.md
+2
-2
doc/doc_en/add_new_algorithm_en.md
doc/doc_en/add_new_algorithm_en.md
+2
-2
No files found.
doc/doc_ch/add_new_algorithm.md
View file @
c3566221
...
...
@@ -95,7 +95,7 @@ class MyBackbone(nn.Layer):
self
.
conv
=
nn
.
xxxx
def
forward
(
self
,
inputs
):
# your ne
c
work forward
# your ne
t
work forward
y
=
self
.
conv
(
inputs
)
return
y
```
...
...
@@ -300,4 +300,4 @@ Optimizer:
regularizer
:
name
:
'
L2'
factor
:
0
```
\ No newline at end of file
```
doc/doc_en/add_new_algorithm_en.md
View file @
c3566221
...
...
@@ -96,7 +96,7 @@ class MyBackbone(nn.Layer):
self
.
conv
=
nn
.
xxxx
def
forward
(
self
,
inputs
):
# your ne
c
work forward
# your ne
t
work forward
y
=
self
.
conv
(
inputs
)
return
y
```
...
...
@@ -301,4 +301,4 @@ Optimizer:
regularizer
:
name
:
'
L2'
factor
:
0
```
\ No newline at end of file
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment