Borut Balazek

Results 8 comments of Borut Balazek

Sorry, I don't quite understand the question. Do you maybe mean the `getTopClassesByText` (https://github.com/bobalazek/synaptic-simple-trainer/blob/master/lib/index.js#L542) method?

No problem. Sorry, haven't found the time yet, to write the docs. Started learning and working with Tensorflow, as it's quite faster (but it only has a Python API --...

Sadly no. Shortly after I was working on this, my dataset got too big for the library to handle, so I needed to switch to Tensorflow - https://github.com/bobalazek/tensorflow-simple-trainer (tho, not...

I have started experiencing the same issue. For me it seem to have worked fine in v16.5.0, but when I upgraded to v16.7.2 it stopped working. Any solutions for that,...

I can also confirm having this issue on postgres. I have a custom `CREATE INDEX "idx_entries_internalTags" ON "entries" USING gin("internalTags")` index in a migration, and I've set `{ synchronize: false...