sweetdream33
sweetdream33
Hi, thank you for publishing the code. (1) I am trying to run your code but I found a strange point. The ECE value varies greatly depending on the type...
Thank you for providing us with the code. I'm running the cifar_trainer.py The code, data, hyper parameter were taken as is and not modified. tail of cifar.FM+VI.run0(in the cifar10_log) looks...
Thank you for providing us with the code. I'm running the cifar10_macro_search.sh The code, data, hyper parameter were taken as is and not modified. tail of cifar10_macro_search.sh(in the stdout file)...
Thanks to your kind answers, I'm trying to apply source code to other images. I am trying to apply a 256 * 256 image with two classes by modifying the...
Thank you very much for sharing the code with me. When I executed the following training script command, even if I run multiple epochs in this way, the training loss...
In Segment Anything in High Quality, do model recognize and learn the gt mask by class? If you look at the code: class OnlineDataset(Dataset) in train/utils/dataloder.py: if len(gt.shape) > 2:...