Mohamed Abbas HEDJAZI

Results 6 comments of Mohamed Abbas HEDJAZI

@pgrady3 Me too, I could not even get closer, something is wrong either on the BatchNorm during inference or something with the test split maybe.

@Almadani92 Hi, you need to remove the string "module" from the keys in the dictionary and replace them accordingly with the model. Would you please tell me where is the...

@Almadani92 I created the code for you: """# Load Snapshot""" ``` if args.pretrained_model != '': loaded_model = torch.load(args.pretrained_model) resnet = {} graphnet = {} graphunet = {} for key, val...

@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) resnet = {} graphnet = {} graphunet =...

@bardiadoosti Thank you for replying to my comment. I was refering to this paragraph in the introduction: "**we are not limited to training on only annotated real images, but can...