QBoard » Artificial Intelligence & ML » AI and ML - Tensorflow
  • Jasmine Chacko
    I was wondering if it was possible to save a partly trained Keras model and continue the training after loading the model again.
    The reason for this is that I will have more...  more
    Last post by Samar Patil - August 30, 2021
    493 views 0 likes
    3
  • Ananthesh Kunjathaya B R
    Is ONNX is effective and better for cutting edge technology. how can we implement a Pytorch model in TF using ONNX
    Last post by Samar Patil - August 27, 2021
    284 views 0 likes
    3
  • Samar Patil
    We have been training a neural net on the AI engine with a data-set consisting of 96 000 000 data points. The neural net was trained in a distributed manner, and as customary we...  more
    Last post by Samar Patil - August 27, 2021
    243 views 0 likes
    2
  • Rakesh Racharla
    I'm building a RNN model to do the image classification. I used a pipeline to feed in the data. However it returnsValueError: Variable rnn/rnn/basic_rnn_cell/weights already...  more
    Last post by Viaan Prakash - August 26, 2021
    1,073 views 0 likes
    3
  • Rishi Pandya
    ...  more
    Last post by Viaan Prakash - August 26, 2021
    440 views 0 likes
    2
  • Samar Patil
     


    TensorFlow always (pre-)allocates all free memory (VRAM) on my graphics card, which is ok since I want my simulations to run as fast as possible on my...  more
    Last post by Vaibhav Mali - August 23, 2021
    293 views 0 likes
    3
  • Samar Patil
    I am attacking a combinatorial optimization problem similar to the multi-knapsack problem. The problem has an optimal solution, and i prefer not to settle for an approximate...  more
    Last post by Vaibhav Mali - August 23, 2021
    222 views 0 likes
    2
  • Vaibhav Mali
    Using IBM Watson I can create and deploy the ML model either using its Auto AI platform or the Jupyter notebook. Once, my model is deployed then how can I download/export the ML...  more
    Last post by Samar Patil - August 17, 2021
    226 views 0 likes
    2
  • Samar Patil
    I am using pixellib fot training custom image instance segmentation. I have created a dataset whiche can be seen below in link....  more
    Last post by Viaan Prakash - August 16, 2021
    371 views 0 likes
    1
  • Sai Anirudh
    Suppose there are multiple GPUs on a PC, how can all of them be used to train a keras model
    Last post by Samar Patil - July 26, 2021
    504 views 0 likes
    2
  • Vaibhav Mali
    I ran the following code to
    W = tf.Variable(tf.zeros(), dtype=tf.float32, name="W")
    B = tf.constant(, dtype=tf.float32, name="B")
    act = tf.add(W,...  more
    Last post by Samar Patil - July 24, 2021
    482 views 0 likes
    2
  • Viaan Prakash
    Does tensorflow have something similar to scikit learn's one hot encoder for processing categorical data? Would using a placeholder of tf.string behave as categorical data?
    I...  more
    Last post by Sowkya Annam - December 22, 2020
    355 views 0 likes
    3
  • Vinaya Chahal
    After you train a model in Tensorflow:

    How do you save the trained model?
    How do you later restore this saved model?
    Last post by Rishi Pandya - October 14, 2020
    1,107 views 0 likes
    5
  • Viaan Prakash
    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 Samar Patil - October 14, 2020
    557 views 0 likes
    4
  • Jasmine Chacko
    If I want to use the BatchNormalization function in Keras, then do I need to call it once only at the beginning?
    I read this documentation for...  more
    Last post by Raji Reddy A - September 9, 2020
    530 views 0 likes
    5

QBoard Statistics

Topics 86
Posts 382
Total Users 7406
Active Users 24