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.
PyNeuralを使用してモデルをトレーニングしました。
このトレーニング済みモデルを保存するにはどうすればよいですか? 試しpickleてみsklearn.externals.joblibましたが、うまくいきませんでした。後で言ったように、TypeError: can't pickle NeuralNet objects
pickle
sklearn.externals.joblib
TypeError: can't pickle NeuralNet objects