-
When trying to build the docs in the following way in the `cleanlab` dir:
`sphinx-build docs/source cleanlab-docs`
I get the error shown below for the tutorial [audio.ipynb](https://github.com/c…
-
Hello everyone,
I used this library and it worked very well. Due to some conflicts in conda, I had to remake an environment. I reinstalled imbalanced-learn==0.10 but i am facing this issue. Please…
-
#### Code Sample, a copy-pastable example if possible
```python
df = pd.DataFrame.from_records({'ref':['a','a','a','b','b'],
'time':[dt.datetime(2014,12,31), dt.dateti…
-
When I crop a GOES-16 image and then resample using `gradient_search`, the resulting image appears to be missing pixels on the bottom and right-hand side compared to the `native` resampler.
Gradient:…
-
Here's a really good example of awful image quality: combination of not using hidpi and using nearest-neighbour(?) resampling:
keywords: filtering, resample, resize, lanczos, scaling, thumbnail
ara4n updated
5 months ago
-
The exported wav file can only be resampled to 44khz and cannot be changed to a higher sampling rate. Is this caused by using 44khz when training the model? Even if I import a higher file, such as 48h…
-
```
Enchancement.
Posted it on forums (
http://forum.thegamecreators.com/?m=forum_view&t=182383&b=21 ) and got
suggestion to post it here.
In my opinion most needed functionality for FPSC is resolu…
-
Extend readme for newly added functions:
- [combine_channels](https://github.com/jgieseler/solo-epd-loader/releases/tag/v0.3.2)
- [resample_df](https://github.com/jgieseler/solo-epd-loader/releases/…
-
### Steps to Reproduce
1. Copy All Tracks.rep from [brt_import.zip](https://github.com/debrief/debrief/files/2545122/brt_import.zip) to your Project and Drag in to the plot
2. Use default values…
-
in the meldataset.py, could see that all wav files are resampled to 24000sps. however, as the MelSpectrogram() transform is called without `sample_rate` argument defaults to 16000sps.
```
to_mel…