Aloento
Aloento
直接写 torch.jit.trace(CAB_model, (X1, X2)) 也行
I have the same problem. ``` Uncaught Error: Cannot find module '622nD' at a (index.cad93178.js:1:578) at Object. (index.ts:2:1) at a (index.cad93178.js:1:534) at runtime-c3897e95e15efd7e.js:1:58 ```
I have new problem with em3(latest), could you help me to check it? @sbc100 ``` wasm-ld: error: duplicate symbol: cos >>> defined in build/opus/dist/lib/libopus.so >>> defined in build/lame/dist/lib/libmp3lame.so wasm-ld: error:...
> Can share the full command line used to build both `build/opus/dist/lib/libopus.so` and `build/lame/dist/lib/libmp3lame.so`? Those math symbols should not end in these "shared libraries" (they are really just combined object...
After trying 2.0.11, I got: ``` wasm-ld: error: duplicate symbol: cos >>> defined in build/opus/dist/lib/libopus.so >>> defined in build/lame/dist/lib/libmp3lame.so wasm-ld: error: duplicate symbol: log >>> defined in build/opus/dist/lib/libopus.so >>> defined...
@sbc100 this is from latest version When I use the Kagami's em version then I got `wasm-ld: error: unknown argument: -rpath` After removed libwebp, still get same errors. And I...
https://github.com/Aloento/FFmpeg4JS
Thank you!!! And maybe mentioned this in your document.
Oh and there's another bug. `typescript-paths` not working. In tsconfig.json ```json "compilerOptions": { "paths": { "@/*": ["./*"] }, }, ``` then `Invalid specifier: @/something`
> Not a bug, just a feature that hasn't yet been released. #875 has been merged in, though. > > Use aliases in your `wmr.config` instead. https://wmr.dev/docs/configuration#aliasing-and-path-mappings One problem with...