I am getting the following error, how can I fix it
from custom_beam_search_decode import beam_search_decode
File "/home/ahmedaleroud/Downloads/spamGAN-master/custom_beam_search_decode.py", line 26, in
from MyBeamSearchDecoder import BeamSearchDecoder
ModuleNotFoundError: No module named 'MyBeamSearchDecoder'
I am getting the following error, how can I fix it
from custom_beam_search_decode import beam_search_decode
File "/home/ahmedaleroud/Downloads/spamGAN-master/custom_beam_search_decode.py", line 26, in
from MyBeamSearchDecoder import BeamSearchDecoder
ModuleNotFoundError: No module named 'MyBeamSearchDecoder'