pytorch-dnc/dnc/__init__.py
2017-11-30 23:24:24 +05:30

9 lines
187 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from .dnc import DNC
from .sdnc import SDNC
from .memory import Memory
from .sparse_memory import SparseMemory
from .indexes import Index