Vijay Jaisankar

Results 19 comments of Vijay Jaisankar

[This website](http://159.100.250.9/) appears to be the host of git-awards. Not sure what happened to the old site.

I wish to add this in all files that use matplotlib for rendering plots, and do not use the helpers' label attributes. More specifically, in: - `plot_csv_bars.py` (~Lines 113, 124)...

Thanks for the feedback and apologies for not working on this issue for some time. I have added a PR that corresponds to this issue, please check it out. The...

This worked for `Bearer Token` `expected.reportData_body` is a String formatted as JSON and `bearerToken` is a String too. ``` js it("Check status code for TimePeriod.", async () => { const...

Alternatively, if you're using JWT, you may send the username and password as JSON to your "verifier" route. `withAuth()` seems too overpowered though :)

Adding on to @jensleitloff 's answer, [this answer on StackOverflow](https://stackoverflow.com/questions/75433717/module-keras-utils-generic-utils-has-no-attribute-get-custom-objects-when-im) provides some more alternate approaches. The accepted answer worked for me on a local machine and the answer in this...

Yes, I agree that this is the right step as the feature is covered in the existing code :) Thanks for deprecating `plotXMLAttr.py`, it was very confusing as the functionality...

Kudos for open-sourcing your code, and congrats on the paper! Can you please share your trained model for the task? Thanks in advance :)