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
I can only run my model on server, so I can't see the model graph directly from the example code:
tw.draw_model.
So, anyone can tell me how to save the graph data to image file? Thanks.
The text was updated successfully, but these errors were encountered:
I find the method help info by help(tw.draw_model) draw_model(model, input_shape=None, orientation='TB', png_filename=None)
after running this code tw.draw_model(model, [1, 3, 224, 224], 'model.png')
nothing was saved
using img.save, the png resolution is too low to see the model graph
I can only run my model on server, so I can't see the model graph directly from the example code:
tw.draw_model.
So, anyone can tell me how to save the graph data to image file? Thanks.
The text was updated successfully, but these errors were encountered: