Liking cljdoc? Tell your friends :D

think.image.configured-augmentation

A configuration-driven set of image augmentations. See also data_augmenation for alternative implementation.

A configuration-driven set of image augmentations.
See also data_augmenation for alternative implementation.
raw docstring

config*clj

This is the global source of truth for all configuration.

This is the global source of truth for all configuration.
sourceraw docstring

default-configclj

source

preprocessclj

(preprocess file augment?)

Randomly apply flips, zooms, and crops to images according to config. Output properly sized training and test images for consumption by network.

Randomly apply flips, zooms, and crops to images according to config.
Output properly sized training and test images for consumption by network.
sourceraw docstring

reset-configclj

(reset-config)
source

set-configclj

(set-config new-config)

Update the configuration either by passing in a config map or a filename.

Update the configuration either by passing in a config map or a filename.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close