-
**when i use this model to predict molecular melting point,i met a question that i can not solve yet**
when i run this code:
the problem:
AttributeError: module 'deepchem.models' has no attribute…
luwry updated
6 years ago
-
@cclauss has pointed out several issues discoverd by running flake8. We may want to run it on CI too.
Currently the following issues need to be addressed before flake8 will run without errors on CI…
leezu updated
6 years ago
-
Hi,
I can reproduce this problem with a python file containing only one line:
import tensorflow
obviously you need tensorflow installed. just start it two times from spyder3 ide and it wil…
dsmic updated
5 years ago
-
when i have the trained model , but i want to use the python code to do detection.
can someone tell me how to do inference on one image using trained model?
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
I have several questions in respect of applying your model for other applications:
I have a dataset with big images. Do I have to change architecture of your default network for using in other datas…
-
Hi,
I met a problem with TextCNN.
The file contains the SMILES of small molecule fragments and their corresponding energies has been attached.
[test.zip](https://github.com/deepchem/deepchem/fi…
-
So I was trying to plug this ST module into a the write attention part of a DRAW model, and I just couldn't get it to work. After a grueling day of trying every parameter choice, I tried comparing the…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
Hi,
In the script main.py, it's cool that you input the output of the localization network to the spatial transformer to obtain the transformed image as h_trans. But, post that you are providing th…