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
Unfortunately, this submission has been disqualified as we were unable to rebuild or run it.
10
Fair Quokka Oct 26, 2023 at 23:19
This is an important message regarding your submission. The following issues have been discovered during preliminary testing:
error while loading shared libraries: libtensorflow.so.2: cannot open shared object file: No such file or directory

You can provide further clarifications within the next 24 hours. 
Sharp Mule Oct 27, 2023 at 04:40
Sorry, I forgot to add libtensorflow.so to the resources folder.

You can use Dockerfile to test my solution (there were CMakeLists.txt and Dockerfile in archive):

```
docker build . -t tglang
docker run --rm -it tglang bash
```

In container:

```
./tglang-tester src/tglang.cpp
```

Should I attach the corrected submissions.zip file?
Nobody added any issues yet...