deepsphere-cosmo-tf2 icon indicating copy to clipboard operation
deepsphere-cosmo-tf2 copied to clipboard

A spherical convolutional neural network for cosmology (TFv2).

Results 2 deepsphere-cosmo-tf2 issues
Sort by recently updated
recently updated
newest added

Hi, This might not be the right place, but didn't find other contact options so posting it here. It is regarding the autoencoder model in deepshphere tf2 tutorial. Using this...

The polynomial values are computed in a loop: https://github.com/deepsphere/deepsphere-cosmo-tf2/blob/3facedf3747abe3e065c45d3368d4d0b1ddf9a2d/deepsphere/gnn_layers.py#L127 For commonly used degree of 5, that requires 5 consecutive steps. It may be faster to execute this using a single...