bnosac / ruimtehol

R package to Embed All the Things! using StarSpace
Mozilla Public License 2.0
101 stars 13 forks source link

StarSpace Models in Shiny App #38

Closed lucasfreitas1988 closed 2 years ago

lucasfreitas1988 commented 2 years ago

Is there a problem using the starspace_load_model function in Shiny? My app works locally, but when I deploy it I can't read the models...

jwijffels commented 2 years ago

no problems which I'm aware off

lucasfreitas1988 commented 2 years ago

I saved using method = 'ruimtehol'.

Is there a difference using 'binary' or 'tsv-data.table'?

jwijffels commented 2 years ago

yes

lucasfreitas1988 commented 2 years ago

Which specific type is best for deploy in Shiny? Locally, all three methods work... I saved and loaded with all three methods and locally everything is fine.

jwijffels commented 2 years ago

any 3, but the best is the default which saves it just in an rds format

lucasfreitas1988 commented 2 years ago

Can saving to .RDa solve it?

jwijffels commented 2 years ago

no

jwijffels commented 2 years ago

closing as no real indication is given of the error message