TensorFlow2.0_SSD icon indicating copy to clipboard operation
TensorFlow2.0_SSD copied to clipboard

Can anyone share the trained model, thanks!

Open wsyfh15 opened this issue 5 years ago • 8 comments

My computer runs this model too slowly. Can anyone share the trained model, thanks!

wsyfh15 avatar Mar 07 '20 04:03 wsyfh15

我把epoch设为3 跑了半天,然后测试的时候什么都检测不出来………………

wsyfh15 avatar Mar 07 '20 09:03 wsyfh15

@wsyfh15 @calmisential 我训练时,第一个epoch loss非常大,到第二个epoch loss一开始变为3,后来又突变到和epoch=1时好几万的loss了。不知道是什么原因

ghost avatar Mar 08 '20 03:03 ghost

My computer runs this model too slowly. Can anyone share the trained model, thanks!

cython to speed up,such as iou

wangzyon avatar Mar 24 '20 09:03 wangzyon

@wsyfh15 @calmisential @ghost 我训练时也是损失值忽然增加到几万甚至几十万,请问你们解决这个问题了吗

zcdliuwei avatar Apr 28 '20 08:04 zcdliuwei

@wsyfh15 @calmisential 我训练时,第一个epoch loss非常大,到第二个epoch loss一开始变为3,后来又突变到和epoch=1时好几万的loss了。不知道是什么原因

我的情况和你一样,亏损忽大忽小,大到几十万,小到个位数,这是什么原因,请问你解决了吗

zcdliuwei avatar Apr 28 '20 08:04 zcdliuwei

作者可以解决一下训练时loss值非常非常大,而且不稳定的问题吗

zcdliuwei avatar May 02 '20 14:05 zcdliuwei

Hello, I really liked your code which is very clear but I tried to train your model with collab pro during 12hours and I found it very long since I only reached epoch 7/50. How to speed it up? I tried to put a @tf.function decorator upon your train_step function but there's a lot of change to make in the code in order to make it work. Any pieces of advice? Thank you

lulmer avatar May 28 '20 12:05 lulmer

Hello, I really liked your code which is very clear but I tried to train your model with collab pro during 12hours and I found it very long since I only reached epoch 7/50. How to speed it up? I tried to put a @tf.function decorator upon your train_step function but there's a lot of change to make in the code in order to make it work. Any pieces of advice? Thank you

I will rewrite the code in the last one or two weeks.

calmiLovesAI avatar Jun 09 '20 11:06 calmiLovesAI