libspn-keras icon indicating copy to clipboard operation
libspn-keras copied to clipboard

Library for learning and inference with Sum-product Networks utilizing TensorFlow 2.x and Keras

Results 7 libspn-keras issues
Sort by recently updated
recently updated
newest added

Hello Authors! great work on the library. Could you please provide a quick walk through of various layers available so that we can get up and running fast? Also, a...

Hello All First of all, nice work with the framework. This is an extremely useful package for modelling region graphs and gradient based learning, which (correct me if I am...

The unedited colab for image completion throws a value error on the last block. ``` omitting top --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 45 raise ValueError("We have...

Hey there, could you make an example with SVHN to sample? I am curious how it behaves. Sadly i ran into an error in the `zero_evidence_function` and don't know how...

I run into an issue when trying to save the RAT-SPN from the examples (https://git.io/JGLRe). It seems distinct from the earlier issue (#9) on this topic. When saving, I get...

bug

I am trying to implement the Poon-Domingos structure for spatial data in LibSPN-Keras, as introduced in their seminal 2011 paper _Sum-product networks: A new deep architecture_. While a Poon-Domingos is...

Hi Jos, I notice that you have started implementing dynamic SPNs: https://github.com/pronobis/libspn-eras/blob/master/libspn_keras/layers/temporal_dense_product.py Thats great! I was wondering if you could give a simple tutorial about how to implement a dynamic...