-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no result #9
Comments
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
cmd@zkti:/mnt/disk1/cmd$ mvn -v |
Hey @da-123-snake , I also faced some similar issues and this is what I did to make it work for me:
I am not sure whether the problem is in Python or in Java, but you can try this out by running the following command: If you don't get the following results then most likely this is a problem with python. Otherwise, it might be from Java
Hope it helps. If not, perhaps you can provide more information in case I missed anything |
Hello @da-123-snake, @da-123-snake I was wondering if you managed to solve the issue. Please let us know if you have any further questions. Best, |
Hi,
I am trying to run mBERT on my machine but here comes an error,
cmd@zkti:/mnt/disk1/cmd/mBERT$ ./mBERT.sh -in=/mnt/disk1/cmd/defects4j_fixed/Chart/Chart_1_fixed/source/org/jfree/chart/annotations/AbstractAnnotation.java -out=/mnt/disk1/cmd/mBERTm/Chart/Chart1 -N=5 -l=176
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for SnT:mBERT:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 12, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] -----------------------------< SnT:mBERT >------------------------------
[INFO] Building mBERT 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- exec-maven-plugin:3.2.0:java (default-cli) @ mBERT ---
Input: /mnt/disk1/cmd/defects4j_fixed/Chart/Chart_1_fixed/source/org/jfree/chart/annotations/AbstractAnnotation.java
Output: /mnt/disk1/cmd/mBERTm/Chart/Chart1
Settings{CODEBERT_TIMEOUT=60, MAX_NUM_OF_MUTANTS=5}
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Here is the standard error of the command (if any):
Some weights of the model checkpoint at /mnt/disk1/cmd/mBERT/pre-trained/codebert-base-mlm were not used when initializing RobertaForMaskedLM: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight']
Here is the standard error of the command (if any):
Some weights of the model checkpoint at /mnt/disk1/cmd/mBERT/pre-trained/codebert-base-mlm were not used when initializing RobertaForMaskedLM: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight']
Saving mutants...
Settings{CODEBERT_TIMEOUT=60, MAX_NUM_OF_MUTANTS=5}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:00 min
[INFO] Finished at: 2024-02-23T15:53:54+08:00
[INFO] ------------------------------------------------------------------------
BUILD SUCCESS! But there has no result!
The text was updated successfully, but these errors were encountered: