Skip to content

Problem when Running the LSTM part #1

@ghazalee70

Description

@ghazalee70

Hi, Thanks for sharing the code and helpful instructions. I have successfully trained the ResNet. When training the LSTM however I face this error:
new_result_data = [None]*len(self.thread_result.get('data'))
TypeError: object of type 'NoneType' has no len()

I have checked the path and it seems fine. At first I was getting a KeyError so I changed the self.thread_result(['data']) to .get('data'). The source for the solver on git is for the deploy prototxt but I changed that to train-val prototxt. Could you please guide me on how to solve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions