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
OpenDAS
fairscale
Commits
61234360
Unverified
Commit
61234360
authored
Oct 16, 2020
by
msbaines
Committed by
GitHub
Oct 16, 2020
Browse files
[cleanup] moe: rename moelayer.py to moe_layer.py (#141)
parent
a65fc83e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
fairscale/nn/moe/__init__.py
fairscale/nn/moe/__init__.py
+1
-1
fairscale/nn/moe/moe_layer.py
fairscale/nn/moe/moe_layer.py
+0
-0
tests/nn/moe/test_moe_layer.py
tests/nn/moe/test_moe_layer.py
+0
-0
No files found.
fairscale/nn/moe/__init__.py
View file @
61234360
...
...
@@ -3,5 +3,5 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
from
.moelayer
import
MOELayer
from
.moe
_
layer
import
MOELayer
from
.top2gate
import
Top2Gate
fairscale/nn/moe/moelayer.py
→
fairscale/nn/moe/moe
_
layer.py
View file @
61234360
File moved
tests/nn/moe/test_moelayer.py
→
tests/nn/moe/test_moe
_
layer.py
View file @
61234360
File moved
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