Skip to content

Missing training files form a network drive? #1

@CirilBohak

Description

@CirilBohak

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions