-
Notifications
You must be signed in to change notification settings - Fork 45.5k
Description
Hey guys, love the Swivel library. That said, prep.py is too slow (on 1B lines of text dataset), so trying to build the fastprep version.
I get stuck on "rebuild Tensorflow from source" part. It says to build a pip package, but then I get the error:
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
cp: bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/tensorflow: No such file or directory
cp: bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/external: No such file or directory
Indeed, those files do not exist. I could not find this error in the other peoples' bugs. A pointer would be appreciated!
Also... if I have vocab and co-occurrences cached from GloVe, can I skip the prep phase?
Thanks!