Saiting Lf
Saiting Lf
### What problem does this feature solve? currently error bar can only be realized by drawing three line (two horizontal and one vertical), like the official examples like [this](https://echarts.apache.org/examples/zh/editor.html?c=custom-error-bar). This...
https://github.com/QwenLM/qwen.cpp/blob/86547f160abf6eb4979a6f246f5177565e662ae4/qwen.cpp#L321 Would'nt it be like this: ```c++ oss_prompt
In CMakeLists.txt add `set(CMAKE_BUILD_TYPE "Debug")` after line 10, then run the excutable. The program crashed with following error message: > Assertion failed: (encoder_.size() != decoder_.size() && "Encoder and decoder must...
Thank you very much!!!
https://github.com/huggingface/lerobot/blob/0e7caae714787489b73f1f642bcf71c0b7069fd5/lerobot/common/datasets/utils.py#L815-L824 My code: ```python dataset = LeRobotDataset("lerobot/svla_so100_sorting", episodes=[0, 1]) print(f"Selected episodes: {dataset.episodes}") print(f"Number of episodes selected: {dataset.num_episodes}") print(f"Number of frames selected: {dataset.num_frames}") for i, item in enumerate(dataset): images = {k:...