Skip to content

a Python tool inspecting MXNet installations via simple tensor computations on available CPU & GPU devices

Notifications You must be signed in to change notification settings

tomtx/mxnet-cpu-gpu-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

MXNet Inspector

A Python tool for checking MXNet installations & inspecting MXNet functionalities on available CPU and GPU devices via basic tensor operations. Such operations are implemented on matrices, that are represented with MXNet multi-dimensional, fixed-size homogenous arrays. Then, tensor operations on these matrices are run across a set of available CPU & GPU devices.

Instructions

Run the inspector.py script with the following command.

python inspector.py

Requirements

Install the following packages for your Python environment.

  • Python 3.6+
  • MXNet 1.2+ (any CPU or GPU installations)

About

a Python tool inspecting MXNet installations via simple tensor computations on available CPU & GPU devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages