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
The front part of the network is truncated, is there any way to get the complete network structure?
my code is: prediction = model.forward(sample) g = make_dot(prediction,params=dict(model.named_parameters())) g.render('res', format='pdf', view=False)
The text was updated successfully, but these errors were encountered:
The front part of the network is truncated, is there any way to get the complete network structure?
my code is:
prediction = model.forward(sample) g = make_dot(prediction,params=dict(model.named_parameters())) g.render('res', format='pdf', view=False)
The text was updated successfully, but these errors were encountered: