Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

partial

Partial


Description

partial(func, *args, **keywords) - new function with partial application

Usage

partial(...)

Arguments

...

additional arguments

Value

None

Examples

## Not run: 

generator = basic_generator(out_size = 64, n_channels = 3, n_extra_layers = 1)
critic    = basic_critic(in_size = 64, n_channels = 3, n_extra_layers = 1,
                         act_cls = partial(nn$LeakyReLU, negative_slope = 0.2))


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.