Learn R Programming

RBERT (version 0.1.11)

create_initializer: Create truncated normal initializer

Description

This is a wrapper around the tensorflow truncated_normal_initializer function.

Usage

create_initializer(initializer_range = 0.02)

Arguments

initializer_range

A double describing the range for the initializer (passed to the stddev parameter).

Value

A tensorflow initializer.

Examples

Run this code
# NOT RUN {
create_initializer(0.02)
# }

Run the code above in your browser using DataLab