pshiko

Results 8 comments of pshiko

tensorflow whl for aarch64 is now available on pypi. https://pypi.org/project/tensorflow/2.10.0rc0/#files I installed this tensorflow in a container on m1 mac and confirmed that tensorflow-io bazel can be built. Buildings for...

The torch project uses xcode's cross-compilation feature to build binaries for the Apple silicon version on an x86 mac. https://github.com/pytorch/pytorch/blob/ea037344e81d5645ad2e8863a9b6ccdb33f60320/.jenkins/pytorch/macos-build.sh#L36-L39 (ref. https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary) If we try this, it seems that we...

OK! I understood! BigQuery integration is essential to learn huge size data with TPU. I look forward to solving this problem.

is there any update on this issue? And also, where should i check for updates for this issue?

is there any update on this issue?

Oh! That is great! Thanks for sharing the information! Now I can do what I want to do!

@vlasenkoalexey I tried to install tensorflow-io on the TPU-VM, but I couldn't find the version of tensorflow-io that matched the installed tensorflow on the TPU-VM. Is there a version of...

I've tried creating a fork repository with `gitSumobuleConfigOverride` set and tried fetching submodules, but submodules fetching private repositories didn't work due to permission error. https://github.com/pshiko/aws-codebuild-run-build Does codebuild not support submodule...