Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AiEson/CrossMatch
/ functions
Functions
130 in github.com/AiEson/CrossMatch
⨍
Functions
130
◇
Types & classes
30
Method
forward
(self, input, turnoff_drop=False, need_fp=False)
LA/code/networks/vnet.py:304
Method
forward
(self, x)
LA/code/networks/vnet.py:356
Method
forward
(self, x)
ACDC/model/unet.py:35
Method
forward
(self, x)
ACDC/model/unet.py:48
Method
forward
(self, x1, x2)
ACDC/model/unet.py:69
Method
forward
(self, x)
ACDC/model/unet.py:93
Method
forward
(self, feature)
ACDC/model/unet.py:129
Method
forward
(self, x)
ACDC/model/unet.py:157
Method
forward
(self, x, need_fp=False, need_ema=False, both=False, drop_rate=0.5)
ACDC/model/unet.py:192
Method
forward
(self, out1, out2, ignore=None)
ACDC/util/utils.py:41
Method
forward
(self, out1, out2, ignore=None)
ACDC/util/utils.py:74
Method
forward
(self, inputs, target, weight=None, softmax=False, ignore=None)
ACDC/util/utils.py:109
Function
generate_param_report
(logfile, param)
LA/code/dataloaders/utils.py:146
Function
get_dice
(pred, gt)
LA/code/dataloaders/utils.py:214
Function
get_iou
(pred, gt, n_classes=21)
LA/code/dataloaders/utils.py:185
Function
get_mc_dice
(pred, gt, num=2)
LA/code/dataloaders/utils.py:232
Function
kaiming_normal_init_weight
(model)
ACDC/util/utils.py:22
Function
linear_rampup
Linear rampup
LA/code/utils/ramps.py:29
Function
lr_poly
(base_lr, iter_, max_iter=100, power=0.9)
LA/code/dataloaders/utils.py:181
Function
multiclass_dice_coeff
(input: Tensor, target: Tensor, reduce_batch_first: bool = False, epsilon=1e-6)
ACDC/util/soft_dice_loss.py:26
Function
post_processing
(prediction)
LA/code/dataloaders/utils.py:250
Function
recursive_glob
Performs recursive glob with given suffix and rootdir :param rootdir is the root directory :param suffix is the suffix to be searched
LA/code/dataloaders/utils.py:11
Function
seed_everything
(TORCH_SEED)
ACDC/util/utils.py:12
Function
sigmoid_rampup
Exponential rampup from https://arxiv.org/abs/1610.02242
LA/code/utils/ramps.py:19
Function
softmax_dice_loss
Takes softmax on both sides and returns MSE loss Note: - Returns the sum over all examples. Divide by the batch size afterwards if you
LA/code/utils/losses.py:38
Function
softmax_kl_loss
Takes softmax on both sides and returns KL divergence Note: - Returns the sum over all examples. Divide by the batch size afterwards if
LA/code/utils/losses.py:87
Function
softmax_mse_loss
Takes softmax on both sides and returns MSE loss Note: - Returns the sum over all examples. Divide by the batch size afterwards if you
LA/code/utils/losses.py:67
Function
sparse_init_weight
(model)
LA/code/networks/vnet.py:6
Function
symmetric_mse_loss
Like F.mse_loss but sends gradients to both directions Note: - Returns the sum over all examples. Divide by the batch size afterwards i
LA/code/utils/losses.py:109
Function
worker_init_fn
(worker_id)
LA/code/train_cross_match.py:130
← previous
101–130 of 130, ranked by callers