-
As we move from images to videos, it seems imperative to feed sequential data into common image layers. However, the problem of dealing sequential data with such layers is not clears on Pytorch. I sug…
-
It would be nice to have the option to balance the data between disks. This would be very useful when adding a new disk.
Right now one needs to calculate themselves how much data from each existing…
-
Currently all data fetch is done via sequential scan. This is impractical for large data sets. Fix.
-
```
class test_model1(nn.Module):
def __init__(self):
super(test_model1, self).__init__()
self.block = nn.Sequential(nn.BatchNorm1d(64))
def forward(self, x):
x…
-
**Description**:
As a newcomer to this package, I'm exploring the usage of the `AsyncRunner` feature, particularly aiming to employ the `start_periodical_saving` functionality. Below is the code snip…
-
In trying to create a custom VSource (output of CNN), the documentation seems to suggest that I should use `vips::VSourceCustom`
However, this is the only place where I can find this:
`"./cplusplu…
-
In my quest to max out the 10G link for my editing pool, I would like to investigate using an array of U.2 NVMe drives instead of the Samsung QVO SATA SSDs I'm currently using.
Parts I would need:
…
-
**Describe the bug**
This is a minor issue, but I think the quantization configuration in the file `[examples/quantization_24_sparse_w4a16/2:4_w4a16_group-128_recipe.yaml]`(https://github.com/vllm-pr…
-
Currently, we use the imageio video loader when loading a SleapDataset. Implementation [here](https://github.com/talmolab/dreem/blob/11a33c85e7701816e526ecad124e266434d65d2f/dreem/datasets/sleap_datas…
-
```python
(geneface) E:\Python_Program\GeneFace>python tasks/run.py --config=egs/datasets/videos/May/lm3d_postnet_sync.yaml --exp_name=May/postnet
| Unknow hparams: []
Namespace(config='egs/datase…