Junwei Sun

Results 8 issues of Junwei Sun

Hi, thanks for the update of the python3.7 version! I'm using a environment consists of python3.7(anaconda5.3), CUDA10.0.130_411.31 and cudnn v7.4.1.5 on Windows, and my CPU and GPU are i7 8700K...

Hi team, Thanks for this amazing project! Just wondering if I can get the uncompressed response size just like postman and the compressed (e.g., use gzip) response size (which is...

enhancement

Hi, I'm writing a rpc service like this: ```javascript const payload = {"foo": "bar"}; const getJobList = (call, callback) => { callback(null, payload); } ``` Here `payload` is an object....

package: @grpc/grpc-js

请问自己训练模型的时候到了这一步 过了一段时间进程被kill掉了 原因是内存不足吗?

![image](https://user-images.githubusercontent.com/30487595/115360329-1c118580-a1f2-11eb-93ab-37ead0feefd4.png) Link here should be `https://github.com/Microsoft/nni/tree/v2.1` instead of `https://github.com/Microsoft/nni/tree/2.1.0`

bug
user raised
WebUI
v2.9.1

Hi, we have a scenario that need to use the map/reduce function in spark.net, For example, we want to call ``` public IEnumerable MapCallback(IEnumerable input) { // do something with...

Hi, thanks for this amazing work! Now I have some trouble about a rendering issue. For example, if I want to render a table like this: |aaa|bbb|aaa|ddd| |---|---|---|---| |1|2|3|4| It...

Hi there, Could you tell me is there any config about connecting to the yarn cluster? In other words, how does yarnspawner find the resource manager and submit the job?...