Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arnoweng/CheXNet
/ functions
Functions
7 in github.com/arnoweng/CheXNet
⨍
Functions
7
◇
Types & classes
2
↓ 1 callers
Function
compute_AUCs
Computes Area Under the Curve (AUC) from prediction scores. Args: gt: Pytorch tensor on GPU, shape = [n_samples, n_classes] tru
model.py:86
↓ 1 callers
Function
main
()
model.py:29
Method
__getitem__
Args: index: the index of item Returns: image and its labels
read_data.py:38
Method
__init__
Args: data_dir: path to image directory. image_list_file: path to the file containing images with cor
read_data.py:14
Method
__init__
(self, out_size)
model.py:114
Method
__len__
(self)
read_data.py:53
Method
forward
(self, x)
model.py:123