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 training files form a network drive? #1

Open
CirilBohak opened this issue Mar 2, 2022 · 0 comments
Open

Missing training files form a network drive? #1

CirilBohak opened this issue Mar 2, 2022 · 0 comments

Comments

@CirilBohak
Copy link

I am trying to run this version of the CryoGAN code to replicate the results from the paper.

Once I fixed issues with the provided environment, where specific package versions are missing:

pip install torchvision==0.10.0
pip install tensorboard
pip install setuptools==59.5.0

And fixing some imports issues and comment out calls to non-implemented functions in file wrapper_cryogan.py:

#        self.cryogan.init_encoder()

I get the error below where the script is trying to access some files on network drives

File "/home/bohakc/cryogan/CryoGAN/src/dataio.py", line 130, in init_gt_generator
    with mrcfile.open("/sdf/home/h/hgupta/ondemand/CryoPoseGAN/figs/GroundTruth_Betagal-256.mrc") as m:
FileNotFoundError: [Errno 2] No such file or directory: '/sdf/home/h/hgupta/ondemand/CryoPoseGAN/figs/GroundTruth_Betagal-256.mrc'

Can you please check how one can resolve this issue?

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

1 participant