-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick start - error in type.convert #10
Comments
Fixing error in quickstart induced by switch to binary storage relying on extension names: #10
Thanks for the bug report. This was my fault, forgetting to test the walkthrough all the way through to the end. It should be fixed now in the readme, by changing the filename from "cookbooks.vectors" to "cookbook_vectors.bin". If you've already run the model, you can also pick up in the quick start by running `model = read.binary.vectors("cookbooks.vectors"). The problem was that I changed the default storage format from text to binary with the latest release. But I didn't change the extension on the saved file. Since the function guesses at the filetype using the extension, it was trying to read a binary file as text. |
thanks for your prompt attention - I hope to get back to this in a cpl On Mon, May 2, 2016 at 12:58 PM, Benjamin Schmidt notifications@github.com
|
Problem:
Running through_ Quick Start_ instructions in README.md the process dies with an error in
type.convert
.I tried to retrain model on a small subset of cookbooks and that failed similarly.
It appear to be choking on an usual character or unexpected byte. Was there a change in the way the cookbook data was initially saved versus how it is currently processed? The following warnings are also shown:
Additional system details:
OS - Ubuntu 14.04
R - [1] "R version 3.2.3 (2015-12-10)"
The text was updated successfully, but these errors were encountered: