Justin D. Harris

Results 77 comments of Justin D. Harris

@ali-alhwayzee were you using the Docker container? https://github.com/microsoft/0xDeCA10B/tree/main/simulation#docker-setup I suspect it could be an issue with the versions of dependencies.

Using `--bare` helped me. I also noticed that `./bin/hs-airdrop --help` doesn't say that the fee can be given without `-f` or `--fee` whereas the steps at https://www.namebase.io/airdrop say to do:...

I just tried some stuff to manipulate Microsoft Teams in Windows 11 and it worked for me. You can see some examples in https://github.com/onhello-automation/otto/blob/py/python/experiments.ipynb

Looks like it ran out of memory. You can try decreasing `_MAX_BATCH_SIZE` here: https://github.com/Maluuba/qgen-workshop/blob/master/qgen/data.py#L12 You can try setting it to a half of what it currently is or even lower...

Thanks for pointing this out @macournoyer, I had no idea your repo existed. Do you still maintain your repo? I see that you have a word2vec branch, any plans to...

@llSourcell I had the same issue and got `expecting target table`. I don't think it's related to the dependencies because I tried with and without CUDA: - `th train.lua --cuda...

Temporary solution: Comment out the failing asserts in SequencerCriterion.lua (in `~/torch/install/share/lua/5.2/rnn/SequencerCriterion.lua` for me because I installed Torch with `TORCH_LUA_VERSION=LUA52 ./install.sh` by default you'll find it at `~/torch/install/share/lua/5.1/rnn/SequencerCriterion.lua`). Those checks on...

@llSourcell The fix isn't in this repo. The fix is the `rnn` package. Looks like they'll have a fix coming in the original repo: https://github.com/macournoyer/neuralconvo/issues/31

See https://github.com/Maluuba/nlg-eval#troubleshooting

Thanks for sharing @notexplosive Can you confirm where you put `lua.State.GarbageCollector(LuaGC.Collect, 0);` to make it work? It's not clear to me if that line configures GC (so it can be...