phananh1010 / tensor-lib

Some convenient tensor function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This folder contains the most frequently used network structures implemented by me.

To use this network in other projects, use the following code snippet

import sys
sys.path.append('[path-to-parent-dir]')

import importlib
net2d   = importlib.import_module("net-lib.net2d")

About

Some convenient tensor function


Languages

Language:Python 100.0%