-
We aim to implement a system that leverages distillation and quantization to create a "child" neural network by combining parameters from two "parent" neural networks. The child network should inherit…
-
I am Zhiqiu Lin, a final-year PhD student at Carnegie Mellon University working with Prof. Deva Ramanan. We found your work on NeurIPS'24 fascinating!
I wanted to share [NaturalBench](https://arxiv…
-
I propose adding a Model Evaluation and Benchmarking System to ML Nexus to help users assess their model performance on standardized datasets and compare it against benchmarked scores. This feature wo…
-
I notice that when I run the vgg and mobilenet v2 models that you have already trained I get very similar accuracy to what you've reported, but when I try to reproduce those models through the method …
-
we know if we have more data ,time and power we can do more accuracy predictions, we can do pre-computations and creating one powerful model, but the behavior of each sensor is different
we think how…
-
12 quantized models from ONNX Zoo fails with `dirver verify` command. Some models are showing extreme differences between `ref` and `gpu` results.
rocm version: 5.7.0.50700-63~20.04
migraphx versi…
-
I noticed a potential issue in the distance calculation at [line 391 in calc.py](https://github.com/apalarcon/alarconpy/blob/1decf4bbec562e654038367439f5ac6345ebfdd4/alarconpy/calc.py#L391). Currently…
-
## Objective
- Implement a model that can categorize images into specific art types, classifying them into the following categories to enhance organization and accessibility:
- **Drawings and Wate…
-
### What is the issue?
"Using fastgpt --onapi to call local Ollama models, I have downloaded several multimodal models, but the image recognition accuracy is not good. Is there a better model that …
-
## Issue Description
I run a scrip performing a series of operations to test the accuracy and privacy of two of the available data synthesis methods: DPGAN vs PATECTGAN. (script : `run_comparison.py`…