XuKer

Results 14 comments of XuKer

> 您好,我是用tensorflow=1.14,python=3.6进行训练的,能训练起来,但是报了很多警告(比如说某个函数过时了),并且train loss从第9个epoch开始就变成nan了,请问这可能是什么原因呢? ![1](https://user-images.githubusercontent.com/70458654/147867257-32ae7584-2df2-42fb-aa5c-f03d0af10cf2.PNG) ![2](https://user-images.githubusercontent.com/70458654/147867261-4ee3c009-e37f-4f02-8317-e6bc3e31332a.PNG) ![3](https://user-images.githubusercontent.com/70458654/147867265-35eaa2bd-04a1-4c5d-8839-2da3229ee0b0.PNG) ![Inked4_LI](https://user-images.githubusercontent.com/70458654/147867269-fcd11ff8-76bf-4d07-b0f8-9fd0af35e4e0.jpg) ![5](https://user-images.githubusercontent.com/70458654/147867273-02f23bad-79f2-4825-a086-5ac8b4f49bee.PNG) 请问你这个问题解决了吗?

> > > 您好,我是用tensorflow=1.14,python=3.6进行训练的,能训练起来,但是报了很多警告(比如说某个函数过时了),并且train loss从第9个epoch开始就变成nan了,请问这可能是什么原因呢? ![1](https://user-images.githubusercontent.com/70458654/147867257-32ae7584-2df2-42fb-aa5c-f03d0af10cf2.PNG) ![2](https://user-images.githubusercontent.com/70458654/147867261-4ee3c009-e37f-4f02-8317-e6bc3e31332a.PNG) ![3](https://user-images.githubusercontent.com/70458654/147867265-35eaa2bd-04a1-4c5d-8839-2da3229ee0b0.PNG) ![Inked4_LI](https://user-images.githubusercontent.com/70458654/147867269-fcd11ff8-76bf-4d07-b0f8-9fd0af35e4e0.jpg) ![5](https://user-images.githubusercontent.com/70458654/147867273-02f23bad-79f2-4825-a086-5ac8b4f49bee.PNG) > > > > > > 请问你这个问题解决了吗? > > 重新训练就好了 你训练完一个epoch需要多长时间

> > > 您好,我是用tensorflow=1.14,python=3.6进行训练的,能训练起来,但是报了很多警告(比如说某个函数过时了),并且train loss从第9个epoch开始就变成nan了,请问这可能是什么原因呢? ![1](https://user-images.githubusercontent.com/70458654/147867257-32ae7584-2df2-42fb-aa5c-f03d0af10cf2.PNG) ![2](https://user-images.githubusercontent.com/70458654/147867261-4ee3c009-e37f-4f02-8317-e6bc3e31332a.PNG) ![3](https://user-images.githubusercontent.com/70458654/147867265-35eaa2bd-04a1-4c5d-8839-2da3229ee0b0.PNG) ![Inked4_LI](https://user-images.githubusercontent.com/70458654/147867269-fcd11ff8-76bf-4d07-b0f8-9fd0af35e4e0.jpg) ![5](https://user-images.githubusercontent.com/70458654/147867273-02f23bad-79f2-4825-a086-5ac8b4f49bee.PNG) > > > > > > 请问你这个问题解决了吗? > > 重新训练就好了 ![1648626685(1)](https://user-images.githubusercontent.com/26717462/160780104-d1e9a2f7-60b5-40c2-865a-a35cb4943359.png) 我这个训练起来特别的慢,你知道是什么情况吗

这个的配置代码你改过哪里没有,我就按代码中的配置训练的。数据集我也是按脚本生成的80000+

> 请问你numpy用的什么版本,我使用requirements所要求的1.15.1会报错 ![image](https://user-images.githubusercontent.com/44466856/162911728-de687ea1-1007-4b99-b0eb-312b87465051.png) 我用的是numpy 1.19.5

> > 你好,请问生成Voc_foggy_train and Voc_foggy_val dataset的初始数据是从哪来的,和VOC数据集有联系吗 > > 你好,请问你使用 python ./core/data_make.py的代码可以正确生成VOC_fog数据集吗?我运行这个代码很久没有反应,谢谢~ 我运行的时候有反应,就是在不断地生成图片,我已经生成了接近2w张了还没停下来,不知道这样是不是对的

> 你的生成程序最后生成了多少张train图片和val图片

> 81110多张train,27340张val 你的python版本和conda环境能截个图吗,我这边包有冲突,也不知道是哪里问题。

> AttributeError: 'Namespace' object has no attribute 'val_annotation' 我这个是在执行voc_annotation.py时候遇见的。 参数里没这个属性,我给注释掉了

是的,雾天数据集是生成的,这个过程会很慢