ericlearning / package-testing

Experiments on packaging, VSCode, and Github Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package-testing

Experiments on packaging, VSCode, and Github Action

Features

  • Addition of two numbers
  • Subtraction of two numbers
  • Convolution Block

Installation

Run the following command:

pip install ufo

Usage

from ufo.utils import add, sub, ConvBlk

# add two numbers
add(3.4, 5.1)
add(-12, 7)

# subtract two numbers
sub(1.1, 9.1)
sub(-2, -6)

# create a convolutional block
net = utils.ConvBlk(10, 30)

About

Experiments on packaging, VSCode, and Github Action

License:MIT License


Languages

Language:Python 100.0%