-
Please go to TF Forum for help and support:
https://discuss.tensorflow.org/tag/keras
If you open a GitHub issue, here is our policy:
It must be a bug, a feature request, or a significant prob…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 1…
-
I try to inferent 3dcnn model with tensorrt,but i have no idea adout how to build 3d tensor in tensorrt with c++, could you provide some example to it?
-
I used
python train.py
--data_dir data/split-by-sequence-identity-30/data/
--mode train
--batch_size 16
--num_epochs 50
--learning_rate 1e-4
(very similar to gnn and enn model training met…
-
I am trying to use a combination of siamese and 3dcnn, and I set the parameters like that:
def create_base_network():
model=Sequential()
model.add(Convolution3D(
kernel_size…
-
### Issue Report Checklist
* [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [ ] Read the relevant sections of the [Spyder Troubl…
-
Thanks for your really cool work and sharing the repository - your neurips paper's results looked very interesting. I am trying to retrain the 3dcnn model on the residue deletion task using the data s…
-
Hi everyone:)
I'm trying to use keras_explain in colab for my 3dcnn network
the visualization method I want is LRP
but I'm ending up "AttributeError: 'Tensor' object has no attribute 'output'" erro…
ghost updated
3 years ago
-
I cannot find any lmdb files from the LBA dataset. I downloaded the dataset from the link posted [here](https://www.atom3d.ai/lba.html), and it only contained pdbbind_3dcnn.h5 and some txt files. I wo…
-
I want to perform regression by stacking 2 images, I was a bit confused on how to do it. Any help is appreciated.
Thank you.