
tensorflow
医学影像处理
从计算机角度记录学习医学影像分割与检测、影像组学、脑磁图/脑电信号数据处理的笔记
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu安装tensorflow时使用pip安装时出现SSLError[已解决]
SSL error can be solved by bellow steps for sure. Just download the wheel on your own and pip install.Ubuntu/Linux 64-bit, CPU only:$ wget https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow原创 2016-10-21 20:11:27 · 4363 阅读 · 0 评论 -
ImportError: No module named tkinter[solved]
[centos] $ sudo yum install tkinter原创 2018-06-21 20:28:40 · 309 阅读 · 0 评论 -
[bug]tensorflow.python.framework.errors_impl.FailedPreconditionError: Attempting to use uninitialize
You also need to initialise the local variables hidden in the tf.metrics.recallmethod. For example, this piece of code would work: init_g = tf.global_variables_initializer() init_l = tf.local_varia...原创 2018-07-02 13:22:57 · 2997 阅读 · 0 评论