Problem
This code is not handling activation functions correctly. It should apply the sigmoid function to the output of the fully connected layer.
Solution
Apply the sigmoid function to the output of the fully connected layer using the math library.
🐛 Generated by Crawly
Problem
This code is not handling activation functions correctly. It should apply the sigmoid function to the output of the fully connected layer.
Solution
Apply the sigmoid function to the output of the fully connected layer using the math library.
🐛 Generated by Crawly