Gordon Erlebacher

Results 40 issues of Gordon Erlebacher

I read in the documentation: "If you run into overflow errors then decrease the feature and/or sample-weight magnitudes and try upping beta, especially if you have a small number of...

I would like to store the time-dependent loss function in an array. It would be nice if there was a hook function that would allow me to do this, or...

I have an expression that depends on two variables, `x` and `y`; however, `y` has mutations, which prevent Zygote from computing the gradient. Is it possible to manually turn off...

I just came across `dSPY` and am looking forward to trying it out. I started by running `intro.ipynb`. I then found that `pkg_resources` is not part of the requirements.txt file....

I have created a simple circuit with a single qbit, and defined a simple function creating a qbit. Applying the circuit to this qbit several times in a row changes...

question

Here is an error trace, which indicates an error relating to Zygote and static arrays. The error indicates that Zygote is trying to modify a static array. Why would it...

I am symbolically fitting a function using `DataDrivenProblem`, which is part of the `DataDrivenDiffEq` ecosystem. I am using the documentation of version 0.8.6 (the documentation of versions 1.0 and 1.0.1...

Hi Neel, I successfully ran the `Clean_Transformer_Demo.ipynb` on Google Colab. However, when I ran it on my laptop (Ubuntu 21.x Linux Box), there was an error in the GPT2 check...

### Installation check - [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas). ### Platform macOS-14.4.1-arm64-arm-64bit ### Installation Method Other ### pandas Version 2.2.2 ### Python Version 3.12.1 (which python) ### Installation...

Build
Needs Triage

I just learned about the automatic grading features of Github Classroom and created my first test. As I understand it, an assignment can have multiple tests, and each test has...