-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (16 loc) · 861 Bytes
/
index.html
File metadata and controls
25 lines (16 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="1; url=https://tensorly.github.io/stable/index.html">
<meta name="keywords" content="tensor learning, tensor decomposition, tensor operations">
<meta name="description" content="TensorLy: Tensor learning in Python -- Redirection to stable">
<meta name="author" content="Jean Kossaifi">
<title>TensorLy: Tensor learning in Python</title>
<script type="text/javascript">
window.location.href = "https://tensorly.github.io/stable/index.html"
</script>
</head>
<body>
If you are not redirected automatically, follow the link to the <a href='https://tensorly.github.io/stable/index.html'>stable version</a> or <a href='https://tensorly.github.io/dev/index.html'>dev version</a>.
</body>
</html>