John Duprey
John Duprey
+1 to this feature. I just figured out that is why underscore wasn't working for me. To work around it, I dumped a file (which has a JSON object per...
@shravanmn , the apparent random results with streaming happens with the example test set the project provides (Yahoo_LDA/docs/html/single__machine__usage.html) - 500 iterations. Does the example not produce a good model with...
I found the logic in the batch mode that reports doc-topic: void Unigram_Model_Training_Builder::create_output() Basically doc topic assignments are computed from word-topic assignments using a score ratio of the total count...
Gah. You are right that `{base}` was the problem and I should have seen that. duh. Base isn't set anywhere. Setting it in my site.yaml to `base:: //` didn't work....
Given the build works fine for the or preview release, I have to believe there is some sort of build cache issue. Accepts is standard node package, I believe. If/when...
Time and necessity allowed me to revisit this. When I last left this `nue build --production` was failing in the amplifier build env, with: ```json { text: "No matching export...