hhaoSpike
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. 
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.