Closed yangdongchao closed 1 year ago
Hi, I try to use your checkpoint to inference. To my surprise is that I find the two checkpint (one trained on vb dataset, one trained on wjs dataset) will get the same inference results. The following is my commond:
python enhancement.py --test_dir "SE_data/noisy_testset_wav" \ --enhanced_dir "test/other_baseline/sgmse/in_domain2" \ --ckpt "sgmse/train_vb_29nqe0uh_epoch=115.ckpt"
python enhancement.py --test_dir "SE_data/noisy_testset_wav" \ --enhanced_dir "test/other_baseline/sgmse/in_domain2" \ --ckpt "sgmse/train_wsj0_2cta4cov_epoch=159.ckpt"
Hi, I try to use your checkpoint to inference. To my surprise is that I find the two checkpint (one trained on vb dataset, one trained on wjs dataset) will get the same inference results. The following is my commond: