Rezultati pretraživanja
  1. 3. velj

    Added ImageNet validation results for 164 pretrained models on several datasets, incl ImageNet-A, ImageNetV2, and Imagenet-Sketch. No surprise, models with exposure to more data do quite well. Without extra, EfficientNets are holding their own.

    Prikaži ovu nit
  2. 3. velj

    outsourcing one of my recent work on keypoints detection: precision on keyoints : 5.2 IoU metric realtime exécution for more than 10 people

  3. prije 28 minuta

    Announcing a series of blogs on PyTorch C++ API

  4. 4. velj

    👻 Meet CursedNet, my tiny (38 KB) Neural Network capable of demodulating FM Stations in real-time. Available now on CyberRadio’s Fork:

    Prikaži ovu nit
  5. prije 3 sata
  6. 1 new repository created in pytorch - 1 rfcs

  7. prije 5 sati
  8. prije 5 sati
  9. prije 8 sati

    PyTorch3D - FAIR's library of reusable components for deep learning with 3D data.

  10. prije 9 sati

    Upping my game and learning this. We need to be able to use our machine learning to get specific answers! Let's go!

  11. prije 10 sati

    You can't escape the inevitable!

  12. The term linear regression might seem a bit complex at first, but don’t worry, it is a simple but powerful concept. Learn more in this article's introduction to Linear Regression, which also covers its implementation in PyTorch. (Part-II)

  13. 5. velj

    Team at quietly but effectively solving the huge data & code management problems concomitant with ambitious - latest on their elegant solution

  14. 4. velj
    # When you use a model with limited input resolution

# Example for inception v3
target_model = torchvision.models.inception_v3()
req_h, req_w = (299, 299)

# nn.Upsample is an alternative to resizing
scale_factor = (req_h/input_h, req_w/input_w)
model = nn.Sequential(
  nn.Upsample(scale_factor=scale_factor),
  target_model
)
  15. Erin Song, a teacher in North Carolina, wasn’t entirely sure what the AI field of deep learning was. So she decided to learn and less than a year later she took home a prize at a AI hackathon.

  16. 4. velj

    Interesting new object tracking library for . Check it out!

  17. 4. velj

    PyTracking - A general python framework for training and running visual object trackers, based on PyTorch.

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.