Sandeep Thapa

Results 7 issues of Sandeep Thapa

1. Be abel to have infinite space to draw or alteast be able to extent it the size of canvas 2. Has a easier access to swap between different stored...

Greetings author, You calcuated s1_mean as follow ``` s1_mean = torch.div(torch.sum(s1, dim=1), context_len.view(context_len.size(0), 1)) ``` I fail to understand why s1 of shape (bs,target_seq_len,d_model) is being divided by the length...

Time exceed out in while waiting for the password : await page.waitForSelector('input[type="password"]', { visible: true }) And thus it returns me (node:9950) UnhandledPromiseRejectionWarning: Error: waiting failed: timeout 30000ms exceeded Any...

My question is basically the title. Is this how it's supposed to be?

Hi all and jumpalottahigh, I am working on a project where I need to screenshot from many youtube video links. So I try to loop over the links with a...