-
After messing around, I could not use the package on my case. So I tried to run locally your your binary classification example from here: https://deeptables.readthedocs.io/en/latest/examples.html#bin…
-
Hi,
Can one easily retrieve outputs from the regression, classification and masks submodel ?
The following trick cannot work because of the submodel embedding in a keras.Models object for each of …
-
See https://machinelearningmastery.com/how-to-make-classification-and-regression-predictions-for-deep-learning-models-in-keras/ and https://machinelearningmastery.com/save-load-keras-deep-learning-mod…
-
同じ意味で使われていると思われる`training`が「学習」と訳されている部分と「訓練」と訳されている部分があるように見受けられる。
例えば「学習データ」と「訓練データ」
範囲が広いので相談したい。
以下は「学習」と「訓練」が含まれるファイルの一覧。
ただし「学習」の検索結果には「過学習」なども含まれる。
```
[site] %ag -l 学習
ja/guide/autog…
-
[ImportError: cannot import name 'tensor' from 'tensorflow.python.framework ' error fromTensorflow object detection api model_builder_tf2_test.py](https://stackoverflow.com/questions/78368737/importer…
-
**Describe the bug**
I am fine-tuning the Keras implementation of Albert for my dataset for a classification problem by following the documentations present here - https://keras.io/api/keras_nlp/mode…
-
Hello, I have the following environments:
tensorflow==1.15.0 and keras==2.3.1 and python==3.6
When I try to run the basic line:
model1 = sm.Unet('resnet34', encoder_weights='imagenet')
I g…
-
**已认领:**
---
**已完成:**
* [performance/_toc.yaml](https://github.com/xitu/tensorflow-docs/blob/zh-hans/performance/_toc.yaml) @slyrx
* [performance/index.md](https://github.com/xitu/tensorf…
-
Hi, I work in google colab, try to import segmentation_models_3D as sm, but I get an ImportError: cannot import name 'base' from 'segmentation_models_3D'. I installed keras >= 2.2.0, tensorflow >= 1.1…
-
We need to convert keras.io examples to work with Keras 3.
This involves two stages:
## Stage 1: tf.keras backwards compatibility check
Keras 3 is intended as a drop-in replacement for tf.ker…