-
When running the following code:
```
import inferpy as inf
import numpy as np
import tensorflow as tf
@inf.probmodel
def pca(k,d):
w = inf.Normal(loc=np.zeros([k,d]), scale=1, name="w")…
-
When running the following code
```
import tensorflow as tf
import matplotlib.pyplot as plt
import numpy as np
import inferpy as inf
# number of components
k = 2
# size of the hidden layer…
-
When running the following code:
```
import inferpy as inf
import numpy as np
import tensorflow as tf
@inf.probmodel
def pca(k,d):
w = inf.Normal(loc=np.zeros([k,d]), scale=1, name="w")…
-
### **Description:
### I got the poses from rtabmap(orb odometry mode and rtabmap odometry mode),and kitti groud truth.When i run
`evo_traj kitti KITTI_00_ORB.txt KITTI_00_SPTAM.txt --ref=KITTI_00_…
-
macOS Catalina 10.15.4
NumPy 1.18.4
PyPy 7.3.1 (Python 3.6.9) with GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.59)] on darwin
Issue while trying to install SciPy 1.4.1 (latest) as a…
-
When trying to regenerate the fog composite for 2019-04-15, that I have done before, I get an `IndexError`. The full command below uses the `show-fog` command from fogtools:
```bash
PPP_CONFIG_DI…
-
Hello, I am wondering why the first equation in (E.12) is satisfied? Here is define of the question.
![question](https://user-images.githubusercontent.com/12575288/58408673-d77e1d80-80a0-11e9-8ea6-e1…
-
Hi, here a bug I found some days ago. When you run a triangulation of regularly spaced points sometime (but I can't find a pattern) algorithm fails.
```r
library(geometry)
X = expand.grid(1:10…
-
Is there the possibility to include the Covariance matrix calculation? I have seen in this other library but it is not updated to swift 4?
https://github.com/sdq/matrix
-
MPU9250_Basic:20: error: 'SerialUSB' was not declared in this scope
#define SerialPort SerialUSB
^
C:\Users\Jonathan\Documents\Arduino\libraries\SparkFun_MPU-9250-DMP_Ard…