You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Graph has state. Some methods like params and flops are valid only after compile is called (note params may change by Conv+BN merge). Probably, we should fix this issue by introducing another class structure in chainer_compiler.py to encapsulate the raw APIs.
The text was updated successfully, but these errors were encountered:
Currently, Graph has state. Some methods like
params
andflops
are valid only aftercompile
is called (noteparams
may change by Conv+BN merge). Probably, we should fix this issue by introducing another class structure in chainer_compiler.py to encapsulate the raw APIs.The text was updated successfully, but these errors were encountered: