Before install nvidia-docker
, you will need these first:
Then download these file:
Before install nvidia-docker
, you will need these first:
Then download these file:
import onnx | |
import onnxruntime | |
import timeit | |
import torch | |
import torchvision | |
import torch.nn as nn | |
import numpy as np | |
from timeit import default_timer as timer |