-
Multiple users for a single cache. Doug attempted to parallelize the download of the entire cache. There were collisions on a json file that tracks this.
- We could implement a file lock on that file…
-
## Is your feature request related to a problem? Please describe.
Would be good to standardize conventions for certain parameters/descriptions during our effort to improve the API.
For example, fo…
-
Hi! thanks for implementing UMAP it's very handy!
When serializing a trained UMAP object via pickle I had the following error:
```python
pickle.dump(myumap, open('pickle.pkl', 'w'))
TypeError: a c…
-
### What should we add?
I'm trying to compute the expectation values of a large set of Pauli strings, and it's taking way too long on the CPU. I was wondering there's an in-built way to parrallelize …
-
### Problem
I use Matplotlib often to make animations with thousands of frames from a data source such as a Pandas Dataframe where each row of the DataFrame corresponds to state in one frame of…
-
I use this link [SMPL from SMPLify-X](https://drive.google.com/drive/folders/12fCumEgs9PXT-dAaOGq0EDpl9dGKKorF) to access H3.6M data , and I just use this to reproduce the result in Table 2 in H3.6M …
-
**Proposed Features**
- Class Distribution [see here](https://github.com/faizanahemad/data-science-utils/blob/master/data_science_utils/vision/keras/SampleAPIUsage.ipynb)
- Confusion Matrix [see h…
-
The new design of data valuation methods avoids repeated computations of the utility function without relying on caching. We could therefore get rid of our current caching implementation based on memc…
-
Dear Authors,
Thank you for the codes and I am very interested in your work. However, when I tried to run the code, I met an error of
Traceback (most recent call last):
File "E:/FPGAPro/m5-ma…
-
### Checklist
- [x] I've given this issue a self-descriptive, meaningful title (e.g. *Implement optimization algorithms for shimming*)
- [x] I've described the new feature and its expected behavio…