Skip to main content

All Questions

0 votes
0 answers
1k views

Feed a trainable variable into a placeholder in TensorFlow

Suppose I want to train a model over a number of samples (and also variables) that are known only at run time. Case study: PCA (X W = Y) (this is only a simplification of a much more complex model) ...
SR_'s user avatar
  • 147
0 votes
1 answer
549 views

Optimize a graph built by two imported graphs Tensorflow

I need to use the output from a graph as the input to another one for a deep learning project, and then optimize all the variables of the two graphs. The input of each graph is a placeholder. My ...
user avatar