You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use python wrapper of phonetisaurus to run the trained model. It work well with single process, but with multiple processing the following problems occurs:
File "/home/thinhnv13/anaconda2/envs/vits/lib/python3.6/multiprocessing/reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle Phonetisaurus.PhonetisaurusScript objects
The text was updated successfully, but these errors were encountered:
I use python wrapper of phonetisaurus to run the trained model. It work well with single process, but with multiple processing the following problems occurs:
File "/home/thinhnv13/anaconda2/envs/vits/lib/python3.6/multiprocessing/reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle Phonetisaurus.PhonetisaurusScript objects
The text was updated successfully, but these errors were encountered: