You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHERE I CAN SEE THE OUTPUT:-
WHERE I NEED TO EXECUTE IT:-
WHEN I AM TRYING TO EXECUTE EACH.PY EXTENSION SEPARATELY. IT IS ASKING FOR SEPARATE INSTALLATION FOR PACKAGES EVEN THOUGH IT INSTALL THOSE PACKAGES IT IS NOT WORKING WHY? HOW CAN I RESOLVE IT
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
this is the link to the file: https://github.com/geet2019/deepmind-research/tree/master/alphafold_casp13 how can I download the dataset and where I can save it.
https://github.com/geet2019/deepmind-research/blob/master/alphafold_casp13/run_eval.sh
Run contact prediction over 4 replicas.
for replica in 0 1 2 3; do
echo "Launching all models for replica ${replica}"
I tried to run these commands from the shell is it possible to do so.
Run the distogram model.
python3 -m alphafold_casp13.contacts
--logtostderr
--cpu=true
--config_path="${DISTOGRAM_MODEL}/${replica}/config.json"
--checkpoint_path="${DISTOGRAM_MODEL}/${replica}/tf_graph_data/tf_graph_data.ckpt"
--output_path="${OUTPUT_DIR}/distogram/${replica}"
--eval_sstable="${TARGET_PATH}/${TARGET}.tfrec"
--stats_file="${DISTOGRAM_MODEL}/stats_train_s35.json" &
WHERE I CAN SEE THE OUTPUT:-
WHERE I NEED TO EXECUTE IT:-
WHEN I AM TRYING TO EXECUTE EACH.PY EXTENSION SEPARATELY. IT IS ASKING FOR SEPARATE INSTALLATION FOR PACKAGES EVEN THOUGH IT INSTALL THOSE PACKAGES IT IS NOT WORKING WHY? HOW CAN I RESOLVE IT
The text was updated successfully, but these errors were encountered: