nking

Results 3 issues of nking

Hello, Thanks for publishing this. I'm using it with QUnit - it's easy to install, configure and use. Are there plans to use localStorage as a cache option and add...

https://github.com/tensorflow/tfx/blob/c4230755a5453fa0625118227fb1ed1b824bd4d9/tfx/examples/penguin/penguin_pipeline_local_e2e_test.py#L256 The BulkInferrer component fails in the unit tests provided by the penguin examples. The error is: Could not find variable dense_6/bias. This could mean that the variable has been...

type:bug

https://github.com/tensorflow/tfx/blob/e537507b0c00d45493c50cecd39888092f1b3d79/tfx/components/example_gen/base_example_gen_executor.py#L120C3-L120C46 The method signature for GetInputSourceToExamplePTransform should probably include argument **kwargs for static analysis to recognize overloaded transforms.