yongboy
yongboy
连接被拒绝! 建议重启一下ipython notebook试试看 。
期待作者出第二版,照顾到最新的 1.20版本,加油!
追加 `ffeb8ec` 提交内容: - `torch.nn.MSELoss()` 计算规则为 `(input - target) ** 2`,因此不需要像 `mxnet.gluon.loss.L2Loss()` 其结果再 `*2` - 我把3.16章`模型选择`输出结果替换成 `torch.nn.MSELoss()`运算结果不再乘以2后的真实输出 - 这样修改之后,和原版相比在输出结果上比较一致了 :))
十分感谢!
Me too! ``` root@k8s-server:~# keadm version version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"3a95909a1b318add3f75fb5422f6e210ee1eaa51", GitTreeState:"clean", BuildDate:"2023-10-13T09:48:33Z", GoVersion:"go1.19.12", Compiler:"gc", Platform:"linux/amd64"} root@k8s-server:~# keadm init Kubernetes version verification passed, KubeEdge installation will start... CLOUDCORE started =========CHART...
When I generate the manifest as below, I can't find the defined `cloudcore service` in the yaml: ``` root@k8s-server:~# keadm manifest generate > kcore.yaml root@k8s-server:~# grep 'kind: Service' kcore.yaml &&...
@zhuyaguang @ZhengXinwei-F Maybe we don't need to develop the feature, just pass the `--set cloudCore.service.enable=true` parameters when call `keadm init`: ```bash root@k8s-server2:~# keadm reset --force keadm init --set cloudCore.service.enable=true --set...
If pods enable the `hostNetwork = true` attribute, we don't need the serivce any more, just access the service with `{Node_IP}:{PORTS}`, It is easy and simple.
I have the same serious issues too. On Google Tv, the kodi 19.4, wheen choose TV series would display many folders , anyone has ideas, how to fix it ?
我把问题细化一下: 1. 如何写三个边缘式的参与方的CCL 2. 如何写SQL查询语句,应对三个同名的数据库、表格(但部署在不同地方)