Skip to content

Commit b63da5e

Browse files
committed
minor adds
1 parent 0ae675d commit b63da5e

File tree

8 files changed

+1555
-368
lines changed

8 files changed

+1555
-368
lines changed

example_notebooks/.ipynb_checkpoints/edges_and_cropplots-checkpoint.ipynb

+86-141
Large diffs are not rendered by default.

geolearn_env.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ dependencies:
99
- python=3.7
1010
- pip
1111
- numpy
12-
- cudatoolkit=10.2
13-
- pytorch
12+
- pytorch-gpu
1413
- torchvision
1514
- tensorflow-gpu
1615
- keras-gpu

geolearn_env_k.yml

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: geolearn_k
2+
3+
channels:
4+
# - pytorch
5+
- anaconda
6+
- conda-forge
7+
8+
9+
dependencies:
10+
# - python=3.7
11+
- pip
12+
- numpy
13+
# - cudatoolkit
14+
#=10.2
15+
# - pytorch
16+
# - torchvision
17+
- tensorflow-gpu
18+
- keras-gpu
19+
- jupyter
20+
- matplotlib
21+
- opencv
22+
# suspect gdak may be issue
23+
- gdal
24+
- scikit-image
25+
- scikit-learn
26+
- git
27+
- pandas
28+
- albumentations
29+
- imageio
30+
- ipywidgets
31+
- nb_conda
32+
- joblib
33+
- glob2
34+
- pillow
35+
- tqdm
36+
- joblib
37+
- lxml
38+
- pandas
39+
- glob2
40+
- more-itertools
41+
- psutil
42+
- shapely
43+
- tpot
44+
- glymur
45+
- xgboost
46+
- pysal
47+
- pyshp
48+
- pytables
49+
- sqlalchemy
50+
- urbanaccess
51+
- pyntcloud
52+
- napari
53+
- scikit-plot
54+
55+
56+
57+
- pip:
58+
# - segmentation-models-pytorch
59+
# - opencv-python
60+
- xmltodict
61+
- simpledbf
62+
- pyfftw
63+
- phasepack
64+
- mahotas
65+
- plyfile
66+
- SimpleCRF
67+
- morphsnakes
68+
# - skorch
69+
- git+https://github.com/Ciaran1981/geospatial-learn#egg=geospatial-learn
70+
#py
71+
72+
73+

0 commit comments

Comments
 (0)