visualizing-cnn-feature-maps
visualizing-cnn-feature-maps copied to clipboard
Visualizing CNN filters using PyTorch
Greetings, I adapted your code in ''pure'' pytorch and replaced the calls to cv2 by calls to PIL. In doing so, I bumped into what could cause an issue in...
Hello and thanks fo sharing this awesome medium post and project! I've been trying to reproduce the results - but get stuck on the creation of the environment in conda....
Here are some things I added/ changed: - dedicated `filtervisualizer.py` file - dedicated `plot_reconstructions.py` file - easier accessible due to streamlined functions. Easier to use other neural nets, without changing...
Hi! I wanted to run your code but apparently fastai has changed some libraries. So I started to modify your code without the need to fastai, here is what I...