Vladimir Feinberg

Results 11 issues of Vladimir Feinberg

To reduce eye strain I use a larger font in Chrome. I can deal without it, but I know of some who cannot. Currently, arxiv-sanity doesn't adjust its banner for...

Currently, KeyedModel fitting in KeyedEstimator._fit is implemented by generating an array of a single serialized estimator, requiring an additional pass over the resulting dataframe which deserializes the UDT. This is...

enhancement

### Describe your issue. In unit tests for https://github.com/google/jax/pull/10962 I discovered a couple of cases where the scipy code may be diverging. ### Reproducing Code Example ```python import functools import...

defect
scipy.sparse.linalg

dumb-jump looks really cool, thank you for making it! Often, I'll want to go to the definition of a library function outside of my current repository. dumb-jump supports this through...

Currently, Cholesky will fail on PSD but not PD matrices, because it calls `?pptrf`. ``` use ndarray::{array, Array, Axis}; use ndarray_linalg::cholesky::*; fn main() -> Result { let x1 = array![1.,...

On AWS c5 instances, using TensorFlow from the image `floydhub/tensorflow:1.4.1-py3_aws.19 ` gives the error: 2018-01-27 05:07:36.199329: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to...

Hello! Is there any planned support for conda inside the docker containers? Everything seems to get installed with the system pip. There are a couple advantages to conda: * Consistent...

[The python 3 GPU docker file](https://github.com/floydhub/dockerfiles/blob/master/dl/tensorflow/1.2.0/Dockerfile-py3.gpu_aws) specifies `ENV TF_CUDA_COMPUTE_CAPABILITIES=3.7`, which is the compute capability for the K80s. AWS also has g3's M80 cards, which have compute capabilities `5.2`. Could that...

enhancement

* Transposition operator should be superscripted * Added convexity justification for critical-point optimum

Perhaps I don't know how to do this, but it seems that a very useful feature (at least for me) would be to track multiple things at once. Something like:...

enhancement