Dirk von Grünigen

Results 10 comments of Dirk von Grünigen

@evanmiller, any idea what the problem could be?

@pgaertig, thanks for investigating. I'll try your patch as soon as I've some spare time.

> I'm running into an issue where `PG::ConnectionBad: connection is closed` happens. I recently upgraded to rails 5.2 which seems to be the issue here. > ... I run into...

@siegy22 Thanks, I'll immediately try `QC_RAILS_DATABASE=true`. I also have the problem that the problem occurs with really low load, namely only me being the only user manually testing stuff on...

@siegy22, thanks, I'll probably try it later somewhen :+1: Is the fix hacky? If not, maybe you could consider opening a PR.

@siegy22, have you tried setting the `ENV['QC_DATABASE_URL']` directly in `application.rb`? Like so: ```ruby if ENV['QC_RAILS_DATABASE'].blank? && ENV['QC_DATABASE_URL'].blank? db_conf = config.database_configuration[Rails.env].symbolize_keys db_url = "#{db_conf[:adapter]}://#{db_conf[:username]}" # more string fiddling ... ENV['QC_DATABASE_URL'] =...

@dennybritz, may I ask what's the state of this issue? I'm currently trying to train a conversational dialogue system using this tool and would like to train the model using...

@dennybritz, I was aware that a large number of parameters is placed in the softmax, but I didn't realize that it's that huge. I'm going to investigate into using sampled/sharded...

It would be great if you could provide some more details to be honest, just saying "it's slow" doesn't help at all. Did you compare it to other libraries? Did...

As mentioned above, the link is in this part of the documentation: https://docs.nodesource.com/nsolid/5.0/docs#installing-nsolid-packages