weka511 / nlp

My experiments with Natural Language Processing. I've created a few programs to try out concepts.
GNU General Public License v3.0
1 stars 0 forks source link

Explore Transformers #15

Open weka511 opened 1 year ago

weka511 commented 1 year ago

C:\Users\Weka\nlp\transformer.py:332: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. out = F.softmax(self.fc_out(x))#,dim=1) # UserWarning: Implicit dimension choice for For the time being set dim to 1