2 repository-uri
Swapping or reordering the dimensions of a tensor.
Distinct from Tensor Transformations: Focuses on axis reordering, distinct from general element-wise transformations.
Explore 2 awesome GitHub repositories matching data & databases · Dimension Permutation. 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
Swaps or reorders the dimensions of a tensor according to a specified permutation.
Acest proiect este o implementare PyTorch a AnimeGANv2, o rețea adversară generativă (GAN) și un model de traducere image-to-image conceput pentru a transforma fotografiile din lumea reală în imagini anime stilizate. Repository-ul include un convertor de ponderi de model care permite traducerea checkpoint-urilor între diferite medii de runtime. Acest utilitar efectuează remaparea cheilor de ponderi și permutarea dimensiunilor tensorilor pentru a asigura compatibilitatea între implementările framework-ului. Sistemul suportă stilizarea foto AI prin încărcarea ponderilor pre-antrenate și oferă aliniere de upsampling configurabilă pentru a menține coerența vizuală în timpul creșterii rezoluției imaginii.
Rearranges tensor axes during weight conversion to ensure compatibility between different framework layouts.