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
When I run your script, at the line of demo = VisualizationDemo(cfg)
It will try to print out the entire model like:
....
| roi_heads.text_decoder.textual.transformer.encoder.layer.5.intermediate.dense.* | roi_heads.text_decoder.textual.transformer.encoder.layer.5.intermediate.dense.{bias,weight}
....
The text was updated successfully, but these errors were encountered:
When I run your script, at the line of
demo = VisualizationDemo(cfg)
It will try to print out the entire model like:
....
| roi_heads.text_decoder.textual.transformer.encoder.layer.5.intermediate.dense.* | roi_heads.text_decoder.textual.transformer.encoder.layer.5.intermediate.dense.{bias,weight}
....
The text was updated successfully, but these errors were encountered: