psydok

Results 12 issues of psydok

**Steps/Code to reproduce bug** I'm trying to repeat the model deployment [instruction ](https://github.com/pytorch/android-demo-app/blob/master/SpeechRecognition/create_wav2vec2.py) on Android. ```python from torch.utils.mobile_optimizer import optimize_for_mobile pretrained_model = nemo_asr.models.EncDecCTCModel.load_from_checkpoint( "my_model.ckpt", map_location="cpu" ) pretrained_model.eval() pretrained_model.encoder.freeze() pretrained_model.decoder.freeze() quantized_model...

bug

Run "python inference.py" ``` 2021-05-25 11:41:42.188662: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0 2021-05-25 11:41:44.038910: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcuda.so.1 2021-05-25 11:41:44.067997: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:937] successful NUMA node read...

``` > !python gen_forward.py --input_text 'Пр+ивет.' melgan ``` First error. Ok, added the word tensorflow to the beginning (from tensorflow.keras.optimizers import Adam): ``` Traceback (most recent call last): File "inference.py",...

Can you please tell me why the learning rate does not change when the fine-tuning model is launched? ```python cfg = OmegaConf.load("conformer_ctc/config.yaml") trainer = pl.Trainer( logger=logger, **cfg.trainer, callbacks=[ model_checkpoint_callback ]...

bug

### What happened + What you expected to happen > The `container` field of `runtime_env` is fixed in #40419 and will be included in Ray 2.9, which should be released...

bug
P2
serve

Help me figure out how to switch models via api? If I need to support both sd and flux via api. The problem is that the api performance depends on...

Сам файл pdf весит 2Мб. Но если его отправить в dedoc, то он зависнет там на неизмеримо долго. Другие pdf обрабатываются относительно быстро. Возможно дело в том, что в pdf...

bug

Проблема, озвученная в https://github.com/ispras/dedoc/issues/489, полностью актуальна для версии 2.3 и 2.3.2 (докер образ). Полностью воспроизводится с тем же файлом из прошлого ишью. ```bash Exception in thread "main" java.lang.OutOfMemoryError: Java heap...

enhancement

I'm trying to verify the context_length field works. CustomLLM is a fully inherited class from your OpenAI implementation, but without verification checking. I initialize the class and send a request...