Emmanuel_R8

Results 11 issues of Emmanuel_R8

A lot of examples with inconsistent results. But bottom line, the behaviour breaks my assumption that macros define a hard local scope (they are hygienic). What is even weirder is...

In the README, looking at the following snippet: ``` @tullio out[x, y] := @inbounds(begin # sum over k a,b = off[k] mat[mod(x+a), mod(y+b)] end) (x in axes(mat,1), y in axes(mat,2))...

documentation

MWE: ``` A = rand(4, 4, 5, 5) B = rand(4, 4) @tullio C[k, l] := A[i, j, k, l] * B[i, j] # OK @tullio C[k, l] := A[i,...

``` A = rand(4, 4, 5, 5) B = rand(4, 4) ``` Why are the next 2 blocks not giving the same answers (or maybe worse why is the second...

This is a shameless plug for a post on Normalising flows and Neural ODEs. Short on Julia code for the moment but this is in the works. I wanted to...

Hypersolvers: Toward Fast Continuous-Depth Models [https://arxiv.org/abs/2007.09601]()

I ran the [CNF example](https://diffeqflux.sciml.ai/dev/examples/normalizing_flows/). `@time` repeatedly gives memory allocations around 50GB. Given that the example looks simplistic, I had expected to see much lower numbers. Is that number in...

While keeping the overall structure intact, it is a big refactoring, bordering on rewrite. Given the scope of the changes, no offence taken if it is disregarded. - breaking things...

You do not have a license file. Any restrictions on reusing / modifying your code and/or blog text? Thanks