PWZER
PWZER
…ource ### Ⅰ. Describe what this PR did 当 cdn = "source" 时,supernode 机器上的 nginx 服务是非必须的。而 dfget 请求 /peer/task 时返回的 PeerIP, PeerPort 分别是 supernodeIp,8001。这个时候是不需要对 supernodeIp:8001 进行检查的。 ### Ⅱ. Does this...
I use `kazoo.KazooRetry` try to reconect, but current ephemeral node not recovery. I want the ephemeral node automatic recovery. so what should do? code: ```python retry = KazooRetry(max_tries=-1, delay=1) zk_client...
**Describe the problem**. I create a model with keras, but the training was too slow, and the memory usage is always changing. **ReadVariableOp** running time is too long. After debugging,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I got this...
## Description Use trtexec convert an onnx model to trt failed, but no more error information, how to solve it? ```bash [02/20/2024-10:56:21] [E] Error[2]: Assertion engine failed. [02/20/2024-10:56:21] [E] Error[2]:...
## 🐛 Bug dgl.nn.NodeEmbedding.all_set_embedding not work in cpu device. ## To Reproduce ```python import torch from dgl.nn import NodeEmbedding emb_num = 3 emb_size = 10 ckpt_path = "model.pth" def save(device):...