Skip to content

Instantly share code, notes, and snippets.

View Jerryzcn's full-sized avatar

Jerry Zhang Jerryzcn

View GitHub Profile
@Jerryzcn
Jerryzcn / mxnet_gpu_stress.py
Created January 16, 2020 00:18
GPU Stress test
import argparse
import logging
import random
import time
import warnings
import mxnet as mx
import numpy as np
from mxnet import gluon
from mxnet.gluon import nn, HybridBlock