deepr.exporters.SaveVariables

class deepr.exporters.SaveVariables(path_variables, variable_names, chunk_size=100000, compression='snappy')[source]

Save Variables as Parquet, supports chunking.

path_variables

Path to export directory

Type:

str

variable_names

Name of variables from the Tensorflow Graph.

Type:

str

chunk_size

Number of elements per checkpoint

Type:

int

compression

Type of compression, default to “snappy”

Type:

str

__init__(path_variables, variable_names, chunk_size=100000, compression='snappy')[source]

Methods

__init__(path_variables, variable_names[, ...])

export(estimator)