-
Hackathon Context:
Aman is participating in a 24-hour hackathon with around 700 teams registered, and a cash prize pool of ₹150,000.
The hackathon's themes focus on topics like AI-based solutions, qu…
-
I'm training on my custom object detection dataset. I'm detecting a ball in sports images. So I have one object that is quite small!
I trained on the same model Yolov10-B and default Yolov7. The pe…
-
# Description:
Hello! I appreciate the excellent work on benchmarking Performer and Longformer against the base Transformer. I’d like to propose the implementation of additional efficient Transformer…
-
Hi. First of all, I am very impressed of your implementation of NNMF model.
You said, in the SVINNMF paper, that the RMSE result of NNMF model on ML-100K is 0.9380. Right?
But, in my experiments, I …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I saw this link about `pandera`'s implementation w/ pydantic models: https://www.union.ai/blog-post/pandera-0-17-adds-support-for-pydantic-v2
Seems like they validate at the `numpy` array level, al…
-
Hi,
It would be great to have the option to integrate a local LLM, such as Llama 3.2, to help minimize costs associated with using translation and OC services. This feature could be highly beneficial…
-
I am dealing with sentence segmentation of scientific papers with inline citations (and potential parsing error).
It seems this tool cannot process the incline citations adaptively, such as (Auth…
-
JIRA Issue: [KIEKER-1476] Implement a new analysis metamodel
Original Reporter: Sören Henning
***
The new analysis metamodel consists of the following sub-metamodels:
architecture metamodel
deplo…
-
This code saves the generator and discriminator weights on every epoch during training of the model. Is the weight of last epoch is best? How can we check the performance of the trained model? What sh…