logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

如何导入MNIST数据集

问题当我使用github上别人的代码:import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datafrom tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_data_sets("/t

#tensorflow#python
Python collections.Counter()用法

Python collections.Counter用法什么是collectionsCounterCounter操作例子什么是collectionscollections在python官方文档中的解释是High-performance container datatypes,直接的中文翻译解释高性能容量数据类型。它总共包含五种数据类型:其中Counter中文意思是计数器,也就是我们常用于...

#python
到底了