-
STR:
* delete your options
* push the environment
* `flox list -r ghudgins/no-options-env`
Result: nothing
Expected:
details about the packages installed
```
gh.path = "gh"
git.path = "…
-
在执行训练命令时报错了。
命令:!python3.8 finetune_speaker_v2.py -m "./OUTPUT_MODEL" --max_epochs 1000 --drop_speaker_embed True
报错日志:
`INFO:OUTPUT_MODEL:{'train': {'log_interval': 10, 'eval_interval': 100, 'se…
-
Add an event inside the render loop that gets evoked just before items are rendered. It should emit a `PlotDimensions` so users could inject custom code to modify plot objects based on the size and sc…
-
Hey,
this project is quite interesting!
However i've noticed that there might be an issue when trying to run the example.
I've tried it with Rust 1.72.0 on a Win11 machine.
Let me know if i can he…
-
### 🐛 Describe the bug
We discovered this incidentally because when Jax is imported, it imports xla, which adds a process level hook that issues a warning if os.fork is used (which is is in some indu…
-
I'm using textplots as a lightweight lib only. Would it be possible to either split it into two crates, or use features, to have a `structopt` and `meval` dependencies free build?
-
The vulnerability report below was generated by [nixpkgs-crate-holes](https://code.tvl.fyi/tree/users/sterni/nixpkgs-crate-holes) which extracts the `Cargo.lock` file of each package in nixpkgs with a…
-
just a note for someone interests.
```
warning: the following packages contain code that will be rejected by a future version of Rust: nom v1.2.4
```
```
❯ cargo tree -i nom@1.2.4
nom v1.2.4…
-
**Describe the bug**
The plots are not clear and have too many dots.
**To Reproduce**
Run training of `examples/mnist`
**Expected behavior**
It would be if a different markers are used to…
-
I recently discovered your library and think it's great, I'm really into CLI apps!
Since I use it for plotting a value over a longer time frame my raw data consists of `(chrono::NaiveDateTime, f32)…