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

Pickling error on Windows #27

Open
mateenqayum opened this issue Mar 26, 2019 · 0 comments
Open

Pickling error on Windows #27

mateenqayum opened this issue Mar 26, 2019 · 0 comments

Comments

@mateenqayum
Copy link

when i run 1_b_paragraph_segmentation_dcnn

I got this error.

Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Mateen\AppData\Local\conda\conda\envs\pentoscan\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "C:\Users\Mateen\AppData\Local\conda\conda\envs\pentoscan\lib\multiprocessing\spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
AttributeError: Can't get attribute 'augment_transform' on <module 'main' (built-in)>
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Mateen\AppData\Local\conda\conda\envs\pentoscan\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "C:\Users\Mateen\AppData\Local\conda\conda\envs\pentoscan\lib\multiprocessing\spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
AttributeError: Can't get attribute 'augment_transform' on <module 'main' (built-in)>
Traceback (most recent call last):
File "", line 1, in

Please help me I am making my final year project it will help me alot

Thanks!

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

1 participant