Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SagiPolaczek/NeuralSVG
/ functions
Functions
216 in github.com/SagiPolaczek/NeuralSVG
⨍
Functions
216
◇
Types & classes
36
Method
mlp_pass
Generate vector graphics through MLP forward pass.
src/models/painter_nerf.py:66
Function
named
(*args, **kwargs)
src/training/utils/coach_utils.py:31
Function
nameit
Time function execution. Args: func: Function to time Returns: Wrapped function
src/training/utils/coach_utils.py:21
Function
nameit_torch
Time CUDA function execution. Args: func: Function to time Returns: Wrapped function
src/training/utils/coach_utils.py:47
Function
plot_attention_map
Plot attention maps with thresholds.
src/training/utils/vis_utils.py:30
Function
plot_batch
Plot batch of images with optional layers.
src/training/utils/vis_utils.py:111
Function
plot_sub_layers
Plot sub-layer outputs.
src/training/utils/vis_utils.py:196
Function
prepare_image
Prepare image for training/inference. Args: image_path: Input image path cfg: Data configuration Returns: tuple: (pr
src/data/data_setups.py:91
Method
render_warp
(self)
src/models/painter.py:474
Method
save_checkpoint
Save model state to checkpoint.
src/models/model.py:94
Method
set_attn_grad
(self, attn_grad)
CLIP_/clip/model.py:228
Method
set_attn_keys
(self, attn_keys)
CLIP_/clip/model.py:225
Method
set_attn_probs
(self, attn_probs)
CLIP_/clip/model.py:222
Method
stem
(x)
CLIP_/clip/model.py:165
Function
test_consistency
(model_name)
CLIP_/tests/test_consistency.py:10
Function
tokenize
Returns the tokenized representation of given input string(s) Parameters ---------- texts : Union[str, List[str]] An input s
CLIP_/clip/clip.py:205
← previous
201–216 of 216, ranked by callers