farrell236
farrell236
@AliceZhang2016, I don't know if you have solved this issue already, the `enc.encode('some text goes here')` function from openai/gpt-2 assumes the input to be the text content only, and is...
@AliceZhang2016, I may have worded it badly. I do agree that `enc.encode('block before block after')` does not detect `` as a token, and instead breaks it down into chunks. ```...
Hi Katelyn, the pre-trained weights in classifier/assets folder is for the [classifier model only](https://github.com/farrell236/RATCHET/blob/master/classifier/evaluate.py), they are not for DenseNet121. The model weights for RATCHET is located in the main [README.md](https://github.com/farrell236/RATCHET/blob/master/README.md)...