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
In the forward method of the Tree class in dla.py, the residual argument is always ignored (overriden line 209).
Is it what is wanted ?
If it is, then building project in the constructor and calling its forward method it line 209 is useless when levels > 1. Some computation could be saved.
Also bottom computation is not used if levels > 1 and level_root is false.
The text was updated successfully, but these errors were encountered:
In the
forward
method of theTree
class indla.py
, theresidual
argument is always ignored (overriden line 209).Is it what is wanted ?
If it is, then building
project
in the constructor and calling its forward method it line 209 is useless whenlevels > 1
. Some computation could be saved.Also
bottom
computation is not used iflevels > 1
andlevel_root
is false.The text was updated successfully, but these errors were encountered: