cytoself icon indicating copy to clipboard operation
cytoself copied to clipboard

Installation

Open JacobNeumann88 opened this issue 1 year ago • 1 comments

Hello, when attempting to use the demo py file I get an error that the modules " cytoself.data_loader.data_manager import DataManager from cytoself.models import CytoselfFullModel from cytoself.data_loader.data_generator import image_and_label_generator from cytoself.analysis.analytics import Analytics"

Do not exist.

JacobNeumann88 avatar Oct 19 '22 15:10 JacobNeumann88

Have you checked if you were using the right environment that cytoself is installed? If the issue still persists even after you reinstall everything in a clean environment, could you try installing cytoself from this repository? https://github.com/royerlab/cytoself#for-developers

li-li-github avatar Oct 19 '22 23:10 li-li-github

Hey, I am also getting installation issues, even though I did use the correct environment. Cloning from git doesn't seem to work either

rouarouatbi avatar Jan 30 '23 23:01 rouarouatbi

What issues did you get? Have you tried cytoself-pytorch branch? There may be some issues with cuda version if you use TF1.15 with newer GPUs. This pytorch version will be the mian branch.

li-li-github avatar Feb 01 '23 08:02 li-li-github

The cytoself-pytorch is now on the main branch!

li-li-github avatar Feb 28 '23 08:02 li-li-github

It works! Thank you :)

rouarouatbi avatar Feb 28 '23 12:02 rouarouatbi