perslay icon indicating copy to clipboard operation
perslay copied to clipboard

Implementation of the PersLay layer for persistence diagrams

Results 3 perslay issues
Sort by recently updated
recently updated
newest added

The plp["lweight_init"] is not initialized in experiments.py for dataset = "NCI109". May I know if I should add anything to make it work?

When I use the layer "RationalHat", I get the following error: > UnboundLocalError Traceback (most recent call last) > ~\AppData\Local\Temp/ipykernel_33568/2646110522.py in > 65 rho = tf.keras.Sequential([tf.keras.layers.Dense(1, activation="sigmoid")]) > 66 model...

Fixes the UnboundLocalError in RationalHat layer initialization that was reported in issue #4. - Resolves GitHub issue #4