Bhushan Kapkar

Results 4 issues of Bhushan Kapkar

Hello, This library is unable to read the .doc file, requesting you to kindly fix it. Regards, Bhushan Kapkar

# Pull Request Template **script name** - Reminder to blink eyes every 20 mins **Brief about script** To remind user to blink the eyes every 20 min ### Issue no.(must)...

In AWS Lambda am exploring the possibility of executing cURL commands within Lambda functions. Could you please provide guidance on best practices, limitations, and any necessary configurations for achieving this?...

The code snippet needs a correction in the line: labels["input_ids"][i] = [-100] * (max_length - len(sample_input_ids)) + label_input_ids Change it to: labels["input_ids"][i] = [-100] * (max_length - len(label_input_ids)) + label_input_ids...