Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CSAILVision/gandissect
/ functions
Functions
1,505 in github.com/CSAILVision/gandissect
⨍
Functions
1,505
◇
Types & classes
131
↳
Endpoints
3
↓ 1,058 callers
Function
__webpack_require__
(moduleId)
client_dist/ganpaint.js:65
↓ 195 callers
Method
join
(self)
netdissect/workerpool.py:117
↓ 73 callers
Function
range
(end)
client/ts/etc/Util.ts:25
↓ 32 callers
Method
add
(self, *work_batch)
netdissect/workerpool.py:104
↓ 29 callers
Function
default_progress
Returns a progress function that can wrap iterators to print progress messages, if verbose is True. If verbose is False or if iftop i
netdissect/progress.py:79
↓ 28 callers
Function
pad
(value, fill, width)
client_dist/vendor.js:23027
↓ 24 callers
Function
safe_dir_name
(filename)
netdissect/dissection.py:1355
↓ 21 callers
Function
rescale
()
client_dist/vendor.js:16482
↓ 18 callers
Function
__webpack_require__
(moduleId)
client_dist/ganclient.js:65
↓ 18 callers
Method
parameters
* Read all URL parameters into a map. * @returns {Map} the url parameters as a key-value store (ES6 map)
client_dist/ganpaint.js:505
↓ 18 callers
Method
retained_features
Returns a dict of all currently retained features.
netdissect/nethook.py:65
↓ 17 callers
Method
translate
({ x, y })
client_dist/ganpaint.js:420
↓ 16 callers
Method
update
* Every time data has changed, update is called and * triggers wrangling and re-rendering * @param {Object} data data object * @return
client_dist/ganpaint.js:1523
↓ 15 callers
Function
initialize
()
client_dist/vendor.js:1931
↓ 14 callers
Function
angle
(lambda0, lambda1)
client_dist/vendor.js:7152
↓ 14 callers
Function
interpolate
(from, to, direction, stream)
client_dist/vendor.js:7675
↓ 14 callers
Function
reset
()
client_dist/vendor.js:9665
↓ 14 callers
Method
trigger
(eventName: string, detail: object)
client/ts/etc/SimpleEventHandler.ts:28
↓ 13 callers
Function
gesture
(that, args)
client_dist/vendor.js:27095
↓ 13 callers
Function
print_progress
When within a progress loop, post_progress(k=str) will display the given k=str status on the right-hand-side of the progress status bar.
netdissect/progress.py:69
↓ 12 callers
Method
result
Returns top k data items and indexes in each dimension, with channels in the first dimension and k in the last dimension.
netdissect/runningstats.py:69
↓ 12 callers
Function
set
(object, f)
client_dist/vendor.js:2622
↓ 11 callers
Method
reset
(supressEvent = false)
client_dist/ganclient.js:1322
↓ 11 callers
Function
scale
(xa, ya, xb, yb, s, q)
client_dist/vendor.js:13500
↓ 11 callers
Method
segment_batch
Returns a multilabel segmentation for the given batch of (RGB [-1...1]) images. Each pixel of the result is a torch.long indicating
netdissect/segmenter.py:23
↓ 10 callers
Function
format
(rows, columns)
client_dist/vendor.js:4509
↓ 10 callers
Function
point
(x, y)
client_dist/vendor.js:7469
↓ 10 callers
Function
sel_project
()
client/ts/ganclient.ts:114
↓ 10 callers
Function
sel_project
()
client_dist/ganclient.js:692
↓ 9 callers
Method
mean
(self)
netdissect/runningstats.py:308
↓ 9 callers
Function
newFormat
(specifier)
client_dist/vendor.js:6505
↓ 9 callers
Method
quantiles
(self, quantiles, old_style=False)
netdissect/runningstats.py:386
↓ 8 callers
Method
__init__
(self, orig_resnet)
netdissect/segmodel/models.py:188
↓ 8 callers
Function
autoimport_eval
Used to evaluate an arbitrary command-line constructor specifying a class, with automatic import of global module names.
netdissect/autoeval.py:4
↓ 8 callers
Function
sel_layer
()
client/ts/ganclient.ts:115
↓ 8 callers
Function
sel_layer
()
client_dist/ganclient.js:693
↓ 8 callers
Function
standard_z_sample
Generate a standard set of random Z as a (size, z_dimension) tensor. With the same random seed, it always returns the same z (e.g., the first one
netdissect/zdataset.py:26
↓ 8 callers
Method
to_
(self, device)
netdissect/runningstats.py:87
↓ 8 callers
Function
translate
(xa, ya, xb, yb, s, q)
client_dist/vendor.js:13474
↓ 8 callers
Function
type
(t)
client_dist/vendor.js:1510
↓ 8 callers
Function
verbose_progress
Sets default verbosity level. Set to True to see progress bars.
netdissect/progress.py:14
↓ 7 callers
Method
_render
(rD = this.renderData)
client_dist/ganpaint.js:1363
↓ 7 callers
Function
conv3x3_bn_relu
(in_planes, out_planes, stride=1)
netdissect/upsegmodel/models.py:142
↓ 7 callers
Function
conv3x3_bn_relu
(in_planes, out_planes, stride=1)
netdissect/segmodel/models.py:57
↓ 7 callers
Function
rotate
(a, b, s, q)
client_dist/vendor.js:13483
↓ 7 callers
Function
selected_project
()
client/ts/ganpaint.ts:128
↓ 7 callers
Function
selected_project
()
client_dist/ganpaint.js:761
↓ 7 callers
Method
state_dict
(self)
netdissect/runningstats.py:93
↓ 7 callers
Function
utcWeekday
(i)
client_dist/vendor.js:23935
↓ 7 callers
Function
weekday
(i)
client_dist/vendor.js:24034
↓ 6 callers
Function
argsort
(array, sortFct)
client/ts/etc/Util.ts:18
↓ 6 callers
Method
bind
(eventNames: string, eventFunction: Function)
client/ts/etc/SimpleEventHandler.ts:16
↓ 6 callers
Method
get_label_and_category_names
(self)
netdissect/dissection.py:1511
↓ 6 callers
Function
move
()
client_dist/vendor.js:1788
↓ 6 callers
Function
pop
(s)
client_dist/vendor.js:13470
↓ 6 callers
Function
r
(i)
client_dist/vendor.js:28421
↓ 6 callers
Function
raise
(x, exponent)
client_dist/vendor.js:17173
↓ 6 callers
Function
recenter
()
client_dist/vendor.js:10361
↓ 6 callers
Function
selected_action_is_remove
()
client/ts/ganpaint.ts:141
↓ 6 callers
Function
selected_action_is_remove
()
client_dist/ganpaint.js:773
↓ 6 callers
Method
superInitHTML
(options = {})
client_dist/ganpaint.js:1485
↓ 6 callers
Method
zoom
(z)
client_dist/ganclient.js:1316
↓ 5 callers
Function
RedBlackRotateLeft
(tree, node)
client_dist/vendor.js:26600
↓ 5 callers
Function
RedBlackRotateRight
(tree, node)
client_dist/vendor.js:26619
↓ 5 callers
Method
__init__
(self, size, fan_in, gain=numpy.sqrt(2))
netdissect/proggan.py:111
↓ 5 callers
Function
_current_ablation_payload
()
client/ts/ganclient.ts:597
↓ 5 callers
Function
_current_ablation_payload
()
client_dist/ganclient.js:1044
↓ 5 callers
Method
_render
(rD: GanPaintViewData = this.renderData)
client/ts/vis/GanPaintView.ts:296
↓ 5 callers
Method
bind
(eventNames, eventFunction)
client_dist/ganpaint.js:465
↓ 5 callers
Method
bind
(eventNames, eventFunction)
client_dist/ganclient.js:410
↓ 5 callers
Function
centroidPointCartesian
(x, y, z)
client_dist/vendor.js:7303
↓ 5 callers
Function
color
(format)
client_dist/vendor.js:2897
↓ 5 callers
Function
conv3x3
3x3 convolution with padding
netdissect/upsegmodel/resnet.py:26
↓ 5 callers
Function
conv3x3
3x3 convolution with padding
netdissect/segmodel/resnet.py:26
↓ 5 callers
Function
coordinate_sample
Returns a (end-start) sets of sample_size grid points within the shape given. If the shape dimensions are a multiple of 'grid', then sam
netdissect/sampler.py:71
↓ 5 callers
Function
create_instrumented_model
Creates an instrumented model out of a namespace of arguments that correspond to ArgumentParser command-line args: model: a string to e
netdissect/modelconfig.py:8
↓ 5 callers
Method
edit_layer
Pass a fully-qualified layer name (E.g., module.submodule.conv3) to hook that layer and modify its output each time the model is run.
netdissect/nethook.py:85
↓ 5 callers
Function
emitter
(that, args)
client_dist/vendor.js:1674
↓ 5 callers
Function
encloseBasis2
(a, b)
client_dist/vendor.js:11652
↓ 5 callers
Function
formatLookup
(names)
client_dist/vendor.js:23042
↓ 5 callers
Function
formatRe
(names)
client_dist/vendor.js:23038
↓ 5 callers
Method
generateImgs
(project: string, ids: number[], wantz = 0, ablations: Abla
client/ts/api/GanterAPI.ts:150
↓ 5 callers
Function
intersect
(a, b, two)
client_dist/vendor.js:7767
↓ 5 callers
Function
link
(array)
client_dist/vendor.js:8388
↓ 5 callers
Function
newYear
(y)
client_dist/vendor.js:22690
↓ 5 callers
Function
project
(x, y)
client_dist/vendor.js:9845
↓ 5 callers
Function
reclip
()
client_dist/vendor.js:10441
↓ 5 callers
Method
run_and_segment_batch
(self, batch, model, want_bincount=False, want_rgb=False)
netdissect/dissection.py:1513
↓ 5 callers
Function
selected_recipe
()
client/ts/ganpaint.ts:130
↓ 5 callers
Function
selected_recipe
()
client_dist/ganpaint.js:763
↓ 5 callers
Function
subImageToID
client/ts/ganclient.ts:347
↓ 5 callers
Function
subImageToID
client_dist/ganclient.js:862
↓ 5 callers
Function
transform
(geometry)
client_dist/vendor.js:3817
↓ 4 callers
Method
_make_layer
(self, block, planes, blocks, stride=1, groups=1)
netdissect/upsegmodel/resnext.py:102
↓ 4 callers
Method
_make_layer
(self, block, planes, blocks, stride=1)
netdissect/upsegmodel/resnet.py:134
↓ 4 callers
Method
_make_layer
(self, block, planes, blocks, stride=1, groups=1)
netdissect/segmodel/resnext.py:101
↓ 4 callers
Method
_make_layer
(self, block, planes, blocks, stride=1)
netdissect/segmodel/resnet.py:134
↓ 4 callers
Method
_render
(rData = this.renderData)
client/ts/vis/ExampleView.ts:48
↓ 4 callers
Method
_scan_extremes
(self, incoming)
netdissect/runningstats.py:246
↓ 4 callers
Function
ablation_values
(recipe)
client/ts/ganclient.ts:120
next →
1–100 of 1,505, ranked by callers