We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81b208 commit 2314478Copy full SHA for 2314478
requirements.txt
@@ -11,6 +11,8 @@ Pillow==9.2.0
11
scikit_learn==1.1.2
12
setuptools==61.2.0
13
spacy==3.4.1
14
+tensorboard==2.9.0
15
+tensorboardX==2.5.1
16
torch==1.12.1
17
torchinfo==1.7.0
18
torchmetrics==0.9.3
setup.py
@@ -1,6 +1,9 @@
1
"""
2
Script used to pip install src as a standalone package.
3
Necessary for package imports between sibling directories.
4
+
5
+Run "pip install -e ." in the root directory (i.e. region-guided-chest-x-ray-report-generation)
6
+to install src.
7
8
9
from setuptools import setup, find_packages
0 commit comments