-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question:The results for the code are error #29
Comments
@wwlaoxi Hi, have you solved this problems ? |
Same problem here. I'm running the notebook in an official Caffe release docker in CPU mode. @mohamed-ezz @PatrickChrist @FelixGruen Any help/hints towards solving this would be appreciated! |
I also achieved the same result. The predicted slice was not a satisfactory result. With regard to the previous issue (#31 ), I tested it in CPU mode and was unacceptable again. |
Hello @lidaryani , please see this note about the Caffe version and the crop layer #3 (comment) |
@lidaryani I got it working by building Jonlong's caffe version and running Cascaded-FCN with that one. See also the Cascaded-FCN jupyter notebook and issue #3 |
I used the docker image (Jon Long) on new CT volumes. Could somebody please provide an example of updating the model r/e the crop layer-- |
Here is my updated crop layers which appeared to work under Cafe 1.0.0 (AWS Python 3 configured) layer { type: "Crop" offset = (current blob size - desired blob size) / 2I am down to just the following warning which I hope are related to training and not inference: |
@keesh0 , please could you share the source of the new CT volumes you used? |
Sure.
|
I did not try to plot the accuracy curve. |
The text was updated successfully, but these errors were encountered: