ThomasDelteil/HandwrittenTextRecognition_MXNet

Pickling error on Windows

Opened this issue · 0 comments

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!