hhaoSpike

Results 3 comments of hhaoSpike

sorry to bother,you. I am using my own dataset and commands you mentioned, but don't get a normal 0-1 segmentation but a result like this below, I wonder why this...

Thanks a lot! Here is what I did: I put my test set filenames in configuration json file ,"test_filenames". when the training is done, I get the test results. ![image](https://github.com/user-attachments/assets/13fdd4fa-bfe4-4a6d-ad6e-9783f8006437)

tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True, use_fast=False) , in this line, you can revise as tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True) , it is useful for me when using InternVL2-4B-medical in Windows10 environment.