-
```
Change the training code so that it does a validation on the test data at
the same time it is training on the training data set. There is an example
of this in the JOONE manual.
```
Original iss…
-
hello
I found it interesting to make a captioning model in another language and want to try it.
I've downloaded the dataset from the website and based on your instruction on repository put the dat…
-
1. custom locations can be created without selecting location.
2. custom location can be created without adding tag.
3. no option to delete predefined location.
-
disallow solve button with invalid fields anywhere.
Show invalid fields with tags
-
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…
-
## Describe the bug
Running on system with multiple GPU fails.
## To Reproduce
Setup system with 2 GPUs.
Run the training command:
```sh
python yolo/lazy.py task=train dataset=coco use_wan…
koush updated
3 weeks ago
-
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 …
-
Currently, our Parquet validation process does not support Avro schemas (AVSC files). To enhance our data validation capabilities, we need to implement support for validating Parquet files using Avro …
-
When a Pandas DataFrame containing a string column is passed to the prediction function, it is converted to a NumPy array and then validated. During validation, the column's data type is compared with…