We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5ba75 commit 5c384acCopy full SHA for 5c384ac
tensorboard/main.py
@@ -33,11 +33,6 @@
33
# https://github.com/tensorflow/tensorboard/issues/1225
34
# This must be set before the first import of tensorflow.
35
os.environ['GCS_READ_CACHE_DISABLED'] = '1'
36
-
37
-# Use fast C++ implementation of Python protocol buffers. See:
38
-# https://github.com/protocolbuffers/protobuf/blob/v3.6.0/python/google/protobuf/pyext/README
39
-os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp'
40
-os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION'] = '2'
41
# pylint: enable=g-import-not-at-top
42
43
import sys
0 commit comments