networking icon indicating copy to clipboard operation
networking copied to clipboard

Enhanced networking support for TensorFlow. Maintained by SIG-networking.

Results 14 networking issues
Sort by recently updated
recently updated
newest added

The TF main repo has [r1.14 branch cut](https://github.com/tensorflow/tensorflow/commits/r1.14) yesterday. TF-networking will make a Python package release targeting TF 1.14. This release will require the use of the same compiler compiling...

![image](https://user-images.githubusercontent.com/13997135/162135403-ce9a0301-9565-4684-80a8-b3d0d83f3183.png)

The original implementation of verbs (which is called orig_verbs here) in networking cannot achieve good performance especially for large scale execution. To improve the performance of verbs, we optimized verbs...

https://github.com/tensorflow/networking/issues/37#issue-1058324431

ERROR: Skipping '//tensorflow_networking/verbs:verbs_server_lib': error loading package 'tensorflow_networking/verbs': Unable to find package for @org_tensorflow//tensorflow:tensorflow.bzl: The repository '@org_tensorflow' could not be resolved. WARNING: Target pattern parsing failed. ERROR: error loading package 'tensorflow_networking/verbs':...

After trying ./configure and `bazel build -c opt //tensorflow_networking/mpi:all` I get the error ``` ERROR: Skipping '//tensorflow_networking/mpi:all': while parsing '//tensorflow_networking/mpi:all': error loading package 'tensorflow_networking/mpi': Unable to find package for @org_tensorflow//tensorflow/core:platform/default/build_config.bzl:...

system information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Centos 7.6 TensorFlow installed from (source or binary): source TensorFlow version: 1.13.0 Python version: 2.7 Installed using virtualenv? pip?...

System information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Centos 7.6 TensorFlow installed from (source or binary): source TensorFlow version: 1.15.0 Python version: 2.7 Installed using virtualenv? pip?...