Music-and-Culture-Technology-Lab / omnizart

Omniscient Mozart, being able to transcribe everything in the music, including vocal, drum, chord, beat, instruments, and more.
https://music-and-culture-technology-lab.github.io/omnizart-doc/
MIT License
1.62k stars 98 forks source link

Core dumped using the docker image (Apple M1) #101

Open defoishugo opened 1 year ago

defoishugo commented 1 year ago

Description

Omnizart crashes when launched from the released docker container and displays a Core dumped exception. Executing any Omnizart command will fail (tested with transcribe and download checkpoints).

How to reproduce

  1. Download and run the docker container on Apple M1.
  2. Launch any omnizart command.
> docker pull mctlab/omnizart:latest
> docker run -it mctlab/omnizart:latest bash
> root@e46c05d9cd64:/home# omnizart
2023-08-07 18:32:33.134790: F tensorflow/core/lib/monitoring/sampler.cc:42] Check failed: bucket_limits_[i] > bucket_limits_[i - 1] (0 vs. 10)
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted