-
Hi @HuguesTHOMAS,
I utilized your KPConv (pytorch version) to deal with a customized dataset. The bug "Floating point exception (core dumped)" always occured during the iteration of validation data…
-
Given there are so many LLM-based models on top of MTEB benchmark nowadays, is there a canonical way to train with FSDP now? I'm trying to explore along this direction, but I just want to ask if there…
-
Hello, author. I'm having some problems running the test_sbi.sh script as follows:
1.The test.py file is not normalised at line 123:
label_pred = cls_outputs.cpu().numpy()
Then I c…
-
On the "Getting Started With Graphql" tutorial page, the "Add AshGraphql to your schema" section([link](https://ash-hq.org/docs/guides/ash_graphql/latest/tutorials/getting-started-with-graphql#add-ash…
-
### 🐛 Describe the bug
I am using a customized HeteroGraph Dataset(in PyG), and would like to mix this dataset with another different dataset(e.g. image).
To do that, I want to load data with re…
-
Hi all -
Hoping that there is someone out there who has figured out a solution to my problem.
I am trying to train a mean-teacher (https://github.com/CuriousAI/mean-teacher) network that uses bo…
-
## How to implement `bucket_by_sequence_length` with IterableDataset and DataLoader?
I have a custom **IterableDataset** for question answering, which reads training data from a huge file. And I wa…
-
Hi!
Would you tell me the detail of data preprocessing and where I should put the RGB and flow files?
Are you going to upload the program files of data preprocessing?
I want to run your code in…
-
I'm trying to explore the usage the AutoAlbument for semantic segmentation task with default generated search.yaml.
The custom dataset has around 29000 RGB images and corresponding masks (height x wi…
-
Traceback (most recent call last):
File "/content/yolov9/train.py", line 634, in
main(opt)
File "/content/yolov9/train.py", line 528, in main
train(opt.hyp, opt, device, callbacks)
…