Thomas Albrecht

Results 6 comments of Thomas Albrecht

I found some hints at: https://adanet.readthedocs.io/en/v0.5.0/adanet.html. Look at: export_saved_model(export_dir_base, serving_input_receiver_fn, assets_extra=None, as_text=False, checkpoint_path=None) It seems similar to: https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator#export_saved_model What I did: First I changed def train_and_evaluate, that it will return...

@yanp Thanks for this snippet. I've tested it, but I cannot get it to work yet. As I am using kfp from a remote client (mac -> ki-server3), I set...

@yanp Well, no. Not with USERNAME /PASSWORD. Port 30080 points to istio-system/authservice. When opening `http://ki-server3:30080/` I get `OK`as an result. While opening `https://ki-server3:31390` will point to dex and will ask...

@yanp My fault. Port 31390 refers to `svc/istio-ingressgateway` and will [forward to dex](https://www.kubeflow.org/docs/started/k8s/kfctl-istio-dex/#architecture-overview). Did you change your gateway specs to use httpsRedirect: https://www.kubeflow.org/docs/started/k8s/kfctl-istio-dex/#secure-with-https?

For the records. Using http instead of ssl does work as a workaround on my microk8s manifest installation. httpsRedirect has to be disabled: ```bash kubectl edit -n kubeflow gateways.networking.istio.io kubeflow-gateway...

Well, I do have the same problem. I've installed the plugin trough Obsidian. Stuck on `"Index not build yet... (check back after opening another note!)"`. Tried to reopen Obsidian -...