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

Comments

Hi,
Honestly I didn't faced this issue before.
Maybe inside the variable at the OS is listed a library that can't be pre-loaded and linker will try to load libraries listed in the LD_PRELOAD variable before others are loaded. Take a look inside your .bashrc or .bash_profile environment where the LD_PRELOAD is set and remove that library from the variable.

Btw how are you testing this model?

As I mentioned in the README file it could be tested only within php like below (example)
`php cvc.php ./dataset/train/ABAP/zcl_3_factory.clas.abap`

p.s. if you will face issue to run composer/installation of php-ml library I can pack this lib and just send as additional archive. Example how it works in the attachment
You have not added any comments yet...
by rating

Issues

Fair Leopard Nov 7, 2023 at 18:53
Unfortunately, this submission has been disqualified as we were unable to rebuild or run it.
10
Fair Quokka Oct 26, 2023 at 23:21
This is an important message regarding your submission. The following issues have been discovered during preliminary testing:
ld.so: object './model/libtglang.so' from LD_PRELOAD cannot be preloaded (invalid ELF header): ignored.

You can provide further clarifications within the next 24 hours. 
Clever Gnat Nov 1, 2023 at 16:15
Did you found any other issues during testing?
Nobody added any issues yet...