HUSEIN ZOLKEPLI

Results 111 comments of HUSEIN ZOLKEPLI

Yes, parse_darknet_yolo2.py got problem. I got error to parse original darknet tensor due to concat(_net, net), the output shape is x, x, 3072, 1024. I guess we need to wait...

remove line https://github.com/HawkAaron/warp-transducer/blob/master/CMakeLists.txt#L48, and rerun

This is not an issue, close it.

Actually you can, just set, ``` --num_core_per_host=3 --train_batch_size=30 # 3 gpus and 30 batch will automatically divide among 3 gpus ``` But current implementation is using old technique distribution, you...

I created multigpus pretraining session for xlnet using mirrorstrategy. [Instruction how to use](https://github.com/huseinzol05/Malaya/tree/master/pretrained-model/xlnet#multigpus). [Source code](https://github.com/huseinzol05/Malaya/blob/master/pretrained-model/xlnet/multigpu_pretraining.py). Just copy paste this code after cloned this repository. Please remove [CUDA_VISIBLE](https://github.com/huseinzol05/Malaya/blob/master/pretrained-model/xlnet/multigpu_pretraining.py#L8), I put there...

Actually you just add `tf_config` like this, https://lambdalabs.com/blog/tensorflow-2-0-tutorial-05-distributed-training-multi-node/

I believe you can change it after copy pasted? lol

What?! That is very weird. It just matter of syntax.