Parth Shandilya

Results 34 issues of Parth Shandilya

add task for checking `RECORDS_FILES_REST_ENDPOINTS` after PR merge _Originally posted by @pamfilos in https://github.com/cernanalysispreservation/analysispreservation.cern.ch/pull/2718#discussion_r1099079530_

Currently, in `docker-compose-e2e.yml` we extend `app` in `web-api` and `files-api`. It results in building the image for app 3 times in total which is time consuming. Expected - Find a...

## Feature request **What is the expected behavior?** Test should be using a test search instance instead of existing one. **What is motivation or use case for adding/changing the behavior?**...

## Feature request **What is the expected behavior?** - Have one validator with a possibility to have integration of multiple types of validation. - Things to keep in Mind -...

Finish the PR: https://github.com/cernanalysispreservation/analysispreservation.cern.ch/pull/2459 - [x] Check with the changes done in invenio for Open search release - [x] Amend the Pull request according to changes required

- https://github.com/inveniosoftware/flask-menu/runs/1524597992?check_suite_focus=true ``` FAILED tests/test_core.py::TestMenu::test_active_checks_segment_not_prefix - ... FAILED tests/test_core.py::TestMenu::test_active_item - AttributeError: 'Asse... FAILED tests/test_core.py::TestMenu::test_active_when - AttributeError: 'Asse... FAILED tests/test_core.py::TestMenu::test_app_without_existing_extensions - A... FAILED tests/test_core.py::TestMenu::test_blueprint - AttributeError: 'Assert... FAILED tests/test_core.py::TestMenu::test_classy_endpoint - AttributeError:...

I am re-implementing the enhancement of DP-SGD through the [random sparsification](https://github.com/JunyiZhu-AI/RandomSparsification) of gradients on my UNet Model. Here is a Debug info on extending the Model `extend(model)`. ``` UNet( (encoder1):...

Hello @InhwanBae, Thank you for your work and research. I’ve been trying to reproduce the results from the paper, especially since `gpt-4-0314` is no longer accessible via the API. I’d...

Hello @InhwanBae I am currently exploring zero-shot prediction and went through the evaluation section of the zero-shot approach. I noticed that you have a visualization of prediction results for zero-shot...