Open hebbianloop opened 4 years ago
Update, not sure how this happened but I get this error message when attempting to call no brainer from the command line
File "/Users/admin/Anvil/opt/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cloudpickle==1.1.1' distribution was not found and is required by tensorflow-probability
update - performed a reinstall and this message mysteriously disappeared. the original reported behavior is still present
hi @seldamat - sorry for the delay, and thanks for the report. can you try updating nobrainer and try the above code again?
pip install -U --no-cache-dir https://github.com/neuronets/nobrainer/tarball/master
that might update dependencies, too, so it's best to do in a virtual environment or conda environment.
FYI i have enhanced the tfrecords writing and reading functionality in #79. can you please refer to https://github.com/neuronets/nobrainer/blob/master/guide/transfer_learning.ipynb for how to write and read tfrecords in the new format?
@seldamat - let me know if you have any updates
I am attempting to perform transfer learning on the existing nobrainer model weights by synthesizing a training dataset complied with manual edits to the brain mask.
My first attempt made it through to epoch 4/5 before the kernel crashed. I've tried rerunning the code multiple times with smaller datasets, different learning rates but I keep getting the same error message:
My code is below, any help/suggestions would be appreciated.