10207011

Results 8 comments of 10207011

其他沒問題感謝

若我想基於你的mode加入fpn該從哪下手,能給點建議嗎? Bubbliiiing ***@***.***>於 2021年3月30日 週二,22:50寫道: > 木 > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub...

這要怎麼改成float32? WuChengbin 於 2020年12月16日 週三,10:31寫道: > 暂时解决办法就把下面这行代码 X X2 Y1 Y2全部转成float32,但是影响速度 > loss_class = model_classifier.train_on_batch([X, X2[:, sel_samples, :]], > [Y1[:, sel_samples, :], Y2[:, sel_samples, :]]) > > — > You...

用tf.cast轉? 我用float()沒法轉 WuChengbin 於 2020年12月22日 週二,18:40寫道: > numpy 数组数据类型转换 > > > 发自我的iPhone > > ------------------ 原始邮件 ------------------ > 发件人: 10207011 发送时间: 2020年12月22日 15:27 > 收件人: bubbliiiing/faster-rcnn-tf2 抄送: WuChengbin 主题:...

> nparray.astype(‘float32’) 发自我的iPhone > […](#) > ------------------ 原始邮件 ------------------ 发件人: 10207011

nparray.astype(‘float32’) > > nparray.astype(‘float32’) 发自我的iPhone > > […](#) > > ------------------ 原始邮件 ------------------ 发件人: 10207011 发送时间: 2020年12月22日 19:35 收件人: bubbliiiing/faster-rcnn-tf2 抄送: WuChengbin , Comment 主题: 回复:[bubbliiiing/faster-rcnn-tf2] train.py時出現的錯誤代碼 (#2) 用tf.cast轉? 我用float()沒法轉...

直接打在 loss_class = model_classifier.train_on_batch([X, X2[:, sel_samples, :]], [Y1[:, sel_samples, :], Y2[:, sel_samples, :]]) 上方?

請問能給個範例嗎? WuChengbin 於 2020年12月29日 週二,17:24寫道: > train_on_batch这个函数的参数全部转成float32或者float64 > > 发自我的iPhone > > > 在 2020年12月27日,17:51,10207011 写道: > > > >  > > 直接打在 > > loss_class = model_classifier.train_on_batch([X, X2[:,...