MCPcopy Create free account

hub / github.com/alexrame/fishr / functions

Functions228 in github.com/alexrame/fishr

Functionprint_separator
()
domainbed/lib/misc.py:93
Functionrandom_hparams
(algorithm, dataset, seed)
domainbed/hparams_registry.py:148
Functionremove_batch_norm_from_resnet
(model)
domainbed/networks.py:12
Methodrotate_dataset
(self, images, labels, angle)
domainbed/datasets.py:163
Methodrun_acc
(self, run_records)
domainbed/model_selection.py:61
Methodrun_acc
(self, run_records)
domainbed/model_selection.py:96
Methodrun_acc
(self, records)
domainbed/model_selection.py:134
Functionseed_hash
Derive an integer hash from all args, for use as a random seed.
domainbed/lib/misc.py:86
Functionsplit_dataset
Return a pair of datasets corresponding to a random split of the given dataset, with n datapoints in the first dataset and the rest in the la
domainbed/lib/misc.py:121
Functiontodo_rename
(records, selection_method, latex)
domainbed/scripts/list_top_hparams.py:33
Methodupdate
Perform one update step, given a list of (x, y) tuples for all environments. Admits an optional list of unlabeled minibatche
domainbed/algorithms.py:67
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:100
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:152
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:234
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:324
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:369
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:418
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:449
Methodupdate
Terms being computed: * Li = Loss(xi, yi, params) * Gi = Grad(Li, params) * Lj = Loss(xj, yj, Optimizer(
domainbed/algorithms.py:484
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:634
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:704
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:818
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:857
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:943
Methodupdate
(self, minibatches, unlabeled=False)
domainbed/algorithms.py:987
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:1034
Methodupdate
(self, minibatches, unlabeled=None)
domainbed/algorithms.py:1126
Methodupdate
(self, minibatches, unlabeled=False)
domainbed/algorithms.py:1202
← previous201–228 of 228, ranked by callers