Hello,
I am currently working on a project where I aim to visualize embeddings of various chess positions. My goal is to appreciate some form of semantic segmentation for these positions.
I want to use nnue-pytorch for that, and I would like to know how I can, given a chess position, input it into the PyTorch network and extract some intermediate layer representation to be used as an embedding.
Thank you in advance for your time and assistance.