autonlab / fastlvm

Fast and scalable inference for various Latent Variable Models
MIT License
2 stars 1 forks source link

GLDA crashed on LL1_TXT_CLS_airline_opinion #3

Closed d8w closed 5 years ago

d8w commented 5 years ago
Running GLDA using ESCA
Initialising inference method specific data structures
model dir = ./
K = 100
V = 8447
alpha = 1
n_iters = 10
n_save = 0
num_threads = 8
num_top_words = 15
Converted!
GLDA completed!
Running GLDA using ESCA
Initialising inference method specific data structures
model dir = ./
K = 100
V = 8447
alpha = 1
n_iters = 10
n_save = 0
num_threads = 8
num_top_words = 15
Converted!
GLDA completed!
terminate called after throwing an instance of 'std::runtime_error'
  what():  Each document must a 1D numpy array

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
d8w commented 5 years ago

This was caused by a mistake in the input arguments. Close the ticket.