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
Not sure -- haven't run this code in a while. The populate_depths function itself is not too important -- you could perhaps try commenting it out and seeing what happens
I had a problem using the optimizer for the resnet101 model.
Following the README, the following commands were executed sequentially.
In the resnet101 (or resnet152) model, an infinite loop occurs in convert_graph_to_model.py.
(resnet50 or vgg16 had no problem.)
When I checked it, an infinite loop occurs in the populate_depths function in pipedream/graph/graph.py.
Is my execution wrong?
Can you confirm what's the problem?
The text was updated successfully, but these errors were encountered: