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(mge/sublinear): change no virtual grad warning to log_debug
GitOrigin-RevId:
6b5808f2d4
tags/v1.3.0
Megvii Engine Team
4 years ago
parent
51868533c8
commit
4b98c72171
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core/impl/graph/cg_impl.cpp
+ 1
- 1
src/core/impl/graph/cg_impl.cpp
View File
@@ -474,7 +474,7 @@ ComputingGraphImpl::CompileState ComputingGraphImpl::compile_prepare(
#if MGB_ENABLE_SUBLINEAR
if (options().enable_sublinear_memory_opt) {
if (!sopr_stat.has_virtual_grad) {
mgb_log_
warn
(
mgb_log_
debug
(
"no virtual grad var; sublinear memory may produce "
"unsatisfying result");
}
Write
Preview
Loading…
Cancel
Save