Open Dtdavidgit opened 3 days ago
This error often occurs when there's a mismatch between the expected data type and the actual data type being processed.
Have you tried checking the data types?
You can use numpy.dtype
to check the data type of your arrays.
Checklist
issues
.❓ Question
Hi there, I was trying to finetune the pre-trained model with LUNA16 datasets, I've went through the website and the configuration yaml file, and modify the config based on the suggestion here fmcib_finetune.yaml
However, the process stopped due to an error
I believe the error comes from here [rank3]: RuntimeError: Could not infer dtype of numpy.int16
If possible, can you please guide me how to run this through, thank you.