-
Hi there!
Recently, I've been experimenting with the UMAP + HDBSCAN workflow and noticed an opportunity to enhance its functionality related to distance metrics.
#### Proposal:
I propose to add…
-
- [x] Compiling [TSVC](https://github.com/UoB-HPC/TSVC_2) benchmark would be a good way to find out if commonly found loop structures are getting vectorized.
- [ ] Instruction scheduling of vectoriz…
-
# Main problem
## Setup
Load the packages
```r
library(RcppHNSW)
library(rnndescent)
library(tokenizers)
library(text2vec)
```
I have the following small dataset where `register` is,…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34682](https://bugs.llvm.org/show_bug.cgi?id=34682) |
| Status | NEW |
| Importance | P enhancemen…
-
Thank you for creating this! I do not come from a coding background and this the first time I have would with a model - BERTopic made it really easy for me to do my analysis and also made it easier to…
-
Hi,
I try to reproduce step 2 of the semantic search through wikipedia on my local computer with RTX 3090, and while importing data with the `nohup python3 -u import.py &` command I got the follow…
-
It would be nice if we could write something like
``` julia
function foo(X)
u = zero(eltype(X))
@simd for x in X
u += log(x)
end
u
end
```
and have it automatically use a vec…
-
Click to expand!
### Issue Type
Feature Request
### Have you reproduced the bug with TF nightly?
No
### Source
binary
### Tensorflow Version
v2.9.0-18-gd8ce9f9c301 2.9.1
### Custom Code
Y…
-
We need to preprocess the data for our classifier. There are multiple methods we need to explore
-
Hi, I am facing this following error, while optimizing the PPO policy: ValueError: expected sequence of length 361 at dim 1 (got 208)
I first simulated a dialogue between the user and system. Which t…