-
mb possible adding support information of audio files?
``
-
Moving my project [MatrixPencils](https://github.com/andreasvarga/MatrixPencils.jl) to using Polynomials v0.2 I am facing the following problem: the execution times of the tests increased from about 1…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
- TensorFlow installed from (source or binary): binary
- TensorFlow version (or github SHA if from sou…
-
Many modules still contain this import and similar ones, which is relevant for python 2:
`from __future__ import division, print_function
`
I don't know whether it is necessary or not, since python…
-
I have been reading BOSL2 code for a while and found very few places where undef leaks out of control. Here is one of them:
`product([]) = undef`
However, I have found many places where nan and inf …
-
SIMD-Enabled types are poorly documented, so I need to ask about two things:
1. Vectors are defined by only one point . Does this mean that its direction is from the origin point to that point?
2…
ghost updated
3 years ago
-
Would you accept Pair, similar to https://docs.oracle.com/javase/9/docs/api/javafx/util/Pair.html and https://developer.android.com/reference/android/util/Pair in your codebase ? I use Pairs in my pro…
-
Hello, I am new to GitHub and I am not sure if this is where I can post my questions. If I am posting this in the wrong place please tell me where I can ask my questions. I have been using Sorcar for …
-
I've gotten stuck at a similar junction a few times. It's where I have a loss function that I'm feeding some stateful data structure, and I want the state of the data as well as the cost at the end. H…
-
I was using sympy for elementary row operations when it raised an expected ValueError. The code is like this:
```python
from sympy import Matrix, pprint
C = Matrix([
[3,4,-1,1],
[9,12,-…