Yingding Wang

Results 37 comments of Yingding Wang

I have similar question to @martinkersner regarding the training loop from the context of Federated ML with TF-lite. It would be fantastic to let developer to decide how to train...

https://www.tensorflow.org/lite/examples/on_device_training/overview This is live yesterday (9.Nov) on ML Community Day stream.

I got the same issue with ``` bash install_kustomize.sh 3.2.0 ``` on an Ubuntu 20.04 LTS. Do need the specific version to compile KubeFlow v1.4

Still experience this, after i upgrade to KF v1.6.1 manifests. And strangely, the url `_/pipeline/?ns=kubeflow-1#/artifacts` shows the error, and as i forwarded from execution tab to the url `/_/pipeline/?ns=kubeflow-1#/artifacts/1`, it...

@jaimin-nimble after added the root role in admin db, i can execute the adminCommand ```console # grant root role db.grantRolesToUser('YourAdminUser', [{role: "root", db: "admin"}] ) # examin the roles show...

I would be interested in a dump version too. I am currently using neo4j 4.1.9 also.

`tensorflow-federated==0.38.0` doens't work with `tensorflow-macos==2.10.0`, the arm package for `tensorflow-compression`, `tensorflow_model_optimzation` are not available. Wasn't even able to build `tensorflow-compression` manually with bazel.

@Jiahui-Bai thanks for posting all the dependencies using `--no-deps`. Can you tell me which tensorflow-metal version did you use? 0.5.1, 0.5.0 or 0.4.0.

Inspired by @Jiahui-Bai, I got the following sequence with `homebrew` and `pip` working, I also upgraded to the newest package as much as I can. ```console # create a VENV...

I am also facing the exactly same issue with the same output on KFP backend `2.0.3` with Kubeflow 1.8.0 manifests deployment. The PVC is created, but the component reported the...