h67ma
h67ma
Hi, I'm getting the following error when running `hybrid_xml.py`: ``` $ python hybrid_xml.py Loading data... 100%|███████████████████████████████████████| 12959/12959 [00:00
https://github.com/HX-idiot/Hybrid_Attention_XML/blob/c1768d8256e7fb601ac13740efb53f8c92d8d4d5/hybrid_xml.py#L245 Should be `model=Hybrid_XML(...)`
# Summary # Parsing of `comment` metadata field yields wrong value if embedded coverart(s) are present. # Repro # ```kotlin val testPath = "/path/to/testfile.ogg" val mediaInfo = FFmpegMediaMetadataRetriever() mediaInfo.setDataSource(testPath) for...