-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.0And 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels