Amit Moryossef
Amit Moryossef
### Bug description make fails out of the box, says ``` /bergamot-translator/3rd_party/marian-dev/src/data/factored_vocab.cpp:133:20: error: variable 'v' set but not used [-Werror,-Wunused-but-set-variable] for (WordIndex v = 0; io::getline(in, line); v++) { ^...
I am trying to parse an a float array. Normally, this code works, however, I now have one huge file (400MB of file), and I want to start reading it....
## Feature Request ### Plugin capacitor/filesystem ### Description Please consider making `navigator.storage` the default storage for web, and resort to `indexdb` only in case where it is not available. ###...
Using `capacitor@4` (beta) and `@capacitor/assets@next` After generating `iOS` resources, I get the following warning: Which indicates towards: And --- Please also note, that the generated icons are *transparent* `png` files,...
From the following line: ```py aux_label.data.resize_(batch_size).copy_(label) ``` I am getting the following error: > RuntimeError: expand(torch.FloatTensor{[1, 1]}, size=[1]): the number of sizes provided (1) must be greater or equal to...
I have a custom dataset with multiple labels per image. This means my "label" is a vector with 1 or 0 in multiple locations. How can I augment ACGAN to...
There exist various references to `src/models/sequence/ss/standalone/s4.py`, but such file does not exist. It would be lovely to either have a standalone version, or an installable version
Thanks for this awesome simple to understand repo. I'm trying to use this for data augmentation, for a new dataset with size 128x128, and a latent variable which is a...
I ran: ```bash python3 train.py \ --X=data/tfrecords/hands_dirty.tfrecords \ --Y=data/tfrecords/hands_clean.tfrecords \ --image_size=368 ``` Which gave me lots of output. Put the CPU on 100%, and I've been waiting to see training...
In the notebook: https://colab.research.google.com/notebooks/magenta/hello_magenta/hello_magenta.ipynb#scrollTo=7zp--0n5FSDm Running the first cell finishes with: > ERROR: kfac 0.2.2 has requirement tensorflow-probability==0.8, but you'll have tensorflow-probability 0.11.0 which is incompatible. ERROR: tensor2tensor 1.15.7 has requirement...