-
If I use a `Buffer` to store a 40K by 80K color image in planar RGB format, I get weird pointer problems when I try to use it.
` Buffer buf(40960, 81920, 3);`
Here are the problems I see:
…
-
### Describe the bug
SelfTrainingClassifier cannot be fit on text data even if the base_estimator parameter is an estimator that can accept text data (e.g. a pipeline with text preprocessing). In p…
-
(going a bit in circles)
- Bernstein polynomial density estimation is a kind of kernel estimation based on histogram data, or grouped probabilities. domain is interval [0,1] #7296
- in fast kde w…
-
a reminder for now
Whenever I look for something in proportions.py, I'm getting a bit confused what cases the different functions include. I wrote it a long time ago mostly replicating individual f…
-
Let's see what we can do to make it faster!!
Current status: (40s)
my setup:
- (backend) 4vCPU, 16GB spot instance in GCP
- (frontend) local laptop
mwufi updated
2 years ago
-
### 🐛 Describe the bug
I gathered all the 10K triton kernels generated by inductor using stack of PR ( https://github.com/pytorch/pytorch/pull/120048 ). After deduping same kernels used by different …
-
I've been comparing BanditPAM to FasterPAM on the first 10k instances of MNIST:
https://colab.research.google.com/drive/1-8fMll3QpsdNV5widn-PrPHa5SGXdAIW?usp=sharing
BanditPAM took 791684.18ms
…
kno10 updated
2 years ago
-
Currently, for loops in a theano graph, we have 2 options; unroll the loop (which can make the compilation much slower it the number of iterations is large because the resulting graph is huge) or use …
-
After a discussion with @penzn and @RossTate, we realized it would be helpful to catalog some resources for auto-vectorizable and hand-vectorized code. These should be useful for benchmarking and star…
-
### Status Update 20161203 master branch
### Status
In the current master branch there are following instrument types supported:
- forwards (fx, bonds and equity)
- futures (equity and bond)
- Eu…