In the following, we use ./../Datasets as the path to where the dataset is stored, and ches_2025 as the directory of the repository.
For PyTorch, one should go https://pytorch.org/ to install the pytorch version: 2.7.0
For TensorFlow, make sure that the tensorflow version: 2.19.0
*For MacOS, please use Pytorch instead of Tensorflow.
Analyze the trained model during the attack phase
For submission, one should edit the code analyze_{tf/pytorch}.py, where they have to load their model to run the function evaluate() to compute the guessing entropy. There are some code there
The function evaluate() will output something like:
If there are any issues, please reach out to the organizer.