winycg

Results 10 comments of winycg

Hello Yu Thanks for your great contributions! I am very glad to merge your fp16 training code to this codebase. It seems that the added code lengthens the original training...

Thanks for your attention! On Pascal VOC, the weights of --lambda-memory-pixel and --lambda-memory-region should be 0.01. Here is my training log (which is not cleaned before the code is released)....

Thanks for your focus on our work. I also cannot point out the specific problem. If necessary, you can report your reproduce results in your own research.

@anton-matosov Thanks for your help.I install the MultiNEAT library successfully.But when I run the TestXXX.py which in 'examples' folder,it will be appear the information as follows: /home/winycg/anaconda3/bin/python3.6 /home/winycg/PycharmProjects/python_project/examples/TestNEAT_xor.py Process finished...

@anton-matosov I was succeed in running the TestNEAT_xor.py on my other PC.if the problem is unable to solve on my Notebook computer,I may reinstall the Ubuntu 16.04 .Thank you again...

@ferreiramx Thanks for your answer. I know the reason why it cannot work.

Thanks for your contributions. I will remap labels.

Sorry for late reply. We employ random flipping and scaling with color jitter to preprocess the Pascal VOC Aug dataset.

This problem may be induced by numpy. Please replace 'np.int' with 'np.int64'. Thanks!

Thanks for your attention. The code is designed for multi-GPU processing. I did not test the code over one GPU.