Open n4ndoz opened 5 years ago
training_50_dih.joblib
and validation_dih.joblib
are constructed by transforming the primary structure into dihedral angles, thus are too large to be committed to the repository. I recommend working with the notebook based on the tensor data instead or recreating the files by uncommenting and running this cell in the Full pipeline - txt data
notebook:
Sorry for taking so long to respond - my notification settings or GitHub aren't exactly doing what I'd expect them to.
Hi, Michal. I didnt uncommented the lines and followed the Tensor Data pipeline. THe problem is I'm getting an error.
`--------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last)
Didn't give enough care to versioning at the time of creating this repository.
It looks like the error is related to mixing numpy with tensorflow. Did you try converting the np.square()
calls to a TensorFlow equivalent?
Yep! I have tried it. I ended up reimplementing several parts of the code, so in the end it was a good inspiration anyways. Sorry for the long delay in answering.
PC setup: CPU: i9 GPU: GTX 1080 Memory: 32gb DDR4 Docker: 19.03.3 Tensorflow: 1.13.2
Issue: When trying to run the "Full pipeline - txt data" code it says there are some missing joblib files. Taking a look at your "Parsing txt", it says there's a need to extract those files together: training_50_dih.joblib validation_dih.joblib le.joblib ohe.joblib
Aside from le.joblib and ohe.joblib I could not find any of those. Is there any way I could work around those files or, eventually producing them myself? Or are you going to commit both?
Thank you in advance.