AZURE

Create AZURE Directory Account

Only editable by group admins

  • Last updated February 11, 2019 at 12:55 PM
  • Evidence visible to public
You have to create an Active Directory account into Microsoft Azure Portal and For earn the badge and Get The Requierement you have to link your URL where you have open An Account Azure from Microsoft Portal

All posted evidence

Créez un labo de machines virtuelles préconfigurées Configurez et fournissez aisément un accès à la demande

Facebook

PyTorch

import torch from torch.autograd import Variable import torch.nn as nn import torch.nn.functional as F class Net(nn.Module): def __init__(self): super(Net, self).__init__() # 1 input image channel, 6 output channels, 5x5 square convolution # kernel self.conv1 = nn.Conv2d(1, 6, 5) self.conv2 = nn.Conv2d(6, 16, 5) # an affine operation: y = Wx
archytech Over 6 years ago