google / visqol

Perceptual Quality Estimator for speech and audio
Apache License 2.0
641 stars 118 forks source link

Update windows build instructions for tensorflow and latest bazel #68

Closed FeargusOG closed 2 years ago

FeargusOG commented 2 years ago

Updating the README with some new instructions for building on Windows with the recent tensorflow additions.

While doing this, I also tested with the latest version of bazel and it builds correctly.

mchinen commented 2 years ago

Hi Feargus, thanks for verifying the build and updating the documentation. I don't usually develop on Windows, so I'm glad someone else could give it a shot.

FeargusOG commented 2 years ago

@mchinen no prob! The windows build is definitely a bit more awkward than the mac/linux build, so I was thinking of trying to pull together a container that could be used to build windows exe's and simplify the process. If I get it working the Dockerfile could be included in the repo for others to use.