-
[The paper title](https://www.computer.org/csdl/proceedings/sc/2015/3723/00/2807623.pdf) and the [upcoming tutorial](http://sc16.supercomputing.org/presentation/?id=tut166&sess=sess209) are just warmi…
-
I am a developer on the Glowstone minecraft server, which is a clean room Java server implementing the Bukkit (as carried on by Paper / Spigot) APIs. One of the things I have been focusing on during o…
-
For rigor's sake, it would be effective to create a benchmark based on a real dataset that can be reused by several ABM implementations, throughout the time. This is analogous to the NIST hash functio…
-
First of all thank you for implementing the v2 of this paper and maintaining.
** warning - I am mainly a keras/tf user **
If I am reading this correctly x_offset is the original latent space warped…
-
The current randomized SVD implementation is based on [Halko 2011](https://arxiv.org/abs/0909.4061) (algorithm 4.3).
Many randomized SVD algorithms have been developed or described well since then,…
-
Hi,
According to most of PyTorch REINFORCE algorithm implementations, the policy gradient loss should sum the `log_probs` on the trajectory (sum over t=1...T) instead of computing the mean. In the pa…
-
Hey!
I’d like to write a port of this library in Elixir to use when syncing between server server and server client, where the servers are running Elixir or some other language, and the client is…
-
SystemVerilog's sequence construct seems very useful. It might not be useful to entirely copy the syntax but I'd like to capture it's powerful semantics. Perhaps it would be sufficient to take in a pr…
-
Use Diagonalwise conv instead of Depthwise Conv, or use TensorFlow Depthwise Conv implementation.
Diagonalwise Refactorization: An Efficient Training Method for Depthwise Convolutions
* https://…
-
Did you read this paper published in Nature: [The Ecological Impact of High-performance Computing in Astrophysics](https://arxiv.org/pdf/2009.11295.pdf) ?
One of the few figures show that Python-Nu…