This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(imperative): fix use collections error from python3.10
GitOrigin-RevId:
5dd019b336
tags/v1.8.0
Megvii Engine Team
3 years ago
parent
95ac055538
commit
275b63114d
2 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
imperative/python/megengine/utils/module_utils.py
+0
-3
scripts/whl/android/utils.sh
+ 0
- 1
imperative/python/megengine/utils/module_utils.py
View File
@@ -6,7 +6,6 @@
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
import contextlib
from collections import Iterable
from ..module import Sequential
from ..module.module import Module, _access_structure
+ 0
- 3
scripts/whl/android/utils.sh
View File
@@ -3,9 +3,6 @@
source ${SRC_DIR}/scripts/whl/utils/utils.sh
ALL_PYTHON=${ALL_PYTHON}
# FIXME: now imperative py code do not support 3.10
# but megenginelite and megbrain support it, so we
# config with 3.10.1 now
FULL_PYTHON_VER="3.8.3 3.9.9 3.10.1"
if [[ -z ${ALL_PYTHON} ]]
then
Write
Preview
Loading…
Cancel
Save