Pranay Kumar Karvi

Results 3 issues of Pranay Kumar Karvi

# Plant Disease Overview This project is a machine learning web application utilizing a Convolutional Neural Network (CNN) to make predictions based on user input data. The project includes a...

```markdown ## Description Fixes a bug where `metadata.json` is saved only on global rank 0 during distributed checkpointing, causing load failures on other nodes in non-shared filesystem setups. ### Fix...

bug
community-request

## 📝 Description This PR addresses [**Issue #2579**](https://github.com/apple/coremltools/issues/2579), where calling the `reciprocal` MIL op with `int32` inputs causes an unexpected crash during SSA conversion. ### 🔧 Problem Using `mb.reciprocal(x=int32_tensor)` leads...