rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
126 stars 76 forks source link

ML-Build Fixes #55

Closed rajat2004 closed 4 years ago

rajat2004 commented 4 years ago

Use default Tensorflow version configuration (Version 2 by default) Install latest supported Bazel version for the Tensorflow version being installed

rajat2004 commented 4 years ago

Removed NVCUVID from the Readme since there were problems while compiling with it enabled, also googling it shows that it's deprecated, isn't supported in later CUDA versions (>8.0 it seems). Not completely sure, therefore just removing from Readme

rsnk96 commented 4 years ago

Looks like you're in a mood to fix a lot of bugs :)

rajat2004 commented 4 years ago

Looks like you're in a mood to fix a lot of bugs :)

Pretty bored right now of series, books, etc., so scrolling through Travis build logs :-)

Thanks for merging! Hadn't looked at OpenCV's CMakeList, though had this problem sometime back and had forgotten to make the change. It was with 3.4.5 though