/tensor-lib

Some convenient tensor function

Primary LanguagePython

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")