Matthew Billman
Matthew Billman
Forgive me if this is obvious, but... how would one go about outputting the GAN generated images while training? Say, every 100 epochs?
Before I dedicate any time to this, I'd like to gauge enthusiasm for introducing static typing (incrementally) to this project. I'd start by type-annotating the external, user-facing API to increase...
Only clear dsp.setting.trace in assertions.py if a trace object exists. Adapt YouRM API call signature to match the documentation on https://api.you.com/api-key; update return data to respect self.k (as opposed to...
Access to gated HF models previously was not supported by dspy.HFModels. This is now supported - just pass in token= or load it into the env var HF_TOKEN (e.g. via...
How are we currently building docs? I see [Vercel](https://dspy-docs.vercel.app/) is what’s publicly facing, but we also have a mkdocs.yml in the root of the dspy repo. Running `mkdocs serve` used...
Noticed ruff throwing some pre-commit errors on my dev fork - some of these seem to fly in the face of existing code (not counting the stuff I added), and...
Running the master branch, latest release. To reproduce: ``` mkdir some_project cd some_project cargo init dioxus create foo ``` Created a sub-project called foo, but raises the following admonishment: ```...
Following a successful training of the VGG network on my new images for RPN (Step 3), when I run the Step 4 training step, while a models/vgg/voc.hdf5 file is created,...
On Windows 10, working in an offline/high-security environment (no internet, no exceptions). We use Python 3.7. I was able to get the precompiled binaries provided by NVIDIA here: https://developer.nvidia.com/downloads/usdusdbinaries2211usdpy37windows-8664release02211zip These...