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

how to use training code? #7

Open
abbaskali opened this issue Dec 30, 2021 · 8 comments
Open

how to use training code? #7

abbaskali opened this issue Dec 30, 2021 · 8 comments

Comments

@abbaskali
Copy link

how to use training code, I used fcrn_train.py, but no any output gives!

@Windaway
Copy link
Owner

Windaway commented Jan 2, 2022

You need to use gen_tfrecord.py to convert data to tfrecord, then use fcrn_train.py to train.
Because you don't have valid train.tfrecords and test.tfrecords, so the codes can't run correctly.

@abbaskali
Copy link
Author

@Windaway thank you I did like your instructions gen_tfrecord.py works good, but fcrn_train.py still doesn't work, what is the TensorFlow version should I configure, CUDA, and CUDNN? i think in configurations there is an error

@Windaway
Copy link
Owner

Windaway commented Jan 2, 2022

The codes may works on tensorflow 1.10.

@abbaskali
Copy link
Author

@Windaway thank you but TensorLayer does not support the Tensorflow versions older than 2.0.0.!! how I can solve this!

@Windaway
Copy link
Owner

Windaway commented Jan 4, 2022

You may install tensorlayer==1.10.0

@abbaskali
Copy link
Author

@Windaway it is working thank you, there are some errors and solved it, thankful to you, 谢谢您

@abbaskali
Copy link
Author

@Windaway today is the third day for training is it normal or something wrong?
I used 1348 RGB images and 1348 images corresponding depth for training and 100 RGB images and 100 images corresponding depth for testing using GPU with GTX 1070 with 8GB

@ahuzsg
Copy link

ahuzsg commented Mar 30, 2022

how should I prepare or get those train datasets? NYU-data is .mat! which type should be?

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

3 participants