-
Madam while running train.py from Deep-Learning/depth_estimation/ i received the following error
TypeError: 'Not JSON Serializable' while doing tf.keras.Model.save
after completing one epoch
…
-
Hola. Que al intentar correr
mlp.fit(X_train, y_train_onehot, epochs=40, batch_size=32, verbose=1, validation_split=0.2 )
Me sale el siguiente error:
![Error](https://user-images.githubusercontent…
-
1. I have tried to train the model on synthetic data (keras-ocr https://keras-ocr.readthedocs.io/en/latest/examples/end_to_end_training.html#generating-synthetic-data). I have 10000 background images.…
-
After initializing a keras model:
``` ruby
def build_keras_regressor_model():
model = keras.Sequential([
layers.Dense(64, activation='relu', input_shape=[len(train_dataset.keys())]),
la…
-
I'm running the below example in tf 2.0 and I get an error `AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'export_meta_graph'`. It seems the build_graph function is incompati…
-
## Environment
* OS: MacOS
* Python version: 3.11
* DeepChem version: 2.8.0
* RDKit version (optional): 2024.3.1
* TensorFlow version (optional): 2.16.2
* PyTorch version (optional):
## …
-
Will it be better when I use nn.Embedding(num_embeddings=256) to handle emg_data? Due to its range from [-128,127].
I use Pytorch to reproduce your project. However, my model's accuracy on val data i…
-
**System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian Unstable
-…
-
Following code is failing for me and have shared TF version summary also. Is this module not compatible with tensorflow-gpu 2.0.0b1 ?
from classification_models.keras import Classifiers
ResNet1…
-
```
v = ViT(
image_size = 256,
patch_size = 32,
num_classes = 4,
dim = 1024,
depth = 6,
heads = 16,
mlp_dim = 2048,
dropout = 0.1,
emb_dropout = 0.1
)
…