Sayan Sinha
Sayan Sinha
I have made changes to provide support in Python 3. Unfortunately, I was unable to get it running in Python 2, due to some `numpy` version incompatibility issue. The latest...
max pool
An implementation of `maxpool`. Here's a sample benchmarking (CPU v/s GPU): https://gist.github.com/americast/95358d972647adf5c7ebcde7c58db51f Tests were failing due to `getindex is disabled` error. I have made a small change in `src/indexing.jl` as...
@tkuanlun350 Apparently, `Road` and `Road_marking` have been merged into one (https://github.com/alexgkendall/SegNet-Tutorial/issues/51). Hence, after the merge of PR #22, the `Road` shows the colour of `Road_marking` and every label shows the...
Hi, I was trying to run your code. Upon issuing ```python python starter/mt_para_mtsac_modular_gated_cas.py --config meta_config/mt10/modular_2_2_2_256_reweight_rand.json --id MT10_Conditioned_Modular_Shallow --seed 1 --worker_nums 10 --eval_worker_nums 10 ``` I am getting `Bus error (core...
Add walls in between. Implementation depends on the one who sends the PRs. One may increase the wall with levels or create a separate game mode with walls.
Explain each function as in-line comments or create a separate Wiki.
A cross platform electron based app would look good.
Unlike `train.sh`, `eval.sh` did not feature `num_veri` in the script. The fix would help in generalisability across datasets.
Fixes issue #261 for Arch Linux. Adds deps/build.jl Gramercy.
It would be great to have LRN (as mentioned at [https://arxiv.org/pdf/1607.06450.pdf](https://arxiv.org/pdf/1607.06450.pdf)) implemented in Flux. I would be glad to implement it.