leepengcheng
Results
2
issues of
leepengcheng
楼主你好,我最近也在研究代码补全.但是发现大部分都是代码生成,二者还是有一些区别的 例如 * 代码生成 >用户输入完整的单词`import tensorflow`,然后生成后面的`as tf` > EXP:`generate("import tensorflow")` > `import tensorflow as tf` * 代码补全 >用户输入 `import ten`,期望模型输出`import tensorflow as tf` >EXP:`completion("import ten")` > `import tensorflow as tf`...
## Description I have set `interOpNumThreads` and `intraOpNumThreads` option,but the cpu usage is 3200%, it's to high. so how to reduce the cpu usage ,such as 400%. ## Code ```scala...
enhancement