margo

Results 6 issues of margo

How to import 'gui'?

Hi, could you please tell me why you use -new_hazard in Cindex_lifeline? return (concordance_index(new_surv, -new_hazard, new_label))

Hi, I changed to my dataset to train SFT and it freezes at validation sanity check Could you please tell me how to solve this issue? thanks

enhancement

hi, thanks for this excellent work. Could you please share the code for finetuning stable diffusion to get the pretrained stable diffusion checkpoint? Thanks!

thanks for this excellent work! can you provide the csv file and the txt file for training? thanks in advance.

hi, thanks for this excellent work. I have noticed that in the code of train-stage1.py line 106, the optimizer is AdamW opt = torch.optim.AdamW( swinir.parameters(), lr=cfg.train.learning_rate, weight_decay=0 ) but in...