-
Add support for running validation rules for data in a data entry form. Add a "Validate" button to the end of the data entry form. Clicking on this button should trigger a validation check against the…
-
All of the controlled terms when writing a Constellation, including Resources and controlled vocabularies (subject, function, occupation, place, gender, relation types, document types, etc), must be c…
-
Add to Quinn a tool to profile incoming data, check if it adheres to registered schema and do custom data quality checks.
At the end of it, a human readable report is autogenerated that can be saved …
-
### Describe the bug
I am encountering an inconsistency in the reported metrics between the validation and testing phases, despite using the same dataset (`val_split_mode=ValSplitMode.SAME_AS_TEST`).…
-
**Description**
The data_u16_to_gpu function contains unsafe code that can lead to undefined behavior (UB) due to unchecked pointer usage and assumptions about input validity. These issues undermine …
-
### Issue: Error Reading .exr File in Neural Gaffer
When executing the command:
```bash
accelerate launch --main_process_port 25539 --config_file configs/1_16fp.yaml neural_gaffer_inference_obj…
-
### Are you requesting a feature, reporting a bug or asking a question?
question
### What is the expected behavior?
Given SurveyJs data and a SurveyJs definition, provide a solution/example…
-
@bletham @tcuongd
I am running the prophet model without weekend data in the initial dataset. When creating a future dataframe, I remove weekends.
```
new%
group_by(group) %>%
mutate(w…
-
I am working on a system where users can generate a proof, store it locally as a binary file, and later upload it to a website I’ve created. The website validates the proof without accessing the raw d…
-
Works fine, but when I try to register a name that is already a current user, it lets me re-register that same name. Isn't it supposed to inform the user that "User account already exists"?