SIMEXP / gcn_package

The lab repository for GCN
MIT License
0 stars 2 forks source link

Fully parametrize model definition #7

Closed ltetrel closed 2 years ago

ltetrel commented 2 years ago

Just keeping this as a todo There are additional ways to parametrize the model defintion for example define the number or encoder/decoder layers, channel dimension decrease rate (1 to keep the same n channel as of now, 2 to divide by a factor of 2 each time etc...).

This allow for much better dyamic parametrization of the model, as an example: https://github.com/SIMEXP/DeepNeuroAN/blob/28750d81e046816dd1edbad1564344ed5ccd4dcd/deepneuroan/models.py#L547

ltetrel commented 2 years ago

https://github.com/SIMEXP/gcn_package/pull/11