This repository was archived by the owner on Jun 15, 2021. It is now read-only.
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ ChainerPruner: Channel Pruning framework for [Chainer](https://github.com/chaine
9
9
- requirements:
10
10
- Python >= 3.6
11
11
- chainer >= 5.1.0
12
+ - chainercv
12
13
- networkx
13
14
- (optional) scipy
14
15
15
-
16
16
``` bash
17
17
$ pip install git+https://github.com/DeNA/ChainerPruner
18
18
```
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ ENV DEBIAN_FRONTEND=noninteractive
4
4
ENV LANG C.UTF-8
5
5
ENV LANGUAGE en_US
6
6
7
+ RUN pip3 install -U pip setuptools
7
8
RUN pip3 install \
8
9
networkx \
10
+ chainercv \
9
11
scipy \
10
12
chainer_computational_cost
11
- # TODO chainerpruner
13
+
14
+ RUN pip3 install git+https://github.com/DeNA/ChainerPruner
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN apt-get update -y && \
12
12
COPY ./docker/requirements.txt /tmp/requirements.txt
13
13
RUN pip3 install -r /tmp/requirements.txt
14
14
15
- # ENV PYTHONPATH /work/:${PYTHONPATH}
16
- # ENV JUPYTER_PATH ${PYTHONPATH}:${JUPYTER_PATH}
15
+ ENV PYTHONPATH /work/:${PYTHONPATH}
16
+ ENV JUPYTER_PATH ${PYTHONPATH}:${JUPYTER_PATH}
You can’t perform that action at this time.
0 commit comments