1 مستودع
Dividing a tensor into smaller tensors along a specific dimension.
Distinct from Tensor Transformations: Focuses on general dimension-based division, distinct from batch-specific partitioning for hardware.
Explore 1 awesome GitHub repository matching data & databases · Dimension Splitting. Refine with filters or upvote what's useful.
Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to
Divides a tensor into smaller tensors along a specific dimension.