aksg87

Results 8 issues of aksg87

Adds `--save_ckpt` in the above documentation. I spent time training assuming that checkpoints would be saved by default in the pipeline, so I think adding this to the documentation would...

Hello, I wanted to confirm the steps for training a VQ-VAE on radiology data. Thank you for working on such an interesting and important application of VQ-VAE. Our research group...

@robogast Happy to report I was able to train a VQ-VAE using a dataset. Very cool to see - and kudos for the nice Tensorboard outputs you have in place!...

When installing the dependencies, I am getting: ``` $ conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - torchvision==0.9.0.dev20210122=py38_cu110 - pytorch==1.8.0.dev20210122=py3.8_cuda11.0.221_cudnn8.0.5_0 ``` Any ideas?

Hi all, LangExtract now supports third-party model providers through a new plugin and registry infrastructure. You can integrate custom LLM backends (Azure OpenAI, AWS Bedrock, custom inference servers, etc.) without...

alternative-llm

# Add `config` and `model` parameters to `extract()` Hey @mariano, creating an issue about the feature you proposed - I think it's a great idea and was something I had...

enhancement

This is a known issue with [Controlled Generation](https://cloud.google.com/vertex-ai/generative-ai/docs/samples/generativeaionvertexai-gemini-controlled-generation-response-schema-2) and the Flash 2.0 models. It can affect the use of Flash 2.0 in extraction tasks, particularly involving repetitive token patterns. For...

When processing documents in chunks, some chunks may contain no entities of interest. Local models (e.g., Gemma3) often respond with polite refusal messages instead of valid JSON, causing the entire...