-
I think all of these functions could accept 3D arrays of shape `(n_voters, n_cands, n_elections)` or `(n_elections, n_voters, n_cands)`, whichever makes more sense, and return a list of winners for ea…
-
We have found that many applications want 3d arrays, and some may need arrays of even higher dimensions.
This is typically handled by _stacking_ arrays such that a single dimension of a GraphBLAS M…
-
### Describe the project you are working on
No-Game App
### Describe the problem or limitation you are having in your project
I want calc how big my terrain, and I found there was no Ruler Mode in …
-
### Your GTNH Discord Username
recursive_pineapple
### Your Pack Version
N/A
### Your Proposal
I'm working on some new late game multis and I'd like some feedback on the automation chal…
-
I'm having a problem with ptflops 0.7.1 and higher.
I managed to isolate the problem to this sample code:
```python
import torch.nn as nn
class Model(nn.Module):
def __init__(self):
…
-
Currently (after merge of #255):
```
In [1]: from os.path import dirname, join
In [2]: import nibabel as nib
In [4]: data_dir = join(dirname(nib.__file__), 'tests', 'data')
In [6]: anat = nib.load(jo…
-
Smart enough we got #242 !
Next step, sound transition (^_^)
Roadmap:
* simple fade out/in
* create 1-2-4 channel(s) [3D audio effect ](https://en.wikipedia.org/wiki/3D_audio_effect) based o…
-
I'm using this:
scripts/tf/register.py --moving t1_mni.nii.gz --fixed MNI152_T1_1mm_brain.nii.gz --moved t1_mni_voxelmorph.nii.gz --model vxm_dense_brain_T1_3D_mse.h5
t1_mni.nii.gz is a affined i…
-
### My actions before raising this issue
I have read and searched the official docs and past issues for the solution. No one had the same problem with me.
### Expected Behaviour
I want …
-
Because the Blue/Red/Green Triangle/Circle/Cruciform will likely be in the next RobotX (it was in several challenges in both previous RobotX challenges), we should try to improve this node as much as …