Skip to content

Commit

Permalink
Add pytorch-ignite for eval metrics computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolin Guo committed Mar 8, 2021
1 parent fa299df commit 333ac4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ ENV LC_ALL en_US.UTF-8
# SECTION 6: Additional installations #
#######################################
# COCOAPI
RUN python3 -m pip install cython
RUN git clone https://github.com/cocodataset/cocoapi.git /usr/share/cocoapi && \
cd /usr/share/cocoapi/PythonAPI && \
sed -i 's/python/python3/g' Makefile && \
Expand Down
2 changes: 2 additions & 0 deletions install/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pytest
argparse
pydot # For tf.keras.utils.plot_model
six # For tf-nightly and tb-nightly
cython

# Image Processing
Pillow
Expand All @@ -18,6 +19,7 @@ scikit-learn
# ML Framework
torch==1.8.0
torchvision==0.9.0
pytorch-ignite==0.4.4
#tensorflow==2.4.0
tensorboard
tensorboard_plugin_profile
Expand Down

0 comments on commit 333ac4f

Please sign in to comment.