Skip to content
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

Simplify and improve fastprep.mk #1081

Merged
merged 1 commit into from
Mar 2, 2017
Merged

Conversation

vmarkovtsev
Copy link
Contributor

There is no need to build Tensorflow from scratch, fastprep successfully links with the Python wrapper from pip and system protobuf v3. Tested this on Ubuntu.

@waterson
Copy link
Contributor

waterson commented Mar 1, 2017

It's been a while since I've worked with this code; it may in fact be that we can get rid of a lot of this extra complexity. IIRC, one issue was trying to make sure things worked correctly on OS/X, as well. How does that impact that platform?

@vmarkovtsev
Copy link
Contributor Author

It works on macOS.

There is no need in building Tensorflow from scratch, fastprep successfully links with the Python wrapper from pip and system protobuf v3. Tested this on Ubuntu.
@vmarkovtsev
Copy link
Contributor Author

I reworked the makefile so that it does not require any Tensorflow at all. It downloads the two needed .proto files, compiles them and uses in the build. Works like a charm on all the platforms.

Copy link
Contributor

@waterson waterson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM... thanks Vadim!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants