-
Formula for off_policy_method:
total_timeseteps= n_epochs * n_epoch_cycles * batch_size
then if
n_epochs=1400
n_epoch_cycles=20
batch_size=64
min_buffer_size=10^6
then total_timesteps=140…
-
#### Describe the bug
SARIMAX is great as it supports pandas series. However, it can be a bit "wrong" with seasonal series in real cases. That's because sometimes the seasonality is based on "time …
-
I'm trying to run a GPRegressor on some `[x, y]` data where there are known uncertainties (standard deviations) in the `y` data. I'm using the method outlined in #196 ... this issue is from 2015, but …
-
Hi team,
I am trying to measure the NEP of a PD using alpha250.
Referring to the site here (https://www.koheron.com/blog/2018/01/22/measuring-photodetector-noise-equivalent-power)
When using…
-
Using this code snippet in notebook:
```python
from IPython.display import Audio
import numpy as np
signal = np.random.random(750)
Audio(signal, rate=250)
```
gives the player widget, but cli…
-
**Is your feature request related to a problem? Please describe.**
Currently, RVC models with pitch guidance seem to have an f0 range from 50 Hz to 1.1 kHz. When I feed an audio sample outside of thi…
-
[format_wav_scp.py](https://github.com/espnet/espnet/blob/master/egs2/TEMPLATE/asr1/pyscripts/audio/format_wav_scp.py) seems to generate buggy files with the flac file format on my system. There seem …
-
### Proposed new feature or change:
# De-couple `Data` from `Survey`
## History
This is simply a brainstorm of things that started over 7.5 years ago at the [opengeophysics/scratchpad](https://…
-
Great work! Is there any plan releasing the DIV2k3D dataset or degradation model in the paper?
Tks!
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
I use DLC with PyTorch engine and when I set the batch size for training in `pytorch_config.ya…