logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Reverse Integer

Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321click to show spoilers.Have you thought about this?Here are some good questions to ask before coding. Bonus p

ubuntu14.04 + mxnet + python2.7 安装指南

本文讲解在ubuntu14.04上安装mxnet ,并安装python包。首先安装一些必要的依赖:sudo apt-get updatesudo apt-get install -y build-essential git libatlas-base-dev libopencv-dev然后从mxnet项目主页把项目clone下来,编译安装:git clone --recursive https

#ubuntu#mxnet#python
到底了