utils#
A collection of utility functions, mostly used for internal purposes.
Modules
Functions
|
TODO: docstring |
|
Wrapper function for configuring labels for both axes. |
|
Map f over the given batch shape with a for loop, preserving randomness unlike the keras built-in map apis. |
|
Checks requirements for the shapes of estimates and prior_samples draws as necessitated by most diagnostic functions. |
|
|
|
Concatenate multiple tensors along axis, ignoring None values. |
|
Convert positional and keyword arguments to just positional arguments for f |
|
Convert positional and keyword arguments qto just keyword arguments for f |
|
Deserialize an object that can be either a value or a type and add it to the supplied dictionary. |
Provides detailed callback for loss trajectory for every training step. |
|
|
Returns a list of available GPU devices. |
|
|
|
|
|
Expand x to the left n times |
|
Expand x to the left, matching the dimension of y |
|
Expand x to the left, matching dim |
|
Expand x to the right n times |
|
Expand x to the right, matching the dimension of y |
|
Expand x to the right, matching dim |
|
Expand and tile x along the given axis n times |
|
|
|
Filter keyword arguments for f |
|
Returns an estimation of an optimal batch size based on memory budget and sample memory footprint. |
|
|
|
Returns an estimation of available memory in bytes for the given device type. |
|
|
|
Format a number of bytes as a human-readable string in the format '{value} {prefix}{unit}'. |
|
|
|
Compute the Jacobian matrix of f with respect to x. |
|
Compute or estimate the trace of the Jacobian matrix of f. |
|
Compute the Jacobian-vector product of f at x with tangents. |
|
Filter keyword arguments for keras.Layer |
|
Utility to make a subplots quadratic in order to avoid visual illusions in, e.g., recovery plots. |
|
Matches elements from x2 onto x1, such that the transport cost between them is minimized, according to the method and cost matrix used. |
|
Pad x with n values along axis on the given side. |
|
Parse a string in the format '{value} {prefix}{unit}' and return the number of bytes, flooring to the nearest integer. |
|
Small utility to safely load a pickle object. |
|
Procedural wrapper that encompasses all preprocessing steps, including shape-checking, parameter name generation, layout configuration, figure initialization, and collapsing of axes. |
|
TODO: docstring |
|
Find indices where elements should be inserted to maintain order. |
|
Serialize an object that can be either a value or a type and add it to a copy of the supplied dictionary. |
|
Computes the simultaneous ECDF bands through simulation according to the algorithm described in Section 2.2 of |
|
|
|
Split tensors in the dictionary along the given axis. |
|
Split tensors in the dictionary along the given axis. |
|
If a dictionary has only one key-value pair and the key is "value", return only its value. |
|
Stack multiple tensors along axis, ignoring None values. |
|
Tile x along the given axis n times |
|
Concatenate all tensors in the given sequence of nested structures. |
|
Like |
|
Compute the vector-Jacobian product of f at x. |