ljy27

Results 1 comments of ljy27

看起来应该是159行附近 { "forward": ( r"blocks\.(\d+)\.modulation\.", r"blocks.\1.scale_shift_table.", ), "backward": ( r"blocks\.(\d+)\.scale_shift_table(?=\.|$)", r"blocks.\1.modulation", ), }, modulation和scale_shift_table后都不应该有“.”的存在,改掉即可