Sudhanshu Rai
Sudhanshu Rai
I was working for gsoc 2023 in openvino and in this the model returns numb_boxes, 112 but I want it to be numb_boxes, 85 how can I DECODE it easily
solved the issue #1638 by simply converting the string to list element ```rdt.display_all_rdataset_names("aer")``` the above command works same as ```rdt.display_all_rdataset_names(["aer"])``` as now the code converts the string back to a...
As the problem stated in https://github.com/jenkins-infra/jenkins.io/issues/6433 I have added a small section for the same. I was not able to identify the best place to add this information, so I...
clarify that once a page has undergone migration, redirection from the old wiki page is necessary.
This is in respect to this issue https://github.com/jenkins-infra/jenkins.io/issues/6887 I have added the content that was asked and added it.
This is with respect to #6109 I have followed the discussion of https://github.com/jenkins-infra/jenkins.io/pull/6113 and made the changes the code that I have added is somewhat similar to the above pull...
This is a simple documentation change that I have done for this issue #6895 I have added > Adding Unix Domain Sockets Support > What does Unix Domain Sockets Support...
See [JENKINS-71519](https://issues.jenkins.io/browse/JENKINS-71519). The code was modified where eval was utilized because it's discouraged to utilize eval for interpreting a string as JavaScript code. ### Testing done ### Proposed changelog entries...
I am trying to run the repo on colab but I am failing every time