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
3481d31b
Commit
3481d31b
authored
Jun 07, 2023
by
Boris Bonev
Browse files
Updated Readme.md and setup.py
parent
9de3131b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+1
-0
setup.py
setup.py
+3
-0
No files found.
README.md
View file @
3481d31b
...
...
@@ -45,6 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<td><img
src=
"./images/sfno.gif"
width=
"240"
></td>
<td><img
src=
"./images/zonal_jet.gif"
width=
"240"
></td>
<td><img
src=
"./images/ginzburg-landau.gif"
width=
"240"
></td>
<td><img
src=
"./images/allen-cahn.gif"
width=
"240"
></td>
...
...
setup.py
View file @
3481d31b
...
...
@@ -88,6 +88,9 @@ config = {
],
'version'
:
VERSION
,
'install_requires'
:
[
'torch'
,
'numpy'
],
'extras_require'
:
{
'sfno'
:
[
'tensorly'
,
'tensorly-torch'
],
},
'license'
:
'Modified BSD'
,
'scripts'
:
[],
'include_package_data'
:
True
,
...
...
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