游雁
2024-06-12 e4a69d4768674e57faf4a08eecca2fce88d3e190
funasr/train_utils/load_pretrained_model.py
@@ -60,7 +60,7 @@
        if excludes is not None:
            for k_ex in excludes:
                if k.startswith(k_ex):
                    logging.info(f"key: {{k}} matching: {k_ex}, excluded")
                    logging.info(f"key: {k} matching: {k_ex}, excluded")
                    excludes_flag = True
                    break
        if excludes_flag: