Isaac Wasserman

Results 7 issues of Isaac Wasserman

How can I create a new dataset from images of handwriting? Are the XML files in the IAM set some sort of SVG format that I could interpret my images...

When I initialize a database with: ``` db = cantools.database.Database() db.add_dbc_string(dbcFile.read()) ``` `db` doesn't include the signals listed in the `.dbc` with the enumeration type `_val`. For example, after reading...

I tried to reproduce your results, but after loading the pretrained weights, I can only get the model to predict `[1,0]`. Am I doing this correctly? ```python import tensorflow as...

## Problem I'm trying to use pyGCO to segment color images with 3 or more ground truth segments using `gco.cut_general_graph()` rather than `gco.cut_grid_graph_simple()` so that I can later pass custom...

bug
help wanted

I noticed that a lot of my searches were returning no results because search() couldn't locate the description, so I made some changes that allow it to return a result...

This module allows you to use any existing LangChain chat model integration with Vanna. Using this integration requires no knowledge of the LangChain APIs beyond instantiating a `BaseChatModel`. Additionally, the...

## Description When instantiating `mindsql.llms.OpenAi`, the config parameter can only contain parameters to OpenAI's client constructor. This does not include `model` which must be passed to `client.chat.completions.create`. In MindSQL's `OpenAi.invoke`,...

bug