zhiqiangYuan

Results 9 issues of zhiqiangYuan

Spoon is a nice job, thanks for your contribution. I have a `.java` file, and I can derive the FQN with the following code: (e.g., `StringBuffer` in ` StringBuffer tabs...

您好,build_data.py中的需要读取的各类文件,如何得到?感谢

您好,我想问一下如何在终端运行您项目当中的测试用例。 例如,在终端运行 jafka/src/test/java/io/jafka/server/AuthenticationTest.java 当中的testBuild()测试用例。 目前试了 ① javac/java -cp ....的方法,但是会因为缺少依赖而抛出错误。 ② 尝试使用 mvn test -Dtest=jafka/src/test/java/io/jafka/server/AuthenticationTest#testBuild,抛出了无法找到testBuild这个方法。但是奇怪的是使用mvn test-compile -Dtest=jafka/src/test/java/io/jafka/server/AuthenticationTest#testBuild却可以build success。 我需要自动运行这些测试用例中的某些方法。如果您能给我提供解决方案,我将感激不尽。谢谢。

CodeGen is a powerful model. When I use the model as the following code: ``` from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Salesforce/codegen-350M-mono") model = AutoModelForCausalLM.from_pretrained("Salesforce/codegen-350M-mono") text = "def hello_world():"...

Why is there no `scanner.c` in this repo, which is not required for Java to get dynamic link libraries?

I have a strange problem. I want to use use the ``batch size`` data for unified prediction. So I first use the ``tokenizer.encode()`` to encode the data. and I also...

Teco is pretty work. I'm trying to reproduce it. However, when I execute the following command, I meet some problems: ``` inv exp.gen-subset-preds --setup CSNm --model SingleEvaluator-teco-norr --from-set eval-any-stmt/test --to-set...

Hello, I am currently using the avatar dataset to verify the effectiveness of my model in code translation. I obtained the Python-Java data pairs from `data/test.jsonl`. Now, I need the...

## Problem Description I'm trying to generate a complete call graph for a C project using Doxygen, but facing issues with conditional compilation blocks and complex macro expansions. Doxygen seems...

enhancement