-
These two methods are part of the conventional set of basic methods I think belong in a project like scikit-learn.
### Group Lasso
- [Wikipedia](https://en.wikipedia.org/wiki/Lasso_(statistics)…
-
We need to decide how to generate conformations for each molecule. We want a diverse set for each one, and we want to include both low energy and high energy conformations (keeping in mind that low e…
-
Is it possible to get the Hessian matrix from fitted `pyddm` objects?
```py
# how to get Hessian matrix from a model like this one (adapted from docs)?
fit_model_rs = fit_adjust_model(sample=roi…
-
release: october 2022
Wanted:
- Infrastructure:
- [x] cpython-3.10.6
- [x] cpython-3.11.0 (10% to 25% speed-up vs 3.10 on interactive Python applications)
- [x] github as a full second…
-
Hi,
Here is a use-case
```python
# Volume of a box
def vol(x):
return x[0]*x[1]*x[2]
# Surface of the box
def surf(x):
return 2.*(x[0]*x[1]+x[0]*x[2]+x[1]*x[2])
# Constraint on total…
-
`tf.gradients()`, when used on complex numbers, erroneously flips the sign of the imaginary part:
```
>>> x = tf.Variable(0. + 0.j)
>>> sess.run(tf.gradients(x*x, x), feed_dict={x:0.1j})
[-0.20000000…
-
**Is your feature request related to a problem? Please describe.**
In preparation for the bespoke workflow and to also help with general dataset creation we plan to automate the submission of QCArc…
-
We (meaning Cosmin, Robert, and myself) have begun working seriously
on AD in Futhark. Currently the work is being done in the
branches `troels-ad` and `cosmin-ad`. Our basic approach is
conventi…
athas updated
2 years ago
-
WIP HERE: https://github.com/lstein/stable-diffusion/compare/development...tmm1:dev-train-m1
---
I started experimenting with running main.py on M1 and wanted to document some immediate issues.
…
-
Note, 13th of February 2023: Next de facto discussion place until further notice is at #779.
————————————
So today I learned that [GitHub threads max out at 2,500 comments](https://github.com/Da…