Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
7b12a980
Commit
7b12a980
authored
Aug 08, 2023
by
Boris Bonev
Browse files
minor update to readme
parent
a0d1fbca
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
16 deletions
+48
-16
README.md
README.md
+1
-1
notebooks/getting_started.ipynb
notebooks/getting_started.ipynb
+47
-15
No files found.
README.md
View file @
7b12a980
...
@@ -155,7 +155,7 @@ batch_size = 32
...
@@ -155,7 +155,7 @@ batch_size = 32
signal
=
torch
.
randn
(
batch_size
,
nlat
,
nlon
)
signal
=
torch
.
randn
(
batch_size
,
nlat
,
nlon
)
# transform data on an equiangular grid
# transform data on an equiangular grid
sht
=
th
.
RealSHT
(
nlat
,
nlon
,
grid
=
"equiangular"
).
to
(
device
)
.
float
()
sht
=
th
.
RealSHT
(
nlat
,
nlon
,
grid
=
"equiangular"
).
to
(
device
)
coeffs
=
sht
(
signal
)
coeffs
=
sht
(
signal
)
```
```
...
...
notebooks/getting_started.ipynb
View file @
7b12a980
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment