-
I've inputted following with the correct map with images.
```
python main.py --dataset=test --input_fname_pattern="*.png" --train
{'batch_size': 64,
'beta1': 0.5,
'checkpoint_dir': 'checkpoin…
-
Compare with #18764 / #18735.
In this ticket, we would be using GLPK's header file glpssx.h.
We would get direct access to rational simplex data.
So, in contrast to #18764 + #18735, there would be …
-
In the DSPOVX subroutine the symmetric positive definite matrix A is scaled if (among other criteria) the ratio between the smallest and the largest element of the main diagonal is `min(A(i,i))/max(A(…
-
This ticket organizes various improvements in order to get faster matrices over cyclotomic fields. The aim is to implement and compare three different ways to perform such computation:
- libgap wra…
-
(This issue continues the discussion started in #342 about organized point clouds)
Organized point clouds are an attractive way to represent 3D point sets coming from range sensors. The main advant…
-
I ran shakespeare example overnight and got some awkward results on both hackage release packet:
[shakespeare_output_from_clean_cabal_installation.txt](https://github.com/HuwCampbell/grenade/files/3…
-
**Is your feature request related to a problem? Please describe.**
It's not a real problem, I would like to speed up dtw pairwise distance measure to work more comfortably with larger datasets.
See …
-
Hi,
first off: thanks for the concise and easy to follow implementation, and congrats for the work building on it, I really enjoyed it. :)
I `util.py` you write:
https://github.com/sunshineatno…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues for a bug report that matches the one I want to file, without success.
### Did you read the documentation and t…
-
### Motivation
The following example is very inefficient with Bohrium (takes roughly one second in NumPy, and I killed the task after 10 minutes when using Bohrium):
```python
import time
impo…