Hello,
it looks like location of datadir is set (in network_loader.py) as:
datadir = '/gscratch/spe/mpun/protein_holography/data'
whereas it should be adjusted to wherever the code is installed in.
Otherwise bumping up python version to 3.10 and tensorflow-gpu to 2.8
seems to work on Ubuntu 20.04.6 LTS, whereas the original settings (3.8/2.6)
fail. At least in my hands.
Hello,
it looks like location of datadir is set (in
network_loader.py) as:datadir = '/gscratch/spe/mpun/protein_holography/data'whereas it should be adjusted to wherever the code is installed in.
Otherwise bumping up python version to 3.10 and tensorflow-gpu to 2.8
seems to work on Ubuntu 20.04.6 LTS, whereas the original settings (3.8/2.6)
fail. At least in my hands.