Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近我在做一个与图像识别相关的项目。我正在尝试使用 MNIST 数据集。我已经在如何打开数据集的图像文件(使用 readBin)方面获得了一些帮助,但被困在如何打开标签文件上。我用了
to.read.label = file("~/train-labels.idx1-ubyte", "rb")
获得连接,但我不知道下一步该做什么。感谢您的帮助!
好的,我自己解决了。这实际上是相同的想法。只需编写一个循环即可一次获取一个数字。