AhmedImtiazPrio / splinecam

Exact method for visualizing partitions of a Deep Neural Network, CVPR 2023 Highlight
https://imtiazhumayun.github.io/splinecam
MIT License
89 stars 8 forks source link

Update models.py to have an optional bias=False parameter #9

Closed Josuelmet closed 11 months ago

Josuelmet commented 11 months ago

bias=False (default) will remove convolutional layer biases, as the code already does. bias=True will not remove the convolutional layer biases.