RookieJunChen / Inter-SubNet

The official PyTorch implementation of "Inter-SubNet: Speech Enhancement with Subband Interaction", accepted by ICASSP 2023.
Apache License 2.0
91 stars 12 forks source link

Where is the module named tools.plot_utils #1

Closed gnorZgnoD closed 1 year ago

gnorZgnoD commented 1 year ago

An error happened when i run this code: ModuleNotFoundError: No module named 'tools.plot_utils'

RookieJunChen commented 1 year ago

Can you provide more detailed information about the error reporting? For example, which line of code in which python script file causes this problem?

gnorZgnoD commented 1 year ago

Hi Rookie,

  Thank for your quick reply, the attachment displaies the details of the error happened to me.

                                                                                                         

------------------ 原始邮件 ------------------ 发件人: "RookieJunChen/Inter-SubNet" @.>; 发送时间: 2023年5月14日(星期天) 晚上11:05 @.>; @.**@.>; 主题: Re: [RookieJunChen/Inter-SubNet] Where is the module named tools.plot_utils (Issue #1)

Can you provide more detailed information about the error reporting? For example, which line of code in which python script file causes this problem?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

RookieJunChen commented 1 year ago

I'm sorry that what you replied to me seems to be a bunch of garbled codes. I have corrected the issue where there may be a No module named 'tools.plot_utils'. You can test the latest version of code in this github repository.

gnorZgnoD commented 1 year ago

Much appreciated.