whaiao / Genetic-Algorithms-on-CNNs

Project for WT2020/2021 @ ICL, Heidelberg University
1 stars 1 forks source link

Error #1

Closed kadiraltug closed 2 years ago

kadiraltug commented 2 years ago

I am taking error about torchsummary. image I use your code directly. image As you can see, there is error about torchsummary. What is this problem ?

whaiao commented 2 years ago

Hey @kadiraltug, I guess this is due to changes on torchsummary side. They moved their project to torchinfo. In the end, it does not affect the project, as you can print out the nn.Module to get a summary of the architecture.