Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Fixing README file
Browse files Browse the repository at this point in the history
  • Loading branch information
phermosilla committed Mar 8, 2021
1 parent 699667b commit 70d1d32
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This is the official code of the ICRL 2021 paper *Intrinsic-Extrinsic Convolution and Pooling for Learning on 3D Protein Structures*.

![teaser](https://github.com/phermosilla/IEConv_proteins/blob/master/imgs/conv.png)
![teaser](https://github.com/phermosilla/IEConv_proteins/blob/master/imgs/pooling.png)

### Citation

If you find this code useful please consider citing us:

@article{hermosilla2021ieconv,
title={Intrinsic-Extrinsic Convolution and Pooling for Learning on 3D Protein Structures},
author={Hermosilla, Pedro and Schäfer, Marco and Lang, Matěj and Fackelmann, Gloria and Vázquez, Pere Pau and Kozlíková, Barbora and Krone, Michael and Ritschel, Tobias and Ropinski, Timo},
journal={International Conference on Learning Representations},
year={2021}
}

### Instalation

Open a docker container with the following command:
Expand Down Expand Up @@ -82,14 +96,3 @@ To evaluate the trained model execute:
python Test.py --configFile confs/test.ini

### Trained models comming soon

### Citation

If you find this code useful please consider citing us:

@article{hermosilla2021ieconv,
title={Intrinsic-Extrinsic Convolution and Pooling for Learning on 3D Protein Structures},
author={Hermosilla, Pedro and Schäfer, Marco and Lang, Matěj and Fackelmann, Gloria and Vázquez, Pere Pau and Kozlíková, Barbora and Krone, Michael and Ritschel, Tobias and Ropinski, Timo},
journal={International Conference on Learning Representations},
year={2021}
}

0 comments on commit 70d1d32

Please sign in to comment.