TensorFlow & Keras questions and answers
Graph construction, layers, training loops and TensorBoard. Page 11 of 20.
ML System Design practice on Codemia
Design recommenders, ranking systems and training pipelines the way ML interviews actually ask for them, with worked solutions.
Answers 601-660
- How can I filter tf.data.Dataset by specific values?
- How can I generate training data on the fly in TensorFlow?
- How can I get biases from a trained model in Keras?
- How can I implement a custom `RNN` specifically an ESN in Tensorflow?
- How can I implement a weighted cross entropy loss in tensorflow using sparse_softmax_cross_entropy_with_logits
- How can I implement dilated convolution in keras?
- How can I know whether a tensorflow tensor is in cuda or cpu?
- How can I list all Tensorflow variables a node depends on?
- How can I make a trainable parameter in keras?
- How can I make tensorflow run on a GPU with capability 2.x?
- How can I multiply a vector and a matrix in tensorflow without reshaping?
- How can I predict the following value of time series using Tensorflow predict method?
- How can I print the intermediate variables in the loss function in TensorFlow and Keras?
- How can I print the Learning Rate at each epoch with Adam optimizer in Keras?
- How can I reduce the number of CPUs used by Tensorlfow/Keras?
- How can I remove or omit data using map method for tf.data.Dataset objects?
- How can I run a loop with a tensor as its range? in tensorflow
- How can I run Tensorboard on a remote server?
- How can I run Tensorboard on a remote server?
- How can I run Tensorflow on one single core?
- How can I separate runs of my TensorFlow code in TensorBoard?
- How can I separate runs of my TensorFlow code in TensorBoard?
- How can I shuffle a whole dataset with TensorFlow?
- How can I solve 'ran out of gpu memory' in TensorFlow
- How can I sort the values in a custom Keras / Tensorflow `Loss` Function?
- How can I speed up this Keras Attention computation?
- How can I stop Keras from printing after calling model.predict
- How can I tell if a tf op has a gradient or not?
- How can i use leaky_relu as an activation in Tensorflow tf.layers.dense?
- How can I use tensorboard with tf.estimator.Estimator
- How can I use tensorflow serving for multiple models
- How can I use tensorflow serving for multiple models
- How can I use Tensorflow with react-native?
- How can I use Tensorflow with react-native?
- How can I use TensorFlow's sampled softmax loss function in a Keras model?
- How can I use tf.data Datasets in eager execution mode?
- How can I use tf.keras.Model.summary to see the layers of a child model which in a father model?
- How can I use tf.keras.Model.summary to see the layers of a child model which in a father model?
- How can I use values read from TFRecords as arguments to tf.reshape?
- How can I view weights in a .tflite file?
- How can I visualize the weightsvariables in cnn in Tensorflow?
- How can implement subsample like keras in tensorflow?
- How can one add batch mechanism to the input function in Tensorflow tutorial overcoming tf.Sparsetensor objects?
- How can one pass two 3D tensors with only one common dimension batch size to a dynamic_lstm?
- How can Tensorboard files be merged/combined or appended?
- How can tensorflow_model_server bind its HTTP/REST on 0.0.0.0 default localhost?
- How can use regularization in TensorFlow-Slim?
- How can visualize tensorflow convolution filters?
- How can we convert a .pth model into .pb file?
- How could I convert onnx model to tensorflow saved model?
- How could I limit the range of a variable in tensorflow
- How could I use batch normalization in TensorFlow?
- How do backpropagation works in tensorflow
- How do display different runs in TensorBoard?
- How do I add an arbitrary value to a TensorFlow summary?
- How do I add keras dropout layers?
- How do I calculate the matthews correlation coefficient in tensorflow
- How do I change the dtype in TensorFlow for a csv file?
- How do I check if keras is using gpu version of tensorflow?
- How do I choose an optimizer for my tensorflow model?
.png&w=3840&q=75)
Free course
Beginner
7 lessons
2 hours
Tackling System Design Interview Problems
A short course that equips you with the skills to approach system design interviews methodically.
Start the free course