-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
You need to use gen_tfrecord.py to convert data to tfrecord, then use fcrn_train.py to train. |
@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 |
The codes may works on tensorflow 1.10. |
@Windaway thank you but TensorLayer does not support the Tensorflow versions older than 2.0.0.!! how I can solve this! |
You may install tensorlayer==1.10.0 |
@Windaway it is working thank you, there are some errors and solved it, thankful to you, 谢谢您 |
@Windaway today is the third day for training is it normal or something wrong? |
how should I prepare or get those train datasets? NYU-data is .mat! which type should be? |
how to use training code, I used fcrn_train.py, but no any output gives!
The text was updated successfully, but these errors were encountered: