Murad_Almadani

Results 8 comments of Murad_Almadani

> > > Hi, today I checked the weights and found out unfortunately something is wrong with the provided weights specially regarding to the GraphUNet's performance. I try to solve...

> > > @Almadani92 I created the code for you: > > """# Load Snapshot""" > > ``` > if args.pretrained_model != '': > loaded_model = torch.load(args.pretrained_model) > resnet =...

> > > @Almadani92 Did you try this code, I replied to you in your comment previously. > > ``` > if args.pretrained_model != '': > loaded_model = torch.load(args.pretrained_model) >...

> > > Oh it seems that I mistakenly trained a wrong model. Please give me a couple of days and I will publish the correct weights. Many thanks @bardiadoosti...

Dear @bardiadoosti , Thanks for posting the GraphUnet pre-trained model. However, could you please let me know how did you calculate the average error noted in the paper. Since I...

Thanks @bardiadoosti , I think the training code contains 5K training iterations with learning rate equal to 0.001. did you reduce the learning rate while you were training the new...

> > > > Yes it is correct. To quickly share the weights I just trained for 2K iterations. The full training cycle is 10K. > > Dear @bardiadoosti ,...

> Hello! ![image](https://user-images.githubusercontent.com/41336761/161049644-b26918af-909c-4c25-994d-5e92a7aea8f4.png) when i trained with my own dataset, some error occured, i do not know how to fix it. my task is multi classes segmentation Dear jjhhan, could...