keras-gcnn icon indicating copy to clipboard operation
keras-gcnn copied to clipboard

Roto-reflection equivariant CNNs for Keras as presented in B. S. Veeling, J. Linmans, J. Winkens, T. Cohen, M. Welling. "Rotation Equivariant CNNs for Digital Pathology".

Results 6 keras-gcnn issues
Sort by recently updated
recently updated
newest added

Hi, I'm able to install GrouPy using pip install git+https://github.com/nom/GrouPy#egg=GrouPy and while "importing from keras_gcnn.applications.densenetnew import GDenseNet" I'm receiving an error as below: ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#)...

I'm trying to install keras gcnn using - pip install git+https://github.com/nom/GrouPy#egg=GrouPy -e git+https://github.com/basveeling/keras-gcnn.git#egg=keras_gcnn, this command and I'm receiving filenotfound errors at FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'...

Hi Bas, I am very insterested in your work. Now I am trying to reproduce the model in your paper Rotation Equivariant CNNs for Digital Pathology. Here is the model...

(I couldn't find your email address so I'm writing my question here). Good morning! I'm new to both ML and GCNN and I've tried to replicate the results of Cohen...

Hi, I installed the repository as stated, I have python 3.5 on anaconda When I try to run the working exmaple : python g_densnet_cifar.py I get the following error: Using...

Hello, Would it be possible to make the model pretrained on the PCam dataset available? I am potentially interested in it from an interpretability standpoint and would prefer to not...