Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / arogozhnikov/einops issues and pull requests
#238 - torch.concat -> torch.cat to support packing for torch < 1.10
Pull Request -
State: closed - Opened by arogozhnikov almost 2 years ago
#237 - Error when using Pytorch==1.9.1, propose change from torch.concat to torch.cat
Issue -
State: closed - Opened by jmoso13 almost 2 years ago
- 2 comments
#235 - Fixed type hints for reduce and repeat
Pull Request -
State: closed - Opened by eohomegrownapps almost 2 years ago
- 3 comments
#234 - unfold and fold operations
Issue -
State: closed - Opened by parthe almost 2 years ago
- 1 comment
Labels: feature suggestion
#231 - Remove mxnet
Pull Request -
State: closed - Opened by arogozhnikov almost 2 years ago
#230 - instructions for contributing?
Issue -
State: closed - Opened by elenishor almost 2 years ago
- 1 comment
#229 - Simplify product
Pull Request -
State: closed - Opened by hypnopump almost 2 years ago
#228 - einops tutorial on youtube
Issue -
State: closed - Opened by ksachdeva almost 2 years ago
- 2 comments
#227 - [Feature suggestion] UnPack proportionally
Issue -
State: open - Opened by lkhphuc almost 2 years ago
Labels: feature suggestion
#225 - Rewrite readme to systematically expose all available API
Issue -
State: closed - Opened by arogozhnikov about 2 years ago
#224 - Preparations for 0.6.0 release
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#223 - Cosmetics for pack/unpack: documentation and comments
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#222 - Introduce einops.pack and einops.unpack
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#221 - Improve type hinting
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#220 - Allow line breaks in format string
Issue -
State: closed - Opened by forieux about 2 years ago
- 3 comments
Labels: feature suggestion
#219 - How do I reverse rearrange with ellipsis composed? e.g. "b ... -> b (...)"
Issue -
State: open - Opened by drscotthawley about 2 years ago
- 3 comments
Labels: question
#217 - Update example to match description
Pull Request -
State: closed - Opened by EPronovost about 2 years ago
- 1 comment
#216 - [Feature suggestion] Naming einops keras layers
Issue -
State: closed - Opened by Sangohe about 2 years ago
- 1 comment
Labels: feature suggestion
#215 - The library is not typed
Issue -
State: closed - Opened by RomainBrault about 2 years ago
- 6 comments
Labels: enhancement
#214 - Add flax layers
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#213 - Adopt pypa/hatch
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#212 - Delete tensorflow-specific readme file
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#211 - add py.typed (adopt PEP 561)
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#210 - Migrate from nosetests to pytest
Issue -
State: closed - Opened by arogozhnikov about 2 years ago
#209 - add mean-reduction for bfloat16, fix #206
Pull Request -
State: closed - Opened by arogozhnikov about 2 years ago
#208 - Time for a release?
Issue -
State: closed - Opened by jph00 about 2 years ago
- 4 comments
Labels: bug
#207 - [BUG] torch2trt assert(permutation[0] == 0) # cannot move batch dim
Issue -
State: closed - Opened by Ken1256 about 2 years ago
- 1 comment
Labels: bug
#206 - [BUG] mean reduction doesn't work with torch.bfloat16 tensors
Issue -
State: closed - Opened by calebthomas259 about 2 years ago
- 2 comments
Labels: bug
#205 - corrected spelling mistake: einsops -> einops
Pull Request -
State: closed - Opened by cs-mshah about 2 years ago
- 1 comment
#204 - [Feature suggestion] Allow duplicate and non-unitary axes in indexing expressions
Issue -
State: open - Opened by simonalford42 about 2 years ago
Labels: feature suggestion
#202 - [BUG][Different results of einops.repeat and torch.repeat]
Issue -
State: closed - Opened by zerzerzerz over 2 years ago
- 2 comments
Labels: bug
#201 - Clarify documentation re. default bias on EinMix
Pull Request -
State: closed - Opened by maxeonyx over 2 years ago
- 1 comment
#198 - Support Jittor
Pull Request -
State: closed - Opened by liuruiyang98 over 2 years ago
#197 - Create einsum operation
Pull Request -
State: closed - Opened by MilesCranmer over 2 years ago
- 9 comments
#196 - Fix wrong error message
Pull Request -
State: closed - Opened by arogozhnikov over 2 years ago
#195 - feat: Add Flax Layers
Pull Request -
State: closed - Opened by SauravMaheshkar over 2 years ago
- 5 comments
#194 - [Feature suggestion] einops for array indexing
Issue -
State: open - Opened by shoyer over 2 years ago
- 12 comments
Labels: feature suggestion
#193 - add mindspore support
Pull Request -
State: closed - Opened by lvyufeng over 2 years ago
- 8 comments
#192 - einops support the ncnn and TNN on my mobilephone?
Issue -
State: closed - Opened by henbucuoshanghai over 2 years ago
- 1 comment
Labels: feature suggestion
#190 - [BUG] cuBLAS not called in einops example operations
Issue -
State: closed - Opened by KUEE1080 over 2 years ago
- 2 comments
Labels: bug
#189 - [BUG] Error message "Ellipsis found in left side...", when it's on the right side, not the left
Issue -
State: closed - Opened by johannes-riecken over 2 years ago
- 1 comment
Labels: bug
#188 - Incompatibility with torch.fx
Issue -
State: closed - Opened by nicolas-dufour over 2 years ago
- 6 comments
Labels: wontfix
#187 - einops does not appear to handle Tensorflow tensors with dynamic shape
Issue -
State: open - Opened by jesnie over 2 years ago
- 3 comments
Labels: backend bug
#186 - Could we rearrange only dims in tail?
Issue -
State: closed - Opened by IcarusWizard over 2 years ago
- 1 comment
#185 - Missing einops.layers.....Repeat
Issue -
State: open - Opened by boeddeker over 2 years ago
- 5 comments
Labels: good first issue, feature suggestion
#184 - reduce does not support tensors as axes length argument
Issue -
State: closed - Opened by olgafour1 over 2 years ago
- 2 comments
Labels: context required
#183 - A question about repeat
Issue -
State: closed - Opened by NonvolatileMemory over 2 years ago
- 2 comments
#182 - [Feature suggestion] splatting list of anonymous dimensions of any length
Issue -
State: closed - Opened by lucidrains over 2 years ago
- 5 comments
Labels: feature suggestion
#181 - Add oneflow backend
Pull Request -
State: closed - Opened by arogozhnikov over 2 years ago
#180 - Add oneflow backend
Pull Request -
State: closed - Opened by rentainhe over 2 years ago
- 4 comments
#179 - Wrong example in gif file
Issue -
State: open - Opened by ahroobe over 2 years ago
- 1 comment
Labels: wontfix
#178 - [BUG] Einops creates pointers instead of cloning
Issue -
State: closed - Opened by hypnopump over 2 years ago
- 4 comments
Labels: bug
#177 - [Extend feature] Reduce and repeat not supporting tensor concatenation.
Issue -
State: open - Opened by Schinkikami over 2 years ago
- 1 comment
Labels: feature suggestion
#176 - fix numpy dependency problem
Pull Request -
State: closed - Opened by lucidrains over 2 years ago
#175 - [BUG] einops 0.4.0 requires numpy
Issue -
State: closed - Opened by lucidrains over 2 years ago
- 4 comments
Labels: bug
#174 - einops not compatible with tensorboard add_graph
Issue -
State: closed - Opened by wztdream over 2 years ago
- 1 comment
Labels: bug
#173 - Has a big time gap between GPU and CPU for Rearrange op.
Issue -
State: closed - Opened by Bobo-y over 2 years ago
- 2 comments
#172 - einops.reduce behavior for list input
Issue -
State: closed - Opened by ferrophile over 2 years ago
- 2 comments
#171 - [BUG] torch.jit.script Compile Error
Issue -
State: closed - Opened by delldu almost 3 years ago
- 1 comment
Labels: bug
#170 - [BUG] Space-to-depth/Depth-to-space are not inverse to each other in Tut. 2.
Issue -
State: closed - Opened by LvanderGoten almost 3 years ago
- 2 comments
Labels: bug
#169 - where to import the resources used in tutorials?
Issue -
State: closed - Opened by MiladInk almost 3 years ago
- 1 comment
#168 - [Feature suggestion] Add a simple shape assertion in einops-style notation
Issue -
State: open - Opened by zplizzi almost 3 years ago
- 5 comments
Labels: feature suggestion
#166 - How to ignore 𝙽𝚊𝙽 in reduce?
Issue -
State: open - Opened by randolf-scholz almost 3 years ago
- 1 comment
Labels: question
#165 - [BUG] Updated: einops does not support torch.jit.script
Issue -
State: closed - Opened by ahatamiz almost 3 years ago
- 6 comments
Labels: bug
#164 - einops does not support torch.jit.script ?
Issue -
State: closed - Opened by ahatamiz almost 3 years ago
- 5 comments
Labels: bug
#153 - [Feature] Jax/Flax Layers, especially Einmix?
Issue -
State: closed - Opened by lkhphuc almost 3 years ago
- 7 comments
Labels: feature suggestion
#151 - [Feature suggestion] einsum with custom reductions and operations
Issue -
State: closed - Opened by flawr about 3 years ago
- 2 comments
Labels: feature suggestion
#150 - Add list support for layers.
Pull Request -
State: closed - Opened by junhsss about 3 years ago
#130 - Torch `rearrange` throws warning about incorrect division when running `torch.jit.trace`
Issue -
State: closed - Opened by StephenHogg over 3 years ago
- 10 comments
Labels: backend bug
#124 - Some questions about einops.repeat.
Issue -
State: closed - Opened by sqiangcao99 over 3 years ago
- 1 comment
Labels: question
#122 - Add PaddlePaddle backend.
Pull Request -
State: closed - Opened by jm12138 over 3 years ago
- 3 comments
#116 - Adds example of inferring dimensions.
Pull Request -
State: closed - Opened by zimonitrome over 3 years ago
- 3 comments
#115 - PyTorch jit.script interoperability
Issue -
State: closed - Opened by boris-kuz over 3 years ago
- 3 comments
Labels: enhancement
#107 - einops and tensorboard graphs
Issue -
State: open - Opened by JBOE22175 over 3 years ago
- 4 comments
Labels: question
#91 - Create generic einops.einop operation to do any of rearrange/reduce/repeat
Pull Request -
State: closed - Opened by MilesCranmer almost 4 years ago
- 6 comments
#85 - flipping axis
Issue -
State: closed - Opened by CDitzel about 4 years ago
- 3 comments
#84 - Generic einops function which infers which operation to call
Issue -
State: open - Opened by MilesCranmer about 4 years ago
- 18 comments
Labels: feature suggestion
#83 - Idea for chaining expressions
Issue -
State: closed - Opened by MilesCranmer about 4 years ago
- 3 comments
Labels: feature suggestion
#74 - [Feature suggestion] Add layer 'repeat_as'
Issue -
State: closed - Opened by NguyenVanThanhHust about 4 years ago
- 1 comment
#73 - einops.einsum
Issue -
State: closed - Opened by cgarciae about 4 years ago
- 26 comments
Labels: feature suggestion
#72 - please add an Expand layer
Issue -
State: open - Opened by trotsky1997 about 4 years ago
- 2 comments
Labels: feature suggestion
#71 - [RFC] WeightedEinsum layer
Issue -
State: closed - Opened by arogozhnikov about 4 years ago
- 2 comments
Labels: enhancement, question
#58 - Helper function for mapping array shapes into dict
Issue -
State: closed - Opened by shoyer about 4 years ago
- 4 comments
Labels: feature suggestion
#56 - [Feature Request] functions on elements of 1 dimension: reorder (concatenate), and chunk
Issue -
State: closed - Opened by davidnvq about 4 years ago
- 10 comments
Labels: feature suggestion
#51 - Integration with opt_einsum
Issue -
State: closed - Opened by munael over 4 years ago
- 1 comment
#50 - [Feature suggestion] Operations on elements of a dimension
Issue -
State: closed - Opened by remisphere over 4 years ago
- 5 comments
Labels: feature suggestion
#39 - pytorch named tensors <> einops integration
Issue -
State: closed - Opened by daniel-j-h about 5 years ago
- 2 comments
Labels: question
#38 - Add `must_return_view` argument to `rearrange`
Issue -
State: closed - Opened by philip-bl over 5 years ago
- 4 comments
Labels: feature suggestion
#33 - [Bad backend support] Implement median reduction
Issue -
State: closed - Opened by arogozhnikov over 5 years ago
- 1 comment
#22 - Ellipsis not mentioned in docs
Issue -
State: open - Opened by LukasDrude almost 6 years ago
- 10 comments
#20 - Why differently shaped tensors can't be concatenated with rearrange?
Issue -
State: open - Opened by Mithrillion almost 6 years ago
- 4 comments
Labels: question
#17 - Availability of strides in backends
Issue -
State: closed - Opened by arogozhnikov about 6 years ago
- 2 comments
Labels: question
#15 - Einsum support by backends
Issue -
State: closed - Opened by arogozhnikov about 6 years ago
- 5 comments
Labels: enhancement
#12 - logsumexp reduction support
Issue -
State: closed - Opened by arogozhnikov about 6 years ago
- 1 comment
Labels: enhancement
#7 - Mxnet fails when reducing with large number of dimensions
Issue -
State: closed - Opened by arogozhnikov about 6 years ago
- 1 comment
Labels: backend bug