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.
「FRUIT」というラベルでモデルをトレーニングし、次を使用して保存したとしましょうnlp.to_disk("F:/Saved Models/FRUIT_pipeline")
nlp.to_disk("F:/Saved Models/FRUIT_pipeline")
このモデルをロードして「SEASON」というラベルのトレーニングを再度行うと、トレーニング前のすべてが失われます。複数のトレーニングで複数のラベルを保存するにはどうすればよいですか?