When I try to train this net i got an error:
ImportError: No module named spatial_dropout
Does anybody know how to fix this?
I tried to use this instruction.
When I try to train this net i got an error:
ImportError: No module named spatial_dropout
Does anybody know how to fix this?
I tried to use this instruction.
Copyright © 2021 Jogjafile Inc.
Make sure you've reset your
$CAFFE_PATH
, so it's set to the absolute path ofcaffe-enet
, and that you've done:This fixed it for me.