Jack Naimer
Jack Naimer
@essenciary I was hoping you could help me figure out how to add a websocket to an MVC app. I have read the entire genie.jl documentation and still cannot figure...
Thank you very much for your answer, that worked for me! That info should definitely be included in the docs. It would be very helpful.
Is it possible that storing the compiled functions from BERTModule are taking up the storage on the GPU? If so, is there a way I can clear some of those...
No, I simply want to fine tune an existing Bert model for use in categorization task. I would appreciate guidance in how to do that as I have not been...
Thank you, I will take a look at that link! My current project is classifying sentences into a few given categories. I am not quite sure what you mean by...
I got the following error when trying to run the cola example as you recommended. It seems like it may be an issue with the example. ``` PS C:\Users\jackn\Documents\GitHub\GitHub2\Transformers.jl\example\BERT> julia...
Thank you for letting me know! Will do. Also, comments in the example code would be a huge plus to make it easier to understand.
If i recall correctly, I was able to get the CoLA example working, but it took me going through the code line by line, one piece at a time to...
That sounds great! I should have a PR up soon for the COLA example!
Thank you for letting me know. It would definitely be useful to have a working tutorial on the docs and until then remove the outdated documentation or at least have...