Info

Testing and Issues

You can test this entry and submit issues during the testing period of the ML Competition contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

by rating

Issues

Fair Leopard Nov 7, 2023 at 18:53
In our final tests, this submission received the following scores (out of 100):

Code/Other Detection: 9.9
Language Detection: 61.9
Average Time: 13ms per sample

Final Score: 6
10
Fair Quokka Oct 26, 2023 at 22:54
This is an important message regarding your submission. The following issues have been discovered during preliminary testing:
Segmentation fault

You can provide further clarifications within the next 24 hours. 
Groovy Raccoon Oct 27, 2023 at 03:51
Is the project being ran using the same configuration/directory structure presented in the competition's page? I just tested it now on a VM running as:

```
(base) me@instance-1:~/work/libtglang-tester/build$ ./tglang-tester ../tests/1.c
15
```
The segmentation fault could be caused of a different project structure and the model is unable to load its weights. I'm leaving below a tree of the current (expected) project's structure:

```
(base) me@instance-1:~/work/libtglang-tester$ tree
.
|-- CMakeLists.txt
|-- build
| |-- CMakeCache.txt
| |-- CMakeFiles
| | (truncated)
| |-- Makefile
| |-- cmake_install.cmake
| `-- tglang-tester
|-- libtglang.so (<--- built library)
|-- resources (<------- further resources)
| |-- classifier_dict.dat
| |-- embeddings_dict.dat
| `-- tokenization_dict.txt
|-- tests
| |-- 1.c
|-- tglang-tester.c
`-- tglang.h
```
Nobody added any issues yet...