QBoard » Artificial Intelligence & ML » AI and ML - PyTorch
  • Viaan Prakash
    I'm new with Pytorch and machine learning I'm follow this tutorial in this tutorial https://www.learnopencv.com/image-classification-using-transfer-learning-in-pytorch/ and use...  more
    Last post by Advika Banerjee - October 4, 2021
    424 views 0 likes
    2
  • Tarun Reddy
    I want to do some timing comparisons between CPU & GPU as well as some profiling and would like to know if there's a way to tell pytorch to not use the GPU and instead use the...  more
    Last post by Advika Banerjee - October 4, 2021
    302 views 0 likes
    3
  • Tarun Reddy
    ipdb> outputs.size()
    torch.Size()
    ipdb> print sum(outputs,0).size(),sum(outputs,1).size(),sum(outputs,2).size()
    (100L,) (100L,)...  more
    Last post by Maryam Bains - September 28, 2021
    390 views 0 likes
    3
  • Tarun Reddy
    Good evening, I have just installed PyTorch 0.4.0 and I'm trying to carry out the first tutorial "What is PyTorch?" I have written a Tutorial.py file which I try to execute with...  more
    Last post by Viaan Prakash - September 15, 2021
    951 views 0 likes
    3
  • Rishi Pandya
    How do you use pre training weights in PyTorch
    Last post by Viaan Prakash - September 15, 2021
    196 views 0 likes
    3
  • Tarun Reddy
    I'm using a laptop which has Intel Corporation HD Graphics 5500 (rev 09), and AMD Radeon r5 m255 graphics card.
    Does anyone know how to it set up for Deep Learning, specifically...  more
    Last post by Samar Patil - September 14, 2021
    429 views 0 likes
    3
  • Laksh Nath
    What is model fine-tuning
    Last post by Samar Patil - September 7, 2021
    247 views 0 likes
    4
  • Jainew Nanda
    Is there any way, I can print the summary of a model in PyTorch like model.summary() method does in Keras as follows?
    Model...  more
    Last post by Viaan Prakash - August 18, 2021
    2,208 views 0 likes
    6
  • Pranav B
    The question says it all. I want to get a 2-D torch.Tensor with size filled with values from a uniform distribution (in range ) in PyTorch.
    Last post by Rishi Pandya - December 22, 2020
    3,063 views 0 likes
    6
  • Samar Patil
    How to initialize the weights and biases (for example, with He or Xavier initialization) in a network in PyTorch?
    Last post by Tarun Reddy - December 22, 2020
    2,328 views 0 likes
    6
  • Shivakumar Kota
    For example, I have 1D vector with dimension (5). I would like to reshape it into 2D matrix (1,5).
    Here is how I do it with numpy
    >>> import numpy as np
    >>> a =...  more
    Last post by Tarun Reddy - December 22, 2020
    946 views 0 likes
    6

QBoard Statistics

Topics 56
Posts 251
Total Users 7408
Active Users 18