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
Hello, I want to know how I can call the output tensor of an intermediate layer like the last FC. Through the OutputHook function, how should the name of the layer be passed?
Hello, I want to know how I can call the output tensor of an intermediate layer like the last FC. Through the OutputHook function, how should the name of the layer be passed?
inference_recognizer(model, video,labels,outputs ='fc1')?
The text was updated successfully, but these errors were encountered: