↓ 2 callersFunctionconv(
x, filters, kernel_size, strides=(1, 1), padding="same", initializer="he_normal"
)
deepdanbooru/model/layers/__init__.py:4
↓ 2 callersFunctionresnet_bottleneck_inc_block(
x, output_filters, inter_filters, strides1x1=(1, 1), strides2x2=(2, 2), se=False
)
deepdanbooru/model/resnet.py:26
↓ 1 callersFunctionconv_bn(
x,
filters,
kernel_size,
strides=(1, 1),
padding="same",
initializer="he_norma
deepdanbooru/model/layers/__init__.py:19
↓ 1 callersFunctiondownload_category_tags(
category,
minimum_post_count,
limit,
username,
api_key,
page_size=1000,
o
deepdanbooru/commands/download_tags.py:9
Method__init__(
self, inputs, tags, width, height, scale_range, rotation_range, shift_range
)
deepdanbooru/data/dataset_wrapper.py:15
Functionconv2tflite(project_path, model_path, save_path, optimize_default, optimize_experimental_sparsity, verbose)
deepdanbooru/__main__.py:234
Functionconv_bn_relu(
x,
filters,
kernel_size,
strides=(1, 1),
padding="same",
initializer="he_norma
deepdanbooru/model/layers/__init__.py:42
Functiondownload_tags(
project_path, limit, minimum_post_count, is_overwrite, username, api_key
)
deepdanbooru/commands/download_tags.py:77
Functionevaluate(
target_paths, # I guess its this one
project_path,
model_path,
tags_path,
threshold,
deepdanbooru/__main__.py:187
Functionevaluate(
target_paths, #this
project_path,
model_path,
tags_path,
threshold,
allow_gpu,
deepdanbooru/commands/evaluate.py:43
Functionmake_training_database(
source_path,
output_path,
start_id,
end_id,
use_deleted,
chunk_size,
overwrite,
deepdanbooru/__main__.py:74