Niraj Singh
Niraj Singh
Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!
Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!
@casassg, `MAX_EXECUTIONS_FOR_CACHE` [parameter](https://github.com/tensorflow/tfx/blob/master/tfx/orchestration/metadata.py#L44) is introduced to cap the maximum number of executions we look at for previous result and default is set to 100. [This](https://github.com/tensorflow/tfx/blob/master/tfx/orchestration/metadata.py#L847-L848) logic will make sure we...
@strider2022, Can you try using the latest [TFX 1.13 release](https://github.com/tensorflow/tfx/releases/tag/v1.13.0), we have some internal bug fixes in the latest release which resolves unexpected import failures in the public v1 module....
@NarasimmanSaravana1994, I was unable to replicate the issue on TFX release 1.10 and latest release 1.12. Ref: screenshot below. Please run the below code and let us know if you...
Closing this due to inactivity. Please feel free to open new issue here: [tfx/issues](https://github.com/tensorflow/tfx/issues). Thank you!
@calvinleungyk, Are you still looking for a resolution? We are planning on prioritising the issues based on the community interests. Please let us know if this issue still persists with...
@htahir1, Are you still looking for a resolution? We are planning on prioritising the issues based on the community interests. Please let us know if this issue still persists with...
Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!
@Ruwann, I was able to make create slices on given feature and get slice stats for particular slice key. The `tfdv.get_slice_stats` function expects the dataset name as slice key to...