"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "ef711591a5db69d36f904ab5c39dec13627a58ad"
Made the DNN layer visiting routines more convenient.
Now the user doesn't have to supply a visitor capable of visiting all layers, but instead just the ones they are interested in. Also added visit_computational_layers() and visit_computational_layers_range() since those capture a very common use case more concisely than visit_layers(). That is, users generally want to mess with the computational layers specifically as those are the stateful layers.
Showing
Please register or sign in to comment