Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can you tell me more details about your program? #5

Open
nanshou555 opened this issue Apr 8, 2019 · 1 comment
Open

can you tell me more details about your program? #5

nanshou555 opened this issue Apr 8, 2019 · 1 comment

Comments

@nanshou555
Copy link

i am a fresh man to this area,can you tell me the enviroment such as the version of tensorflow,i tested your program on pycharm(windows),but there exists errors.i wish you can give me some advices ,thank you very much

@zhangjinyangnwpu
Copy link
Owner

python version is 3.6 and tensorflow version is 1.8,in deep learning based method, you can change the profile with parser in main file and just run main; in traditional machine learning based methods, change configuration in top of the file,I think that may easy to read.
in deeplearning based methods, the data_loader.py define the dataset class, which can generate dateset with tfrecords format and read it, in model.py, I define the whole model which contain the network structure, loss function and how to train and test. Alse there has a get_decode_map function to get the final classification map. The traditional methods I just use the package of sklearn, hope
can help, sorry for late replay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants