-
## ❓ Questions & Help
Hi guys, I am runing deepchem 2.8.0 in windows 11, with tensorflow 2.17.0 (keras 3.5.0), also pytorch(2.1.0+cu118).
when I run the examples from the tutorials:
import deep…
-
Hi, thanks for sharing your code - it looks really valuable. I'm having a hard time running `model_fitting.py`, when it calls `build_SST_ANN` and `build_SERT`
```
ValueError: Tried to convert 'inp…
-
import keras.models could not be resolved error solution
-
Hi, I am trying to download the weights of the model, but get:
```
Downloading data from https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/ISR/rrdn-C4-D3-G32-G032-T10-x4-GANS/rrdn-C4-D3-G3…
-
Hi,
I have installed all dependencies through python pip install, but I still got this error:
ImportError: No module named keras.models
I have Keras==2.2.4 installed. Is it due to the script …
-
**Versions**
```python
print(tf.__version__)
print(keras.__version__)
print(keras_vggface.__version__)
1.14.0
2.2.4
0.6
```
**Bug reports:**
I am trying to load the rcmalli_vggfa…
-
Hello,
Trying to run the vignette but stuck here. Appreciate your advice. Best.
> cells
-
Hello,
I read the corresponding publication to your code and landed here.
In following your instruction for installation, I repeatedly arrive at the same error at the point of "check installation" …
-
I am having some issues with the DeepMreye demo using the exemplary data from the 2 first participants from the sample dataset as instructed in the notebook "deepmreye_example_usage_pretrained_model_w…
-
### 🚀 The feature, motivation and pitch
LayerNorm starts to be applied to image data on per-channel basis (e.g. in ConvNeXt model).
`torch.nn.LayerNorm` support normalization only on the last se…