QBoard » Artificial Intelligence & ML » AI and ML - Tensorflow
  • Advika Banerjee
    I trained my CNN (VGG) through google colab and generated .h5 file. Now problem is, I can predict my output successfully through google colab but when i download that .h5 trained...  more
    Last post by Maryam Bains - September 8, 2020
    713 views 0 likes
    5
  • Jainew Nanda
    Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found​
    Is this bad? How do I fix the error?
    Last post by Rakesh Racharla - September 7, 2020
    762 views 0 likes
    4
  • Viaan Prakash
    I have a data matrix in "one-hot encoding" (all ones and zeros) with 260,000 rows and 35 columns. I am using Keras to train a simple neural network to predict a continuous...  more
    Last post by Maryam Bains - September 7, 2020
    560 views 0 likes
    4
  • Laksh Nath
    While trying to validate the installation of tensorflow-gpu, I get an ImportError when trying to execute "import tensorflow as tf". I am using a Quadro K620 on Windows 7....  more
    Last post by Rakesh Racharla - September 5, 2020
    3,073 views 0 likes
    5
  • Viaan Prakash
    I'm saving my session state like so:
    self._saver = tf.saver()
    self._saver.save(self._session, '/network',...  more
    Last post by Mitali Bhavsar - September 4, 2020
    664 views 0 likes
    4
  • Pranav B
    I am working on training a VGG16-like model in Keras, on a 3 classes subset from Places205, and encountered the following error:
    ValueError: Error when checking target: expected...  more
    Last post by Mitali Bhavsar - September 3, 2020
    758 views 0 likes
    5
  • Advika Banerjee
    I am trying an Op that is not behaving as expected.
    graph = tf.Graph()
    with graph.as_default():
    train_dataset = tf.placeholder(tf.int32,...  more
    Last post by Raji Reddy A - September 3, 2020
    474 views 0 likes
    6
  • Laksh Nath
    Is there a way to plot both the training losses and validation losses on the same graph?
    It's easy to have two separate scalar summaries for each of them individually, but this...  more
    Last post by Advika Banerjee - September 2, 2020
    1,231 views 0 likes
    4
  • Maryam Bains
    I have been using the introductory example of matrix multiplication in TensorFlow.
    matrix1 = tf.constant()
    matrix2 = tf.constant(,)
    product = tf.matmul(matrix1,...  more
    Last post by Rakesh Racharla - September 1, 2020
    437 views 0 likes
    5
  • Vinaya Chahal
    When I run sess.run(train_step, feed_dict={x: batch_xs, y_: batch_ys}) I get InternalError: Blas SGEMM launch failed. Here is the full error and stack trace:...  more
    Last post by Advika Banerjee - August 31, 2020
    544 views 0 likes
    5
  • Advika Banerjee
    tf.nn.embedding_lookup(params, ids, partition_strategy='mod', name=None)​
    I cannot understand the duty of this function. Is it like a lookup table? Which means to return the...  more
    Last post by Laksh Nath - August 29, 2020
    477 views 0 likes
    5

QBoard Statistics

Topics 86
Posts 382
Total Users 7406
Active Users 24