We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行egs/SoundStream_24k_240d/main3_ddp.py时,当运行到第9行,也就是导入自定义库academicodec/models/encodec/distributed/launch.py时,launch.py会在第5行报错,说找不到库。
这里只需要把launch.py第5行改写成from . import distributed as dist_fn就可以了。
from . import distributed as dist_fn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
运行egs/SoundStream_24k_240d/main3_ddp.py时,当运行到第9行,也就是导入自定义库academicodec/models/encodec/distributed/launch.py时,launch.py会在第5行报错,说找不到库。
这里只需要把launch.py第5行改写成
from . import distributed as dist_fn
就可以了。The text was updated successfully, but these errors were encountered: