-
Using TensorFlow backend.
2020-03-23 14:30:41.084890: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA…
-
## Linear algebra GPU backend tracking issue [MAGMA/cuSOLVER/cuBLAS]
Currently, most GPU linear algebra operators are using MAGMA for their backends, with only a few using cuSOLVER/cuBLAS inste…
-
We use the Floyd-Warshall algorithm to calculate the diameter of chain graphs. This is mostly useful for testing, since in production, we would use known, fixed-diameter graphs.
`massiv` is employed …
-
The `volume` and `triangulate` methods for polytopes
over inexact rings can fail with `ZeroDivisionError`.
For example, define the following polytope:
```
sage: pts = [(-0.1113445378, -0.555672268…
-
Hi, After putting the checkpoints of **Models trained on ICDAR 2013 (training set) + ICDAR 2015 (training set)** inside checkpoints/east_icdar2015_resnet_v1_50_rbox/ ,I am trying to run the eval.py as…
-
Some classes of the `ContinuousDynamicalSystem` component required a kindyn object to work.
https://github.com/dic-iit/bipedal-locomotion-framework/blob/70c85ba1db9b27f59bfdb120cc73e2fa43d70c85/sr…
-
```
There exist ( http://dx.doi.org/10.1175/2009JAS3146.1 ) non-FFT based
version of DDA, which does not use void dipoles. Green's tensor is not
stored, but recomputed at each iteration. This DDA vers…
-
It seems that a pip install of tensorflow-text>=2.0.0rc0 also installs tensorflow-2. If you previously had installed tensorflow-gpu the new one will disable GPU access.
Steps to reproduce:
1) Bu…
-
Running cases with many features is currently not easy to do with `shapr`, mainly due to memory consumption. One way to try to overcome this is to implement a batch mode. This could be done quite nice…
-
I'm playing with your code, and it's repeatedly returning a failure,
```
mceliece.git# ./keygen
Enter n0: 2
Enter p: 4800
Enter w: 90
Enter t: 84
Input seed or -1 to use default seed: -1
MD…