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
Leaving phase and device to the Caffe singleton is awkward and spells trouble for parallelization and device abstraction.
Net should own phase and device, which are to be set at instantiation, so that nets can co-exist without the delicate coordination of phase and device for parallel execution within and across nets.
p.s. pycaffe is still weird for certain configurations since phase and device are set too late. I keep forgetting to push a stop-gap patch but perhaps we should fix this all at once and soon. Fix in #1728.
Leaving phase and device to the Caffe singleton is awkward and spells trouble for parallelization and device abstraction.
Net should own phase and device, which are to be set at instantiation, so that nets can co-exist without the delicate coordination of phase and device for parallel execution within and across nets.
At the same time phase issues like #192 #1250 #1430 should be settled at the same time.Phase has been settled in #1790.@longjon @jeffdonahue
The text was updated successfully, but these errors were encountered: