Kohei Watanabe

Results 11 comments of Kohei Watanabe

@haxorz Thank you for your reply! I understand the current situation. > Did you consider $(location xxx)? Yes, I used it like `$(location @kubebuilder-tools_darwin_amd64//:kube-apiserver)` but this outputs the relative path,...

@haxorz Thank you for your quick reply. Sorry for my lack of explanation. >Do you want your Go test program to do something with this path? Yes, currently I am...

sorry, these codes were a bit old. I updated them through this pull request (https://github.com/mil-tokyo/MCD_DA/pull/10) @ksaito-ut could you merge this pull request?

We report the IoUs after10 epochs because It's a nice round number.

I am sorry that our codes are confusing. When the setting is "GTA to Cityscapes", we have 20 classes (= args.n_class) including background class. (19 classes are used for evaluation.)...

Thank you for sharing the code! It is one way to prepare the dataset whose class labels are converted before training models as you did. However, there is another way...

@kwiesmueller Sorry to mention. 🙇 I saw your TODO comment commit. https://github.com/kubernetes-sigs/structured-merge-diff/blob/26781d0c10bfdbd7d66b18d8be83985f623df9f8/merge/update.go#L193 Is this related to this issue...?

I create a sample repo to reproduce this error. https://github.com/LittleWat/conversion-webhook-test-with-flux I am glad if this repo is useful for debugging. Thank you!

Hello! We are in the same situation as @valorl Regarding @pm-nuance 's comment, > We need to also add square brackets([]) in entrypoint.sh where we pass the $SPARK_EXECUTOR_POD_IP. We didn’t...

created a PR to fix this (though, I disabled istio-injection) - https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pull/1825 and could confirm this works when spark 3.4 is used.