K B
K B
I'm trying to convert a non-WAV file to WAV format. Command line: ffmpeg -hide_banner -i '{"1.mp3"}' '{"1.wav"}' Corresponding code I'm using: ffmpeg.input("1.mp3").output("1.wav").run() But how to mention hide_banner?
Trying to use it as a zero-shot image classification problem. An image where both Adidas and Nike are available, and text input includes ["Adidas", "Nike"], the output is "Adidas". Ideally,...
Hi, Great work! I have 3 questions: 1) Refer to your example on Readme. As part of your `fit` method in `ZeroShotGPTClassifier` with `gpt-3.5-turbo` as the model, are you basically...
Thanks for the implementation. But how do we use this library in Python?
Since Glicko-2 has "volatility farming" issues, I'm looking for Glicko-1 implementation instead of Glicko-2. Is there any reliable repo that maintains Glicko-1 in Python? If not, is it possible to...
`mmm.fit()` results in the following error. Tried with 0.11.0, 0.12.0, 0.13.0. ``` `XlaRuntimeError: FAILED_PRECONDITION: Buffer Definition Event: Error dispatching computation: %sCpuCallback error: Traceback (most recent call last): File "C:\Users\kbope\anaconda3\envs\mmm\Lib\site-packages\jax\_src\interpreters\mlir.py", line...
Using version 0.11.0. Trying to save the model using `pickle`, but it gives the following error: `PicklingError: Can't pickle : it's not found as pymc_marketing.prior.create_dim_handler..func` I've tried `joblib` and `pickle`....
Running budget allocation example [link](https://www.pymc-marketing.io/en/stable/notebooks/mmm/mmm_budget_allocation_example.html) on dataset [link](https://raw.githubusercontent.com/sibylhe/mmm_stan/main/data.csv) with `budget_bounds=None` while calling `mmm.optimize_budget` results in an equal budget allocation across all channels, even though the RoAS for different channels are...