-
I'm building this from scratch to avoid the additional CPP code, and it seems to be working, however, when I compute
![](https://latex.codecogs.com/png.latex?%5Cdpi%7B300%7D%20%5Csum%20a%28x%29f…
-
### System information
- **Have I written custom code?**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04 or Windows 10 v1709 x64)**: No
- **astroNN (Build or Version)**: 1.1.0
- **D…
-
I'm hesitating asking this basic question, but what's the correct way using the token label models for basic image classification? I followed your instruction in [huggingface.co uniformer_image](https…
-
Are there specific strategies in **keras** to deal with class imbalance in the training set? or any recommendations about models to be aware of when this is a problem? Many classification problems are…
-
I set the model parameters as below:
```
model = Xnet(backbone_name='resnet152', input_shape=(None, None, 6), encoder_weights='imagenet11k', decoder_block_type='transpose')
```
And the error:
`…
-
### Issue Type
Performance
### Source
binary pypi
### Tensorflow Version
2.10.0
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 18.04
### Python ve…
-
https://jakevdp.github.io/PythonDataScienceHandbook/04.08-multiple-subplots.html
**Linear Regression Derivation**
https://towardsdatascience.com/linear-regression-derivation-d362ea3884c2
**ASS*…
-
### Issue type
Performance
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.13.1
2.16.1
tf-nightly (2.18.0-dev20240613)
…
nrad updated
4 months ago
-
import tensorflow as tf
from tensorflow.keras import datasets, layers, models
import matplotlib.pyplot as plt
import numpy as np
(X_train, y_train), (X_test,y_test) = datasets.cifar10.load_data()
X_t…
-
Create and train models on the multi_sybol_binary_classification data. Using Keras' LSTM layers with a (few) Dense layer(s) on the end using a softmax activation function.
The models must take a `[…