OrigamiDream

Results 7 issues of OrigamiDream

* **Browser**: Safari 14 * **Operating System**: macOS Big Sur * **Link to page with the issue**: https://macosicons.com (Embedded in this page), https://github.com/sponsors/elrumo/card * **Screenshot**: The page can be attached...

bug :bug:

### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...

CLI request

### Summary Python supports negative subscripting for all subscriptable types as standard. TimeseriesGenerator and Iterator override `__getitem__` function but does not support negative subscripts. ### Related Issues N/A ### PR...

**Environment:** 1. Framework: TensorFlow, Keras 2. Framework version: 2.11 3. Horovod version: 0.27.0 4. MPI version: 4.1.5 5. CUDA version: 11.8 (12.0 in nvidia-smi which shows the maximum version of...

bug

### Feature request I can't find any guidance on integrating HuggingFace TGI and AWS Inferentia. I've found several documents about deployment guides for individual end-to-end models, but I don't see...

DL E&C Co.,Ltd. 에서 [Smart eLife](https://apps.apple.com/kr/app/%EC%8A%A4%EB%A7%88%ED%8A%B8-elife/id1551248421)라는 이름의 새 앱을 배포했습니다. 해당 앱은 다음의 새로 지어진 아파트만을 지원합니다: - e편한세상 운정어반프라임 - e편한세상 김포로얄 하임 - e편한세상 감일에코앤 - e편한세상 백련산...

This PR aims to provide a `Slice(start, end, step)`. The following illustrates the usage. ```rust use tch::{Tensor, IndexOp, Slice}; let tensor = Tensor::from_slice(&[1, 2, 3, 4, 5, 6]).view((2, 3)); let...