Yuan Chuan Kee
Yuan Chuan Kee
`optparse` is deprecated in Python 2.7. Hence, the current command line parser will need to be re-written with `argparse` which is supported in Python 3.x. ## Features - Training of...
## Metrics ### Per Checkpoint - Log Likelihood - Per dataset `{validation, test}`, per label F1: recall and precision using `add_scalars`
## Saving and Loading model Reference: [PyTorch](https://pytorch.org/tutorials/beginner/saving_loading_models.html) ### Applications - Saving/loading of model for #17 as we want to monitor how the performance of the model against validation/test data progresses...
Using `run.py` or `tagger.py` with a model that has embedding augmented will result in IndexOutOfBound error.
Currently most of the integration tests such as APIs are disabled during CI because the model takes more than 4 GB to run and Travis is unable to fulfill the...
This PR improves [StringToGenericRecordFn](https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/v2/common/src/main/java/com/google/cloud/teleport/v2/transforms/CsvConverters.java#L676), which uses Guava's `Splitter`, to split a CSV string. This method does not support RFC4180 CSV which could have the comma delimiter within the field value,...
Currently when an INSERT statement is run, the request will return a `PrestoResult` immediately, is there a way to make the query synchronous?