Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviBorodenko committed Jan 25, 2020
1 parent 4f5d911 commit fb5e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ model = Model(inputs=[X, E], outputs=output)

#### Further layers and features

The documentation contains information on how to use the internal `SortPooling`, `GraphConvolution` and `AttentionMechanism` layers and also describes more optional parameters like regularisers, initialisers and constrains that can be used.
The [documentation](https://dgcnn.readthedocs.io/en/latest/) contains information on how to use the internal `SortPooling`, `GraphConvolution` and `AttentionMechanism` layers and also describes more optional parameters like regularisers, initialisers and constrains that can be used.

### Contribute
Bug reports, fixes and additional features are always welcome! Make sure to run the tests with `python setup.py test` and write your own for new features. Thanks.

0 comments on commit fb5e239

Please sign in to comment.