Jan Krynauw

Results 5 comments of Jan Krynauw

See the `predict` section of the `_create_tpu_estimator_spec` method, as well as the `predict_feature_keys=None` parameter in the `__init__` section: ``` # Implement a custom Head to control the prediction output. Most...

Thank you @grayside - I created a pull request (my first ever...): #2153 Let's continue the discussion there.

> I've written a [Wails 3 plugin](https://github.com/wailsapp/wails/blob/v3-alpha/v3/plugins/oauth/plugin.go) that implements this. If anyone wants to use it as a reference for their own implementations, feel free! For v2 you'd probably have...

Hmm... it seems to work when I run `wails3 build` & launch the generated binary. When I run the application in dev mode using `wails3 dev` I get the blank...

The Excel Data Types are fairly complex, here is the definition in javascript: https://learn.microsoft.com/en-us/javascript/api/excel/excel.entitycellvalue?view=excel-js-preview @xuri as you are very familiar with the Excel internal structures, how much effort would do...