enn icon indicating copy to clipboard operation
enn copied to clipboard

Results 15 enn issues
Sort by recently updated
recently updated
newest added

When trying to build my own enn, got the following error: ``` AttributeError Traceback (most recent call last) Cell In[5], line 25 17 enn = networks.MLPEnsembleMatchedPrior( 18 output_sizes=[50, 50, 1],...

Add ensemble with regularization towards initial parameters.

Just came across this super interesting work! It seems like ENNs are a general module that can be adapted to any network but I was wondering if they only work...

I can´t install enn in colab, The process to install is stuck. ![image](https://user-images.githubusercontent.com/125325165/218610918-f26bc595-f368-4714-a112-5d1854743645.png) Is there a fix for it? Thanks, Monse

Hi! I was trying the `enn_demo.ipynb` on google colab. Everything seems fine until I run this block of code. ``` # Train the experiment experiment.train(FLAGS.num_batch) ``` and this error appears....

I was playing around with the colabs but noticed they were not working on account of `tree_multimap` being deprecated in the latest version of JAX. I've just updated every occurrence...

Under Heading (INTRODUCTION) The 14th word is missing the vowel "a" in estim"a"te. See ex: (going beyond a point estimte) ^

Hi. In notebooks `enn/colabs/{enn,epinet}_demo.ipynb`: - remove unused imports - split Import section into _General imports_, _Development imports_ and _ENN imports_ (was before). Test in colab environment, "Runtime -> Run all"...