Skip to content

Commit

Permalink
add dl module to __init__; add dependent to onnxruntime
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglcn committed Sep 23, 2024
1 parent 0047ea5 commit 82bd6de
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 48 deletions.
3 changes: 3 additions & 0 deletions moraine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
from .co import *
from .pl import *

# DL
from .dl import *

# Plot
from .plot import *
94 changes: 47 additions & 47 deletions nbs/API/dl.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = InSAR PS DS CUDA Deep-learning
language = English
status = 3
user = kanglcn
requirements = numpy scipy matplotlib zarr dask colorcet fastcore toml numba>=0.59 numexpr bokeh>=3.4.1 holoviews>=1.18.3 datashader pyproj>=3.0 numcodecs spatialpandas dask[complete]
requirements = numpy scipy matplotlib zarr dask colorcet fastcore toml numba>=0.59 numexpr bokeh>=3.4.1 holoviews>=1.18.3 datashader pyproj>=3.0 numcodecs spatialpandas dask[complete] onnxruntime
dev_requirements = nbdev pre-commit quarto
black_formatting = False
readme_nb = index.ipynb
Expand Down

0 comments on commit 82bd6de

Please sign in to comment.