项目作者: alexpnt

项目描述 :
Collection of python programs performing intensive numerical work and using JIT optimizations with Numba
高级语言: Python
项目地址: git://github.com/alexpnt/numba-examples.git
创建时间: 2018-09-24T07:10:43Z
项目社区:https://github.com/alexpnt/numba-examples

开源协议:

下载


Numba example

Python programs performing intensive numerical work and using JIT optimizations with Numba

  1. virtualenv -p python3 venv
  2. source venv/bin/activate
  3. pip install -r requirements
  4. python softmax.py