Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MengyuanChen21/ICLR2024-REDL
/ functions
Functions
127 in github.com/MengyuanChen21/ICLR2024-REDL
⨍
Functions
127
◇
Types & classes
13
Function
dict_hash
MD5 hash of a dictionary.
code_classical/utils/io_utils.py:17
Function
diff_entropy
(alpha, ood_alpha, save_path=None, return_scores=False)
code_classical/utils/metrics.py:374
Function
dist_uncertainty
(alpha, ood_alpha, save_path=None, return_scores=False)
code_classical/utils/metrics.py:414
Function
entropy
(alpha, uncertainty_type, n_bins=10, plot=True)
code_classical/utils/metrics.py:359
Method
file_ext
(self)
code_fsl/utils/io_utils.py:47
Method
file_ext
(self)
code_classical/utils/io_utils.py:47
Method
forward
(self, x)
code_fsl/classifier.py:19
Method
forward
(self, x)
code_classical/architectures/resnet_sequential.py:32
Method
forward
(self, x)
code_classical/architectures/resnet_sequential.py:62
Method
forward
(self, x)
code_classical/architectures/vgg_sequential.py:54
Method
forward
(self, x)
code_classical/architectures/alexnet_sequential.py:34
Method
forward
(self, x)
code_classical/architectures/SpectralConv.py:12
Method
forward
(self, x)
code_classical/architectures/SpectralLinear.py:12
Method
forward
(self, input)
code_classical/architectures/convolution_linear_sequential.py:23
Method
forward
(self, input, labels_=None, return_output='alpha', compute_loss=False, epoch=10.)
code_classical/models/ModifiedEvidentialN.py:80
Function
logger
(*args, **kwargs)
code_classical/utils/io_utils.py:157
Method
lsun
Returns the SVHN dataset, either for training or testing: * Task: classification * Features: XXX * Classes: 10
code_classical/dataset.py:448
Function
random_noise_dataset
(n_ways, n_shots, batch_size=10, dims=640, mean=0, sigma=1, bounds=None)
code_fsl/main.py:257
Function
resnet18
(output_dim)
code_classical/architectures/resnet_sequential.py:74
Method
toy_classification
Generates a 2D toy dataset consisting of three clusters to be used for classification. Each cluster has its own label, two clusters a
code_classical/dataset.py:239
Function
vgg11
VGG 11-layer model (configuration "A")
code_classical/architectures/vgg_sequential.py:89
Function
vgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
code_classical/architectures/vgg_sequential.py:99
Function
vgg13
VGG 13-layer model (configuration "B")
code_classical/architectures/vgg_sequential.py:109
Function
vgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
code_classical/architectures/vgg_sequential.py:119
Function
vgg16
VGG 16-layer model (configuration "D")
code_classical/architectures/vgg_sequential.py:129
Function
vgg19
VGG 19-layer model (configuration "E")
code_classical/architectures/vgg_sequential.py:149
Function
vgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
code_classical/architectures/vgg_sequential.py:159
← previous
101–127 of 127, ranked by callers