Open tianke0711 opened 4 years ago
I have the same issue, need help !
I have the same issue, need help !
I have the same issue, need help !
renew anaconda environment, tensorflow=1.14
in the file“callbacks.py” change "from tensorflow.contrib.tensorboard.plugins import projector" to "from tensorboard.plugins import projector"
my TensorFlow-gpu is 15.0
oduleNotFoundError Traceback (most recent call last) /opt/conda/lib/python3.6/site-packages/keras/callbacks.py in init(self, log_dir, histogram_freq, batch_size, write_graph, write_grads, write_images, embeddings_freq, embeddings_layer_names, embeddings_metadata, embeddings_data, update_freq) 744 import tensorflow as tf --> 745 from tensorflow.contrib.tensorboard.plugins import projector 746 except ImportError:
ModuleNotFoundError: No module named 'tensorflow.contrib.tensorboard'; 'tensorflow.contrib' is not a package
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)