Wenxin Zheng

Results 13 issues of Wenxin Zheng

是否可以增加 GitHub Action 的支持? 运行环境: iPhone XS - iOS14.3 - v2.4.15(200)

The summary of graph deep neural networks cannot be displayed and I have to give a graph into the model. So will it be updated?

欢迎大家在这里写下自己想用的语言,评测Base:Ubuntu 18.04/16.04。 支持的语言列表: C++(C++98、C++11、C++14,使用 **gcc 7.4.0** 或 **clang 7.0.0** 构建) Java(**OpenJDK 11.0.6**,使用 Javac 构建) Swift(**Swift 5.1.3**,使用 Swift 构建) Python3(**Python 3.6.9**,使用 Python3 执行)**Python2 is deprecated.** NASM(**NASM 2.13.02**,使用 NASM 构建并使用 gcc 链接)(测试中)...

enhancement
discussion

use [git clone %s .] instead

bug

docker add command error on core.py

bug

judge/src/dockerTools.py:21: build(path=) judge/src/core.py:211: The position of the dockerfile

bug

Like: https://dants.github.io/index_sysvenues_deadline.html

type/enhancement
type/call-for-contribution

It seems that the trainning is retrieving the IPv6 and it continues failing. `````` [W socket.cpp:697] [c10d] The IPv6 network addresses of (IDC-COMPUTER, 39067) cannot be retrieved (gai error: -3...

When executing the following sample code: ``` import torch import cutex M, N, K = 4, 4, 1 a = torch.rand((M, K), dtype=torch.float32).cuda() b = torch.rand((K, N), dtype=torch.float32).cuda() c =...