QBoard » Artificial Intelligence & ML » AI and ML - PyTorch
  • Viaan Prakash
    Is there a Pytorch-internal procedure to detect NaNs in Tensors? Tensorflow has the tf.is_nan and the tf.check_numerics operations ... Does Pytorch have something similar,...  more
    Last post by Advika Banerjee - November 26, 2021
    360 views 0 likes
    3
  • Laksh Nath
    I have a neural network written in PyTorch, that outputs some Tensor a on GPU. I would like to continue processing a with a highly efficient TensorFlow layer.
    As far as I...  more
    Last post by Maryam Bains - November 19, 2021
    195 views 0 likes
    2
  • Advika Banerjee
    Can we find Cuda version of Pytorch using any command on jupitor notebook?
    Last post by Sindhuja Martha - November 3, 2021
    262 views 0 likes
    4
  • Ananthesh Kunjathaya B R
    Does version of Cuda effect computation speed of GPU
    Last post by Sindhuja Martha - November 3, 2021
    252 views 0 likes
    4
  • Tarun Reddy
    I want to set some of my model frozen. Following the official docs:
    with torch.no_grad():
    linear = nn.Linear(1, 1)
    ...  more
    Last post by Sindhuja Martha - October 27, 2021
    1,698 views 0 likes
    4
  • Viaan Prakash
    I am reading through the documentation of PyTorch and found an example where they write
    gradients = torch.FloatTensor()
    y.backward(gradients)
    print(x.grad)
    where x was an initial...  more
    Last post by Advika Banerjee - October 27, 2021
    387 views 0 likes
    3
  • Viaan Prakash
    I have PyTorch installed in my machine but whenever I try to do the following-
    from torchtext import data
    from torchtext import datasets
    I get the following...  more
    Last post by Advika Banerjee - October 25, 2021
    598 views 0 likes
    6
  • Jasmine Chacko
    Is there any way, I can add simple L1/L2 regularization in PyTorch? We can probably compute the regularized loss by simply adding the data_loss with the reg_loss but is there any...  more
    Last post by Advika Banerjee - October 25, 2021
    2,737 views 0 likes
    3
  • Samar Patil
    I have two models that are in ONNX format. Both models are similar (both are pre-trained deep learning models, ex. ResNet50 models). The only difference between them is that the...  more
    Last post by Advika Banerjee - October 18, 2021
    655 views 0 likes
    3
  • Sai Anirudh
    I was looking for alternative ways to save a trained model in PyTorch. So far, I have found two alternatives.

    torch.save() to save a model and torch.load() to load a...  more
    Last post by Advika Banerjee - October 18, 2021
    521 views 0 likes
    5
  • Tarun Reddy
    When I want to evaluate the performance of my model on the validation set, is it preferred to use with torch.no_grad: or model.eval()?
    Last post by Advika Banerjee - October 18, 2021
    1,669 views 0 likes
    3
  • Advika Banerjee
    I am a little bit confused about the data augmentation performed in PyTorch. Now, as far as I know, when we are performing data augmentation, we are KEEPING our original dataset,...  more
    Last post by Maryam Bains - October 13, 2021
    269 views 0 likes
    3
  • Advika Banerjee
    I have posted this question on Data Science StackExchange site since StackOverflow does not support LaTeX. Linking it here because this site is probably more appropriate.The...  more
    Last post by Viaan Prakash - October 11, 2021
    178 views 0 likes
    3
  • Laksh Nath
    I want to return variable from function using return and after that call same function, but resume from return. It this possible? Example:
    def abc(): return 5 return 6 var = abc()...  more
    Last post by Viaan Prakash - October 11, 2021
    196 views 0 likes
    3
  • Viaan Prakash
    I need to run my python script under Azure Machine Learning, using python=3.6.8 (not the default 3.6.2). I am using the AML "PyTorch()" Estimator, setting the "conda_packages"...  more
    Last post by Advika Banerjee - October 4, 2021
    339 views 0 likes
    2

QBoard Statistics

Topics 56
Posts 251
Total Users 7406
Active Users 18