-
**System information**
- OS Platform and Distribution: Monterey 12.6.3 (M2)
- Python version: 3.11
- DeepTables version: 0.2.5
- Other Python packages: `keras==2.14.0 ml-dtypes==0.2.0 tensorboard=…
-
Description :- Classification of different types of natural diamonds on the basis of shapes like round, cushion, radiant, emerald, heart, oval, etc using dl modles and comparing their preformance usin…
-
The following code snippet:
```
model = dc.models.GraphConvModel(12, batch_size=50, mode='classification')
mols = ['C', 'CCCC']
# Train the model here
feat = dc.feat.ConvMolFeaturize…
-
build a transfer learning pipeline using Keras, testing some pre-trained image classification models (InceptionV3)
-
When i turn on `heatmap = True` when training the image classifier I get this error:
>
> fitting model for the dataset
> Traceback (most recent call last):
> File "imag…
-
Hey,
I'm trying to use doubtlab with my Keras model that does image classification. I have a model that is already trained and a test dataset. I want to find data from my test dataset that have a …
-
Opening up this issue to coordinate work on a new keras/tensorflow template – @jaymody and @EteimZ have shown interest in this. Guys, please feel free to share here if/how you want to work on this and…
-
Constructing an instance of any of the densenets via the `Classifiers.get()` method fails when using `include_top = False` option.
### Example:
```
from classification_models import Classifiers
…
-
### System information
- **Have I written custom code?**:
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04 or Windows 10 v1709 x64)**:Mac M1
- **astroNN (Build or Version)**:
- **Did you…
-
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…