You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example at the link below, line 36 yields the error that todevice is not defined. This is because there is no general import which includes that method such as using Transformers which includes that method in the file. This could easily be fixed by including using Transformers at the top of the file.
In the example at the link below, line 36 yields the error that
todevice
is not defined. This is because there is no general import which includes that method such asusing Transformers
which includes that method in the file. This could easily be fixed by includingusing Transformers
at the top of the file.https://github.com/chengchingwen/Transformers.jl/blob/master/example/BERT/cola/train.jl
The text was updated successfully, but these errors were encountered: