-
This issue is related to:
- URBANopt [#60](https://github.com/urbanopt/urbanopt-modelica/issues/60)
- URBANopt [#46](https://github.com/urbanopt/urbanopt-modelica/issues/46)
- And Buildings #16…
-
-
```
package pkg1;
import org.checkerframework.checker.nullness.qual.*;
class Class1 {
public static @NonNull Object field;
}
package pkg2;
import org.checkerframework.checker.nullness.qual.*;
impor…
-
Hi
All tutorials I've seen regarding normalizing flows use loss with known target density, yours too, e.g.
```
def loss(density, zk, log_jacobians):
sum_of_log_jacobians = sum(log_jacobian…
-
The interface draft, section 4.1.1, talks about multicast endpoints, but doesn't mention whether such endpoints can be used with Rendezvous().
-
## Context
Systems like Lutron RadioRA2 and Homeworks have the concept of areas and assigning those devices to areas. It is incredibly tedious to copy/duplicate all that configuration in Home Assi…
-
`tfk.backend.set_floatx('float64')` in `test_normalizing_flow_model_reload` leads to many failures of reload tests.
Please see travis logs from https://travis-ci.org/github/deepchem/deepchem/builds/…
-
I'd like to propose unifying on the `color()` function syntax for new color types to simplify and unify things.
Right now, you can specify Lab colors directly via `lab(...)` and `color(lab ...)` a…
-
Forgive my naivety, but is there a max size or required size of the conditional(/context) feature for a given normalizing flow?
I have been trying to get a flow working with a large conditional fe…
-
```python
class Split2d(nn.Module):
def __init__(self, num_channels):
super().__init__()
self.conv = Conv2dZeros(num_channels // 2, num_channels)
def split2d_prior(self,…