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
My question is I get an error in batch =e_test_1.next_batch() part of a code block like below
ValueError: Could not read /content/5bqh_protein_nowat.gninatypes/5bqh_protein_nowat.gninatypes
The problem is that the path of the file changes from /content/5bqh_protein_nowat.gninatypes to /content/5bqh_protein_nowat.gninatypes/5bqh_protein_nowat.gninatypes and cannot find it.
Is there a mistake I made while creating the ExampleProvider?
How does it find the 5bqh_protein_nowat.gninatypes file in /content. Is there a search function running in core molgrid that searches for the protein gninatypes in sample.types to find in /content?
I have a gninatypes file. The path of this file is
gninatype_dir
I have a sample.types file containing a single line. The contents of the file are as follows.
12.531857 1.317891e+01 3.390248e+01 5bqh_protein_nowat.gninatypes
My question is I get an error in
batch =e_test_1.next_batch()
part of a code block like belowValueError: Could not read /content/5bqh_protein_nowat.gninatypes/5bqh_protein_nowat.gninatypes
The problem is that the path of the file changes from
/content/5bqh_protein_nowat.gninatypes
to/content/5bqh_protein_nowat.gninatypes/5bqh_protein_nowat.gninatypes
and cannot find it.Is there a mistake I made while creating the ExampleProvider?
The text was updated successfully, but these errors were encountered: