Pablo
Results
3
issues of
Pablo
Hi and thanks for the code! I am using your script for my code and while adapting it to PEP8 specs I found a few details that you may want...
`model.module.freeze_bert_encoder() `and `model.module.unfreeze_bert_encoder() `produce an error. Calling those methods from `model` works fine.
The function `get_labels` is used to get the labels from the source csv files, and the length of this is used to get the size of the last layer in...