Mobeen Ahmad

Results 5 comments of Mobeen Ahmad

If using two identical CNNs have the same weight initialization, same weight update and both networks will have the same weights after every iteration. Then, what is the benefit of...

According to slide 6, it makes sense that one feature extractor (in this case a cnn) will get different features (e.g. part) and the second feature extractor (another cnn) will...

@gmontamat Thank you for your reply. I was able to run the code by doing some small changes in server.py and client.py as shown [here](https://github.com/gmontamat/gentun/compare/master...ahmadmobeen:master)

> @ahmadmobeen I was able to replicate your problem, thanks for reporting it. It's due to pika updating its API. Please use pika==1.1.0 (which should be compatible with your rabbitmq...

Did you solve the problem? I am also facing the same issue.