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
Something like this will show the memory growth pretty quickly:
import cld2
for i in xrange(1000000):
x=cld2.detect("Now is the time for all good men to come to the aid of their country", hintLanguage="en", isPlainText=True, returnVectors=True)
The text was updated successfully, but these errors were encountered:
irridia
pushed a commit
to irridia/python-cld2
that referenced
this issue
Aug 9, 2018
I'm just now discovering this and the following seems to be The Right Thing To Do™:
Something like this will show the memory growth pretty quickly:
The text was updated successfully, but these errors were encountered: