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

Thank you for reviewing my codes!
The environmental issues when using PyTorch in C are indeed tricky. Libtorch's source code is under resources/libtorch, and I used `set(CMAKE_PREFIX_PATH "../resources/libtorch")` in CMake to find it.
You have not added any comments yet...
by rating

Issues

Fair Leopard Nov 7, 2023 at 18:53
Unfortunately, this submission has been disqualified after our preliminary tests for exceeding the 500ms limit per text sample.
10
Dandy Ram Nov 15, 2023 at 16:11
Sorry, I just saw it. This is a model based on Transformer. Normally a neural network should be "loaded once but used many times." However, in this case, the framework will load the neural network again and again. this leads to the timeout. As long as it has been loaded into the RAM, I believe it will be super fast.
Fair Quokka Oct 26, 2023 at 22:53
This is an important message regarding your submission. The following issues have been discovered during preliminary testing:
error while loading shared libraries: libtorch.so: cannot open shared object file: No such file or directory

You can provide further clarifications within the next 24 hours. 
Nobody added any issues yet...