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.
我想在 keras 中将我的预测特征保存为 .mat 格式和 .txt 格式,以便在 Matlab 中进一步处理。请帮我。谢谢。
对于 .mat,请查看SciPy 的 File IO。
对于 .txt,有很多选项,例如NumPy 的savetxt.
savetxt
还可以查看CSV格式,这是保存数据以供跨平台使用的常用方法。