Comments (3)
We definitely depend on protobuf 3.0 (it's what we use as a git submodule).
To help us debug, can you please try following the instructions to install within a virtualenv here: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md#virtualenv-based-installation- ?
from tensorflow.
Got it running by uninstalling the distribution-owned numpy package (?) and reinstalling it from pip. Guess they were interfering in some weird way. Thanks for your help!
from tensorflow.
got it running by explicitly installing
sudo pip install -Iv protobuf==3.0a3
from tensorflow.
Related Issues (20)
- ImportError: DLL load failed while importing _pywrap_tensorflow_internal: A dynamic link library (DLL) initialization routine failed. HOT 1
- MirroredStrategy does not log anything / does not generate any epoch / batch *.keras with multiple cores of NVIDIA A16 (single core of the same graphics works) HOT 6
- Enhance Memory Optimizer with Dynamic Cost Model for Operation Recomputation HOT 1
- tf.linalg.slogdet returns incorrect values on GPU for singular matrix HOT 1
- `tf.linalg.solve` behaves inconsistently on GPU for singular matrices depending on shape HOT 2
- Tensorflow is aborting with CompositeTensorVariant already registered HOT 5
- tf.data.experimental.prefetch_to_device has no effect inside tf.distribute.Strategy.distribute_datasets_from_function. HOT 2
- How to run Android demo which uses NPU to inference? HOT 4
- Segmentation fault in tf.sets.size HOT 2
- TensorFlow disables SwiftUI Previews HOT 1
- how to build libtensorflowlite_c.so with Address Sanitizer HOT 5
- Some sorting related ops produce results inconsistent with NumPy when tensor contains NaN HOT 8
- Deeplabcut issue HOT 4
- i am storing jupyter notebook in e disk but have tensorflow in other disks HOT 2
- tf.nn.conv2d with invalid input dims crashes in TF ≤2.19 — now raises InvalidArgumentError in nightly HOT 2
- building //tensorflow/lite/ios:TensorFlowLiteC_xcframework results in broken header files HOT 3
- PERPRES HOT 1
- YoloX different Model Output for Python and Android HOT 7
- Using Tensorflow Variables as arguments in nested tf.function methods HOT 5
- how to use libtensorflowlite_c.so C API and delegate gpu opencl correctly? HOT 1
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from tensorflow.