chuqidecha / fineturn-alexnet-with-tensorflow

6 stars 2 forks source link

question #2

Open goodlight8 opened 5 years ago

goodlight8 commented 5 years ago

Can you tell me the order in which the code runs? Please contact me qq1909639417. Thank you very much!!!

chuqidecha commented 5 years ago

First, you should download data here and the passwrd is i8a8 . Put what you download in the directory of data.

data preprocessing(optional)

These operations are not required if you download all data.

fine turning alexnet

you can read https://blog.csdn.net/ChuQiDeCha/article/details/84404678 for more details.

goodlight8 commented 5 years ago

hello,brother. Don't the rest of the .py files need to run?

goodlight8 commented 5 years ago

老哥,你这个混淆矩阵是自己制作的还是代码运行的,还有那个test代码测试数据集是哪个呢?希望老哥百忙之中解答一下,小弟非常感谢

------------------ 原始邮件 ------------------ 发件人: "chuqidecha"notifications@github.com; 发送时间: 2019年4月26日(星期五) 晚上10:34 收件人: "chuqidecha/fineturn-alexnet-with-tensorflow"fineturn-alexnet-with-tensorflow@noreply.github.com; 抄送: "Slow"1909639417@qq.com; "Author"author@noreply.github.com; 主题: Re: [chuqidecha/fineturn-alexnet-with-tensorflow] question (#2)

First, you should download data here and the passwrd is i8a8 . Put what you download in the directory of data.

data preprocessing(optional)

Run src/tools/create_file_list.py to create train validate and test datasets.

Run src/tools/build_tf.py to change pictures form tif to TFRecord.

These operations are not required if you download all data.

fine turning alexnet

Run validate_alexnet_on_imagenet.py to validate all enviroment is all right.

Run fineturn.py to turn alexnet on you own dataset.

Run validate.py to test model on test dataset.

you can read https://blog.csdn.net/ChuQiDeCha/article/details/84404678 for more details.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.