Describe the bug
A clear and concise description of what the bug is.
I tried to run this tutorial, and I got this error message:
"torch.nn.modules.module.ModuleAttributeError: 'DynUNet' object has no attribute 'get_feature_maps'"
This error showed when runing the docker images "projectmonai/monai:0.4.0" and 2projectmonai/monai:latest".
It seems to me that the DynUNet public interface "get_feature_maps method" was deleted and updated with a concatenated tensor. However, the tutorial still not updated.
Please only create issues here relating to the functioning of the tutorials. For all other questions/problems/bugs, please refer to MONAI's main repository. For MONAI bugs (not just a problem in the notebook), please create an issue. For questions, please use the Discussions tab.