M Shuaib Aslam
M Shuaib Aslam
Hi, Thank you!! My accuracy was far better than yours. I would recommend to apply transfer learning! Best regards, Aslam Get Outlook for iOS ________________________________ From: Mohammad Amin Dadgar ***@***.***>...
Hi, At what point you are confused? Use pre-trained model as a transfer learning! My accuracy was about 90% Best regards, Aslam Get Outlook for iOS ________________________________ From: Mohammad Amin...
Thank you man, it helped a lot. I was in depression while figuring out my questions!!! Thank you again🙂
Hi @ethanwharris , Could you please tell me what input image sizes you used for fashion-mnist? I can't find in your paper. Default is 28 by 28 as you know...
Hi @ethanwharris , If I am not wrong, you are using 28 fashion-mnist images size in your experiments.
Hi @Sicily-F , Check my updated code in the relevent thread. Best regards,
Hi @Sicily-F , You're rescaling your data twice. Firstly, with rescale=1./255 and second time with `v_h=1` when calling random erasing. Use default `v_h=255`. The following code will work `datagen =...
Its #50 not working for me either. Any other idea? Thank you!
@jayjicheng I am facing the same error, what could be wrong? Before that I was facing an error of pipebuil graph runner but after downgrading to typescript version 3.3.0 got...
> Hi, I tried that code > > ```js > import { BingChat } from "bing-chat-rnz" > > // instantiate the BingChat class > const api = new BingChat({ >...