-
Hi, I want to train a normalizing flow using Adam. My model looks like this:
```
# define bijectors here...
flow = tfb.Chain(list(reversed(bijectors)))
baseDist = tfd.Independent(
distributio…
-
Add proper support for the DICOM transmission protocol.
Imported Issue. Original Details:
Jira Issue Key: MIRTH-591
Reporter: chrisl
Created: 2007-10-30T13:35:10.000-0700
-
## Task
#### Description
Ingestion engines need to be able to insert time to payloads.
There is some discussion at #42 around handling the concept of time, and this can be done in parallel with…
-
Hi Krzysztof,
I'm studying Glow with your code and being confused about y and z, please let me ask some questions.
**Q.1**
My understanding is as follows:
- y and z come from multiscale arch…
-
Hello, in issue #11,
Is there any reason why do scaling with ((tensorInput.size(3) - 1.0) / 2.0)
instead of (tensorInput.size(3) - 1.0)?
Does the line assume that the input tensorflow stay in [-(w…
ghost updated
5 years ago
-
I assume that the summations of the vars in CogAlg in general maps to the old concept of "aggregation" for reduction of the resolution of the input, losing the lowest bits?
In comp_P_
You are addi…
-
Currently I am normalizing the input video frame rate by sampling the nearest frame of the desired fps. Specifically, using `fps=fps=25:round=near` filter of ffmpeg.
However, I'm not sure whether t…
-
## 🐛 Bug
I think the Kl divergence is summing over the batch dimensions when it shouldn't, at least for the Gaussian case
Here's the transformed distribution function:
```
def _kl_transformed_tr…
-
I saw that you managed to get the data from the SPI for accelerometer/gyroscope.
> Upon connection the microcontroller initializes a software reset of the MEMS chip, then set up the accelerometer a…
-
Would be nice if
```
{ a.b.c.d = 0 }
```
would translate to
```
{ a = { b = { c = {d = 0 }}}}
```
Just like in the Nix language.
It would help us a lot for:
https://github.com…