Dilshod Tadjibaev

Results 83 issues of Dilshod Tadjibaev

File ('homographs.en' ) remains open after using it. Please consider using context manager to auto close as in this example: https://book.pythontips.com/en/latest/context_managers.html The actual warning: ``` File "/home/dev/.local/lib/python3.8/site-packages/g2p_en/g2p.py", line 35, in...

I am attaching a simple ONNX graph with Conv1D utilization. Please see [graph-dummy.zip](https://github.com/pytorch/glow/files/5285949/graph-dummy.zip) for onnx and graph dot output. ONNX graph is bundle compiled. From this example, you'll notice reshape...

Tried compiling a ONNX model containing LogSoftmax operator and the compiler is failing with this error: ``` Error code: MODEL_LOADER_UNSUPPORTED_OPERATOR Error message: Failed to load operator LogSoftmax . Error return...

good first issue

I would love to learn more on PulsedModel and its stateful inference capabilities. At very least some high level documentation would be very helpful.

**Issue Description:** We are currently utilizing the HuggingFace datasets Python library in our project, which is primarily developed in Rust. To maintain consistency and avoid dependencies on Python executables, we...

enhancement
dataset

Submitting a WIP PR for initial review. I still need to do: 1. Update Readme and Book with the new addition 2. Add document strings to methods. 3. Add permute...

It's often helpful if there is a repo template with all right set up for new comers. We can use a tool such as cargo-generate ([see this example project](https://github.com/tui-rs-revival/rust-tui-template)) to...

help wanted
good first issue
example
accessibility

**Describe the bug** Candle backend crashes web app in image-classification-web. **To Reproduce** 1. cd `examples/image-classification-web` 2. run `./build-for-web.sh` 3. run `./run-server.sh` 4. open the browser with the served link 5....

bug

[llogiq](https://www.reddit.com/user/llogiq/) on Reddit [requested support of missing ONNX Ops](https://www.reddit.com/r/rust/comments/15jc09o/comment/jv4ol0h/?utm_source=share&utm_medium=web2x&context=3). We are filing this issue ticket to prioritize these ops The model: https://huggingface.co/optimum/all-MiniLM-L6-v2/blob/main/model.onnx The ops used in this model (checked if...

help wanted
good first issue
onnx

**Description:** As we aim to make our project more cross-platform compatible, leveraging [`xtask-wasm`](https://github.com/rustminded/xtask-wasm) appears to be a viable solution. **Objectives:** 1. Translate existing scripts to their `xtask-wasm` equivalents: - `examples/image-classification-web/build-for-web.sh`...

enhancement