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
chenpangpang
transformers
Commits
b4ecc6be
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "56b35ce3ebeb1edb53ef98b3ad3557f79ce788e2"
Unverified
Commit
b4ecc6be
authored
Jul 02, 2021
by
Matthew LeMay
Committed by
GitHub
Jul 02, 2021
Browse files
fixed typo in flax-projects readme (#12466)
parent
e52288a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/research_projects/jax-projects/README.md
examples/research_projects/jax-projects/README.md
+1
-1
No files found.
examples/research_projects/jax-projects/README.md
View file @
b4ecc6be
...
@@ -502,7 +502,7 @@ First, write a Flax module that will declare the layers and computation.
...
@@ -502,7 +502,7 @@ First, write a Flax module that will declare the layers and computation.
import
flax.linen
as
nn
import
flax.linen
as
nn
import
jax.numpy
as
jnp
import
jax.numpy
as
jnp
class
MLPMo
u
dle
(
nn
.
Module
):
class
MLPMod
u
le
(
nn
.
Module
):
config
:
MLPConfig
config
:
MLPConfig
dtype
:
jnp
.
dtype
=
jnp
.
float32
dtype
:
jnp
.
dtype
=
jnp
.
float32
...
...
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