Edward Cui

Results 13 comments of Edward Cui

This is an old thread. But I was able to save the model by `tfa.register_all()` before saving to register all the add ons.

Just to share some industry trends that I know of. I know a lot of engineers / data scientists who like to take notes using Markdown. I think a lot...

> Thank you for the contribution! > > This seems like a non trivial change and we might need to discuss its impact and possible alternatives(For example, using [BulkInferrer](https://github.com/tensorflow/tfx/blob/master/tfx/components/bulk_inferrer/component.py)). >...

I also would love to see BeakerX working with PySpark, a much needed feature.

@tilakrayal This is an issue with the latest release of tensorflow 2.11.0 as indicated in the original post under "Tensorflow Version". The default colab version is still using 2.9.2. `pip...

@tilakrayal Thank you for your response. I believe in your response, the `return_index_map =True` and `return_index_map =False` cases are switched. However, the [gist](https://colab.research.google.com/gist/tilakrayal/9af60d2910d739bfc1230eb296c8599c/untitled917.ipynb) version correctly reproduced the problem I have...

[zotero-night](https://github.com/tefkah/zotero-night/) by @tefkah works seamlessly with current version of Zotero. It would nice to see it being part of the official Zotero. This also aligns with the recent initiative that...

For the error ``` download.sh: line 9: declare: -A: invalid option ``` I used ```bash brew install bash ``` to install brew v5 and then use the bash installed by...

Javascript and Dart client both have `defaultToNull` boolean parameter. > defaultToNull > Optional > boolean > Make missing fields default to `null`. Otherwise, use the default value for the column....

After 2 years, this issue is still not resolved!