Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Curt-Park/yolo-world-with-efficientvit-sam
/ functions
Functions
260 in github.com/Curt-Park/yolo-world-with-efficientvit-sam
⨍
Functions
260
◇
Types & classes
51
Function
efficientvit_seg_b2
(dataset: str, **kwargs)
efficientvit/models/efficientvit/seg.py:194
Function
efficientvit_seg_b3
(dataset: str, **kwargs)
efficientvit/models/efficientvit/seg.py:234
Function
efficientvit_seg_l1
(dataset: str, **kwargs)
efficientvit/models/efficientvit/seg.py:274
Function
efficientvit_seg_l2
(dataset: str, **kwargs)
efficientvit/models/efficientvit/seg.py:316
Method
epoch_format
(self, epoch: int)
efficientvit/apps/trainer/run_config.py:117
Method
eval_network
(self)
efficientvit/apps/trainer/base.py:41
Function
export_onnx
Export a model to a platform-specific onnx format. Args: model: a torch.nn.Module object. export_path: export location. s
efficientvit/apps/utils/export.py:16
Method
forward
(self, img: torch.Tensor)
efficientvit/apps/data_provider/random_resolution/controller.py:81
Method
forward
(self, feed_dict: dict[str, torch.Tensor])
efficientvit/models/efficientvit/cls.py:50
Method
forward
(self, x: torch.Tensor)
efficientvit/models/efficientvit/cls.py:63
Method
forward
(self, x: torch.Tensor)
efficientvit/models/efficientvit/sam.py:186
Method
forward
(self, x: torch.Tensor)
efficientvit/models/efficientvit/backbone.py:144
Method
forward
(self, x: torch.Tensor)
efficientvit/models/efficientvit/backbone.py:331
Method
forward
(self, x: torch.Tensor)
efficientvit/models/efficientvit/seg.py:121
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/drop.py:76
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:70
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:95
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:125
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:138
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:183
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:237
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:284
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:329
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:443
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:490
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:522
Method
forward
(self, feature_dict: dict[str, torch.Tensor])
efficientvit/models/nn/ops.py:555
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/ops.py:582
Method
forward
(self, x: torch.Tensor)
efficientvit/models/nn/norm.py:15
Method
get_count
(self)
efficientvit/apps/utils/metric.py:27
Method
get_lr
(self)
efficientvit/apps/utils/lr.py:28
Method
get_remaining_epoch
(self, epoch, post=True)
efficientvit/apps/trainer/run_config.py:114
Function
get_worker_info
r"""Returns the information about the current :class:`~torch.utils.data.DataLoader` iterator worker process. When called in a worker, this re
efficientvit/apps/data_provider/random_resolution/_data_worker.py:104
Function
init_model
( network: nn.Module, init_from: str or None = None, backbone_init_from: str or None = None, r
efficientvit/apps/setup.py:120
Function
lambda_forward
(x)
efficientvit/models/nn/norm.py:68
Method
multiprocessing_context
(self)
efficientvit/apps/data_provider/random_resolution/_data_loader.py:411
Method
multires_validate
( self, model=None, data_loader=None, is_test=True, epoch=0, e
efficientvit/apps/trainer/base.py:181
Method
network
(self)
efficientvit/apps/trainer/base.py:37
Method
none_allowed
(self)
efficientvit/apps/trainer/run_config.py:37
Function
parse_unknown_args
Parse unknown args.
efficientvit/apps/utils/misc.py:32
Method
prep_for_training
( self, run_config: RunConfig, ema_decay: float or None = None, fp16=False )
efficientvit/apps/trainer/base.py:211
Method
progress
(self)
efficientvit/apps/trainer/run_config.py:105
Function
rand_bbox
randomly sample bbox, used in cutmix
efficientvit/apps/data_provider/augment/bbox.py:10
Function
resolve_and_load_config
(path: str, config_name="config.yaml")
efficientvit/apps/utils/misc.py:76
Method
run_step
(self, feed_dict: dict[str, any])
efficientvit/apps/trainer/base.py:264
Method
sample_val_dataset
(self, train_dataset, valid_transform)
efficientvit/apps/data_provider/base.py:174
Function
save_exp_config
(exp_config: dict, path: str, name="config.yaml")
efficientvit/apps/setup.py:34
Method
set_epoch
(epoch: int, batch_per_epoch: int)
efficientvit/apps/data_provider/random_resolution/controller.py:35
Function
setup_data_provider
( exp_config: dict, data_provider_classes: list[type[DataProvider]], is_distributed: bool = True,
efficientvit/apps/setup.py:85
Function
setup_dist_env
(gpu: str or None = None)
efficientvit/apps/setup.py:40
Function
setup_exp_config
( config_path: str, recursive=True, opt_args: dict or None = None )
efficientvit/apps/setup.py:57
Function
setup_run_config
(exp_config: dict, run_config_cls: type[RunConfig])
efficientvit/apps/setup.py:110
Function
setup_seed
(manual_seed: int, resume: bool)
efficientvit/apps/setup.py:49
Function
squeeze_list
(x: list or None)
efficientvit/models/utils/list.py:53
Method
step
(self, model: nn.Module, global_step: int)
efficientvit/apps/utils/ema.py:35
Method
sync_model
(self)
efficientvit/apps/trainer/base.py:235
Function
torch_randint
uniform: [low, high)
efficientvit/models/utils/random.py:17
Function
torch_shuffle
( src_list: list[any], generator: torch.Generator or None = None )
efficientvit/models/utils/random.py:33
Method
train_one_epoch
(self, epoch: int)
efficientvit/apps/trainer/base.py:287
Function
weighted_list_sum
(x: list, weights: list)
efficientvit/models/utils/list.py:24
← previous
201–260 of 260, ranked by callers