maybeliuchuan / Task-Oriented-Semantic-Communications

Journal on Communications
55 stars 8 forks source link

about a package #3

Open star-study opened 1 year ago

star-study commented 1 year ago

Hello! I want to ask a question about the misc_functions in the ResNet18_CAM.py. Is the misc_functions a costume package you write but not included in these files or a official package? from misc_functions import save_class_activation_images

maybeliuchuan commented 1 year ago

Yes, this file is used to visualize the activation map. However, we do not use this and we only need to obtain the weights before visualization.