TensorFlow > Variables > regular variables / local (transient) variables


TF-slimからweightとbiasを出力しようとしている。

Note that in native TensorFlow, there are two types of variables: regular variables and local (transient) variables. The vast majority of variables are regular variables: once created, they can be saved to disk using a saver. Local variables are those variables that only exist for the duration of a session and are not saved to disk.