i have some users in my usertable ,when ever i sent to reset token to my mail based on that mail i am updating my user account password(reset-password)that's wo
I have the following code: G = { 'A': {('1', 2), ('C', 5)}, 'B': {('C', 6), ('D', 1), ('E', 3), ('A', 2)}, 'C': {('F', 8), ('A', 5), ('B', 6)}, 'D': {('E',
I have this document of timestamps sorted by time: { _id: '1', timestamps: [ { id: '589b32cf-28b3-4a25-8fd1-5e4f86682199', time: '2022-04-13
I have a set of Images and Yolo Annotation files(in txt format) for the validation. How to properly use -map argument (something like below) to get the mAP scor
I Have the below code as part of Excel upload functionality. The insert query that i have used doesn't work because of the WHERE clause. Can someone please help
In tensorflow keras, when I'm training a model, at each epoch it print the accuracy and the loss, I want to do the same thing using pythorch lightning. I alread
I want to parse NGINX error logs. However, there seems to be no documentation at all, concerning the used log format. While the meaning of some fields like the
I have been trying to add a costum cnf file to mysql docker image but instead of using my settings it tries to apply it after and finds that it isn't compatible
I am trying to implement an actor-critic network for a bandwidth allotment problem. Here is how the environment works. The following is what happens at every ep