jinay1991/spleeter

bazel run //application:spleeter ---------> external/models/5stems/5stems.tflite

Closed this issue · 3 comments

Target //application:spleeter up-to-date:
  bazel-bin/application/spleeter
INFO: Elapsed time: 181.814s, Critical Path: 77.10s
INFO: 206 processes: 45 internal, 161 processwrapper-sandbox.
INFO: Build completed successfully, 206 total actions
INFO: Build completed successfully, 206 total actions
ERROR: Could not open 'external/models/5stems/5stems.tflite'.
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0414 03:25:41.491241    66 tflite_inference_engine.cpp:70] Check failed: model_ Failed to read model external/models/5stems/5stems.tflite
*** Check failure stack trace: ***
Aborted (core dumped)

image

I have found the path where “external/models/5stems/5stems.tflite” is located and moved “external/models/5stems/5stems.tflite” to the current path, but the above problem still occurs, how can I solve it?

Try to use the version of https://github.com/jinay1991/spleeter/releases/tag/v2.3, and the following problems occur when recompiling:

image

The current issue is resolved. KangChou/spleeter

@jinay1991
@oluwabajio