SaraAmd

Results 16 comments of SaraAmd

I am trying to run the code for DiT model for the object detection task but it throws this error (See the attached image) ` main_func(*args) File "train_net.py", line 99,...

Does anyone have any idea about this error?

@deshwalmahesh Thank you for the response. This is the output from print(torch.__version__): 1.9.0+cu111

Has anyone been able to run DiT on their custom datasets for object detection? I need your experience and help to run it on my own dataset?

> @deshwalmahesh we will share more updated information on DIT for object detection. Please stay tuned. Do you know where we can specify the number of labels for the model?...

Are you trying to fine-tune it on a benchmark dataset or on your own dataset?

@bryant1410 Is it possible to compute krippendorff's alpha for nominal data with the Euclidean distance function? I am wondering what the distance function is in your fast version.

@bryant1410 Thank you for the response. what are the current distance functions for nominal? how can I see the available distance functions?

@bryant1410 Thank you. Unfortunately, it is not clear what formula has been used. I would recommend having documentation (comments) for a better understanding. Thanks anyway.

how are we supposed to generate this vocabulary.tsx file in order to use this dataset = preprocessor.preprocess_dataset(documents_path=r'..\corpus.txt', labels_path=r'..\labels.txt') method for preprocessing?