-
When given a graph that has loops on every vertex, the `aStar` function never returns, even after a path has been found. The actual search seems to succeed, but building the path back to the start nev…
-
When a path has curved segments and is small relative to the stroke width, I have found that the stroke doesn't always get drawn correctly, at least on browsers I have tested (Firefox and Chromium on …
-
Do you have plans to implement Value Iteration Networks paper - NIPS 2016 best paper in tensorflow . It would be great and fantastic
-
Consider this example
````cpp
struct A{
constexpr A(){}
int value;
};
constexpr A obj; // #1
````
In C++17 standard, we have the restriction on the constructor that is declared with `co…
-
Howdy,
As part of [Gitpod's Open Source Fund](https://www.gitpod.io/blog/gitpod-open-source-sustainability-fund/) initiative attendees of the [DevX Conf](http://devxconf.org/opensource) were able t…
-
Moved from the [rust implementation issue](https://github.com/libp2p/rust-libp2p/issues/2690) as requested by @mxinden.
## Description
We need to use DHT to find closest peers with exact PeerId …
-
[Unrealistically high CLV estimations](https://github.com/CamDavidsonPilon/lifetimes/issues/313) [have been a common complaint](https://github.com/ColtAllen/btyd/issues/73) with the legacy `lifetimes`…
-
Following models are proposed to be added:
- [x] Adversarial Autoencoders
- [x] ~Adversarial Variational Bayes~
- [ ] ALI/BiGAN
-
I am trying to reimplement u-MuP in JAX and using this repo as a reference. I cannot figure out why Adam and SGD use different lr scaling factors: $\frac{1}{\sqrt{\text{fan-in}}}$ for [Adam](https://g…
-
Hey!
I've tried running this on a single GPU with 4GB DDR, but I get:
```
cuda runtime error (2) : out of memory at ~/torch/extra/cutorch/lib/THC/generic/THCStorage.cu:66
```
Before I break ope…