-
Things have changed since #425:
+ [ISA-L](https://github.com/intel/isa-l) and [zlib-ng](https://github.com/zlib-ng) now have fully functional python bindings.
+ [xopen](https://github.com/pycompre…
-
I am wondering if there is any potential way to map sentence embeddings between models. Let's say I have a set of sentences I have embedded and are querying them from an inverted index. Let's say I …
-
Have couple of questions, should be trivial, but somehow not getting.
1. Action Space
As mentioned in the description, for a single share, action space should just be [buy, sell, hold] or {-1, 0,…
-
### Describe the bug
The outline skips from stage 'postassim' to 'output'.
I don't know what belongs between 'analysis' and 'output', i.e. what the difference between them could be.
A separate, m…
-
Hi, recently I'm using your code to render normal maps.
But I find that the rendered normal map looks like different to the traditional one.
It looks like
![stanford-shapenet-renderer-master_r_03…
-
Many applications use an internal memory pool (scratch space). It would be great if this allocated memory could be recycled by SUNDIALS (e.g. for storing the Krylov basis array etc.) to lower the over…
-
The vector indices that support the `vss0` virtual table are limited to 1GB. This is because they are stored as a BLOB in a single row in a shadow table, which [has a limit](https://www.sqlite.org/lim…
-
# Mapping the Passion Economy
What are the basis vectors of the passion economy? E.g., what are the absolute best ways of breaking down the space that provide the highest signal-to-noise ratio?
[htt…
-
Here is the issue about the discrete state or observation with one_hot encoding.
Discrete state/observation utilized the gym.env.Discrete.
For discrete tasks.
-
Hello, @aglie . I am a new user of meerkat. I have a question on the meaning of "maxind".
For example, maxind = [4, 5, 6] is the reconstruction h=-4...4, k=-5...5, l=-6...6. Then, how is the (h, k,…