kehuanfeng

Results 4 comments of kehuanfeng

把优化器替换成keras.optimizers.Adam之后,没有问题了 ``` # from bert4keras.optimizers import Adam ```

Same issue encounted with version 0.7.0. Reproduced script, https://github.com/microsoft/DeepSpeedExamples/blob/master/megatron/Megatron-LM-v1.1.5-3D_parallelism/examples/ds_pretrain_gpt2_pipe.sh

I am facing the same issue, is there any official fix yet?

BTW, I can use ffmpeg to cut the sample video file successfully, ``` ffmpeg -i file_example_MP4_480_1_5MG.mp4 -ss 10 -t 5 new_example.mp4 ```