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

errors in Windows+tensorflow_GPU environment #67

Open
IronLavender opened this issue Jun 14, 2019 · 3 comments
Open

errors in Windows+tensorflow_GPU environment #67

IronLavender opened this issue Jun 14, 2019 · 3 comments

Comments

@IronLavender
Copy link

Hello, Your experiment is Ubuntu?my expereimen is Windows+tensorflow_GPU, but it occurs error when I run the retinaNN_training.py:
Traceback (most recent call last): File "D:/Study/CODES/Medical_Segmentation/Keras_retina-unet/src/retinaNN_training.py", line 145, in <module> path_data = config.get('data paths', 'path_local') # 数据文件封装后的文件路径 File "E:\Learning\Anaconda3\envs\tensorflow_gpu\lib\configparser.py", line 781, in get d = self._unify_values(section, vars) File "E:\Learning\Anaconda3\envs\tensorflow_gpu\lib\configparser.py", line 1141, in _unify_values raise NoSectionError(section) configparser.NoSectionError: No section: 'data paths'
but in configurations.txt, I think it's right :
[data paths] path_local = ./DRIVE_datasets_training_testing/ train_imgs_original = DRIVE_dataset_imgs_train.hdf5 train_groundTruth = DRIVE_dataset_groundTruth_train.hdf5 train_border_masks = DRIVE_dataset_borderMasks_train.hdf5 test_imgs_original = DRIVE_dataset_imgs_test.hdf5 test_groundTruth = DRIVE_dataset_groundTruth_test.hdf5 test_border_masks = DRIVE_dataset_borderMasks_test.hdf5
I fail to correct it, so this does not work in a window environment?
Thank you for your work!

@NeoKun004
Copy link

NeoKun004 commented Jun 24, 2019

it does work in windows environment but there is a config file needs to be created and located to force the training to run on theano backenend, here is my email I would love to help u through this
my email: [email protected]

@boba1234
Copy link

boba1234 commented Feb 6, 2020

Hi, i am having this NosectionError: No section: 'data paths' too. Is there any solution to it? Thanks!

@Hridoy-bit
Copy link

Hi, I have got the same error . configparser.NoSectionError: No section: 'data paths'.
Any solution?I emailed you NeoKun004.

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

4 participants