Usama Ahmed
Usama Ahmed
### Description opening certain files - randomly - shows a black background  ### Steps To Reproduce _No response_ ### Expected behavior not showing it ### Files Version Version: 2.0.13.0...
using sklearn `multilabel_confusion_matrix` sample usage: ```python confusion_metric = evaluate.load("confusion_matrix", config_name="multilabel") y_true= np.array([[0, 0, 0, 0, 1], [1, 0, 1, 0, 0], [0, 0, 1, 0, 1], [1, 0, 0, 0,...
running this cell in colab ``` from transformers import TrainingArguments training_args = TrainingArguments("test-trainer") ``` results in the error ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () 1...
following our new generalized model approach (#64) , we need to instantiate an object for huggingface transformer models for computer vision tasks
we have many `.gitignore` files, we want to merge them into single file in the main directory of the repo
following the new generalized model (#64) we have to improve the Model Explorer capabilities. # TODO
Many funtionalities Many functionalities in DLTA-AI still use nested loops, such an implementation is not efficient and may cause bottlenecks. We need to investigate many of these functionalities and optimize...
After upgrading to `pytorch 2.x` #64. Explore [this blog post](https://pytorch.org/blog/accelerating-generative-ai/) and try implementing some of its techniques , you can refer to [this repo](https://github.com/pytorch-labs/segment-anything-fast) too