-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels