Closed anjugopinath closed 1 year ago
I am performing evaluation using mit. This is my test.sh file:
I want to get the output (embeddings) of the second last layer. I will be using pytorch hooks to do this. Which file will give me the access to the model during evaluation?
The model code is here.
I am performing evaluation using mit. This is my test.sh file:
I want to get the output (embeddings) of the second last layer. I will be using pytorch hooks to do this. Which file will give me the access to the model during evaluation?