TensorFlow 在mnist上实现siamese net,出现please use urllib or similar directly错误
TensorFlow在mnist上实现siamesenet(TensorFlow实现mnist手写数字分类,也用同样的方法解决)在使用fromtensorflow.examples.tutorials.mnistimportinput_datamnist=input_data.read_data_sets('./data/mnist',one_hot=True)导入mnist数据集时,无法下载。出