-
ruta de trabajo:
C:\Dropbox (LANCIS)\SIG\desarrollo\sig_megadapt\entregables\curva_numerica\subcuencas_usv6
Nombre de la capa solicitada: swat_master_usvsvi.shp
Código utilizado para su creac…
-
I'm going over the 88 lines code, and found that A*B in taichi is B.dot(A) in numpy (or in general). The Mat*Vec multiplication is also rather unexpected (transposed(Mat)*Vec). Finally, the result of …
-
Ubuntu 12.04, Apache, PHP, ownCloud 7.0 pre alpha (git), Master
I have following two error message in my OC log popping up from time to time, which take place always as a pair.
No clue under wich con…
-
Link to PDF file (or attach file here):
http://stud.usv.ro/~apahomi/paco.pdf
Configuration:
- Web browser and its version: Firefox 47.0.1
- Operating system and its version: Windows 10 Pro 64 bits
- …
-
I am having difficulty getting good contour detection with low intensity and step USVs.
For example, with this USV, half the USV is not detected.
![usv_01_low](https://user-images.githubusercontent…
-
Hi,
SVD for an `sdpvar `variable gives error
`>> svd(sdpvar(1,1))
Error using svd
First input must be single or double.`
If it is not supported, are there alternatives for calculating SVD…
-
I get this error:
```
elgarbe@notebook:~/usv_sim_lsa$ ./waterCurrentDiluvio
('--------------------- Loading yaml file ', 'src/usv_water_current/maps/diluvio.yaml')
refX: 477092.4903
refY: 667…
-
:loud_sound:Crisp Weekly 2019-05-27 is now in collecting.
-
Hey, could you please do a release for Kinetic?
-
torch and numpy svd are different
```
u, e, v = torch.svd(conv, some=False)
ut, et, vt = [ x.data.cpu().numpy() for x in (u,e,v) ]
un, en, vn = np.linalg.svd ( conv.data.cpu().numpy() )
print (…