-
Hi, If I want to use CT scans , so the width is 128, length 128 and the depth for example 96, how can I use Resnet
-
Hello, the tensorflow-gpu2.8 version has been installed in my virtual environment. During the installation of your segmentation-models-3d, the tensorflow2.12 version will be downloaded to me automatic…
-
An extremely important challenge in antibody design is making "no-go" predictions to filter out antibodies that would not be able to bind to the target antigen. Since machine learning has been shown t…
-
Hello,
I have a regression model that I composed by taking a MobileNet classifier (pre-trained with ImageNet weights), then removing its classification head and adding a flatten+dense layer that sp…
-
Inference stuck when repartition the dataset. Code to reproduce the issue:
```python
import random
import tensorflow as tf
from pyspark.ml.feature import StringIndexer,VectorAssembler,Standard…
-
### Model description
MaxViT: Multi-Axis Vision Transformer is one of the nice papers of late 2022 which is also published in [ECCV 2022](https://arxiv.org/pdf/2204.01697v4.pdf) by Google AI.
* …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Error:
```
warnings.warn('`Model.fit_generator` is deprecated and '
2020-11-23 14:56:55.114107: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:116] None of the MLIR optimization passe…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### W…
-
Hi, I have tried with the below an trained got an accuracy 80%
'''This script goes along the blog post
"Building powerful image classification models using very little data"
from blog.keras.io.
…