MaleicAcid
MaleicAcid
比如我的解是一个1000*6的矩阵 geatpy支持这样的矩阵作为个体吗? 还有求问大佬, 如果我希望这个解(矩阵), 某一列中按行索引顺序每30个数允许取一次0, 这样的约束应该怎么写, 只能自己遍历这一列检查, 然后添加惩罚值吗?
I use cmake macro to build protobuf successfully, and get a binary file: protoc ``` # file: protobuf/BUILD/bazel cmake( name = "protobuf_impl", build_args = [ "--parallel=`nproc`", ], cache_entries = {...
DeepSeek claims to provide a cheap(especially when the input hits the cache) large model API service which is friendly to mainland China and not inferior to gpt-3.5 in AlignBench and...
This error only occurs when transcribe certain files(not all) with faster-whisper==1.0.3. If downgrade faster-whisper to 1.0.2 and it can be used normally. ``` [2024-07-08 15:02:18] INFO [MainThread] Start Transcription (Producer)...
Currently, it seems that intermediate files(.wav) are generated uniformly before the all transcription task starts, and cleared after all transcription tasks are completed. This results in huge temporary disk usage....
use openlrc version: 1.5.2 When try to transcribe a video that have no human voice, will get exception `RuntimeError: stack expects a non-empty TensorList`. I found the following text in...
It’s great to see openlrc have been migrated to the uv and released 1.6.1 version. Sincerely thank you for your efforts! After selecting the cpu version of torch suites in...
The steps of transcription and translation currently appear to be relatively tightly coupled. We can see that the subtitles generated by the transcription are processed in the translation step. ```...