Skip to content
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

Missing dual_channel_unet ? #28

Open
abesik opened this issue Nov 25, 2021 · 2 comments
Open

Missing dual_channel_unet ? #28

abesik opened this issue Nov 25, 2021 · 2 comments

Comments

@abesik
Copy link

abesik commented Nov 25, 2021

Hi there! We've been having issues getting synb0 to work using docker / podman (we're using CentOS 7 on IT managed computers with our users existing on a server we have no permission to access so running rootless is.. painful to say the least). So for the meantime I've been trying to go through the pipeline.sh script to configure this to work without using a container.

I'm basically trying to replicate the paths in a working directory set up the same way it is expected to be in the container, on my local computer - but I came across /extra/dual_channel_unet on line 40 of pipeline.sh and can't seem to locate this in any of the folders cloned from git.

Is this something I should have in my manually created /extra directory, or is this something python/pytorch creates automatically?

I appreciate your time and help!

@psimonjones
Copy link

Thanks for SynBo-DISCO. I have a similar question.

I have obtained some nice-looking results using Synb0_DSICO.

However, the file pipeline.sh has the parameter
/extra/dual_channel_unet/num_fold_"$i"total_folds"$NUM_FOLDS"seed_1_num_epochs_100_lr_0.0001_betas(0.9,\ 0.999)weight_decay_1e-05_num_epoch*.pth
The src directory released contains 'train_lin' but not 'dual_channel_unet'. I renamed 'train_lin' 'dual_channel_unet' so that the script would run without error. Is that OK or are the files inside 'train_lin' wrong?

Thanks for your help

@psimonjones
Copy link

I had a look at the files inside the Singularity container synb0_latest.sif and there is a directory called /extra/dual_channel_unet with pth files inside it that are identical to the pth files in /src/train_lin so I guess renaming it dual_channel_unet won't be worse than using the Singularity container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants