JuanFMontesinos / TorchTree

Tree structure based on Pytorch's nn.Module machinery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TorchTree

A Python Tree library based on PyTorch nn.Module machinery. Allows to store data where modules are nodes and they contain any amount of parameters.
Provides Directory Tree class which generates a tree from a root directory.

About

Tree structure based on Pytorch's nn.Module machinery

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%