Open xy127 opened 1 year ago
Of course, I am willing to give some advice about your issues.
---TRAINING DATA PATH---
is the directory that contains 0.pkl and 1.pkl.---VALID DATA PATH---
and ---TEST DATA PATH---
can be a subset of training data sampled from 0.pkl or 1.pkl.ImportError: cannot import name 'ATOM_RADIUS' from 'common'
from common import ATOM_RADIUS, ATOMIC_NUMBER, ATOMIC_NUMBER_REVERSE
to from ..shape_pretraining.common import ATOM_RADIUS, ATOMIC_NUMBER, ATOMIC_NUMBER_REVERSE
can fix the problem.What should the path for task.data.test.path.samples?
task.data.valid.path.samples
.Is task.model.path the path to 1WW_30W_5048064.pt ?
Hello longlongman, I'm new to deep learning. Please bear with me for some dump questions.
The vocab directory contains two files produced by 'get_fragment_vocab.py' : 'BRICS_RING_R.vocab.pkl' and 'BRICS_RING_R.494789.pkl'
The ---TRAINING DATA PATH--- is simply the path to get 0.pkl and 1.pkl
But what about valid data path and test data path? ( I just put it same as training data path)
When executing train.sh another error occured
pkg_resources.DistributionNotFound: The 'typing-extensions~=3.7.4' distribution was not found and is required by tensorflow
And I believe it is related with the first error during installing.