Abdul Muqeet

Results 15 comments of Abdul Muqeet

@hangxu0304 Could you please share hyperparameters or **wandb report** ? The default hyperparameters (client numbers) are different in both scripts. There is additional parameter (# of local points) in earlier...

Great! Thanks for sharing. The report is no longer available. I've also got the Cifar10 results with epoch 1. Now, trying to reproduce the CIFAR100.

> > Great! Thanks for sharing. The report is no longer available. > > I've also got the Cifar10 results with epoch 1. > > Now, trying to reproduce the...

Detailed report cannot be accessed as project is set to private. But, only these two graphs (reports) are accessible.

@echosum Make sure, you are loading the trained model. Just setting the `--pre_train download` will also serve the purpose.

Facing the same error, when tried on Google Colab. ValueError: num_samples should be a positive integeral value, but got num_samples = 0

Are you using an updated EDSR code? I encountered the same error in the previous version but it has been resolved in the latest version.

@dc-linkx Could you please attach a screenshot of output?

Demo is just for super-resolving the images. You may calculate PSNR by either using Matlab Code or change `-data_test Demo` to ` -data_set my_dataset` and keep `my_dataset` folder into benchmark...