Cao Xuejie

Results 8 issues of Cao Xuejie

![1668943017588](https://user-images.githubusercontent.com/65756145/202899082-36c9d520-a320-4a51-bcf3-777fa25c5ef6.png) There are some long problems in APPS, so I truncated them after encoding. But the output of the model is in the form of "problem + answer", so output...

There are two similar LeNet5 models. But when using onnx2keras, their node information is different. As a result, an error is reported when converting the second model. VGG16 met the...

**Describe the bug** I trained a LeNet5 model with MNIST under Pytorch and used pytorch2keras to transfer it to a Keras model. But I found that the accuracy of the...

bug

Hi! Thanks for the great projects. I'm working with code generation, so I need further grammar corrections on the generated code. I found that this toolkit is unable to respond...

``` aug.augment("Your goal is to separate those (group) into Separate strings.")[0] 'Our goal is to separate those ( group ) into Separate strings.' ``` Is there any way to get...

如果我只是想生成对抗用例,不需要对模型进行攻击和效果的评估,请问OpenAttack有提供相关的代码吗?

Hello, thank you very much for your excellent work. If I want to use CodeT5+ for code clone detection, but there's no parameter similar to ’hidden_size‘ in CodeT5+, what should...

Hi, thanks for the great work. Most of the models are evaluated in a zero-shot manner. I really wanna know whether the dataset can be used for fine-tuning.