When running segmentation using deepflash2, the following error occurred:
AttributeError: 'functools.partial' object has no attribute 'RandomGamma'
It was fixed by the developers of deepflash2 on GitHub, but not pypi by changing the dependencies.
To run findmycells on google colab, make sure to run the both commands below!
!pip install pandas==1.4.0
!pip install fastcore==1.5.27
When running segmentation using deepflash2, the following error occurred: AttributeError: 'functools.partial' object has no attribute 'RandomGamma'
It was fixed by the developers of deepflash2 on GitHub, but not pypi by changing the dependencies. To run findmycells on google colab, make sure to run the both commands below! !pip install pandas==1.4.0 !pip install fastcore==1.5.27