parse_arguments {tensorflow}R Documentation

Parse Command Line Arguments

Description

Parse command line arguments of the form '–key=value' and '–key value'.

Usage

parse_arguments(arguments = commandArgs(trailingOnly = TRUE))

Arguments

arguments

A vector of command line arguments. Defaults to the command line arguments received by R.


[Package tensorflow version 0.7 Index]