-
Using the code from the notebook
```# import keras
import keras
# import keras_retinanet
from keras_maskrcnn import models
from keras_maskrcnn.utils.visualization import draw_mask
from keras…
-
Hi there,
We're attempting to use `tf-keras-vis` "in production". We want to create a REST API that takes in an image and returns two things at once:
1. a float (a "score") that is the output of…
-
TensorBoard is TensorFlow's visualization toolkit, it can do many visualization works as https://www.tensorflow.org/tensorboard described. To use this toolkit with the model, the easy way is to use `t…
-
Migrated from the very popular https://github.com/tensorflow/tensorflow/issues/842!
@cesarsalgado says:
> I would like TensorFlow to have an official tool similar to this https://github.com/yosi…
-
Ptython skills:
- python libraries for data science & machine learning (pandas, numpy, scikit-learn)
- data crunching and exploratory data analysis
- supervised learning: classification and regres…
-
- [x] Check that you are up-to-date with the master branch of keras-vis. You can update with:
pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
- [x] If running on Tensor…
-
The training loop abstraction has a visual progress bar for tracking statistics during training. In many cases, it's desirable to log or store training statistics for later analysis, or to send those …
-
Hi,
I tried to run attention.ipynb [here](https://github.com/raghakot/keras-vis/blob/72bb8df635f1f16384537ae4a79e2edd5653da8f/examples/vggnet/attention.ipynb) with Tensorflow backend. But it showed…
-
### Current Behavior
There seems to be an issue when running a sweep on a notebook, using Keras. i can see the results of each individual run but i cant find the visualization of the sweep, here is…
-
I am trying to train the https://public.roboflow.com/object-detection/self-driving-car/3 dataset with YOLOv8 using Keras (I used the example from [https://keras.io/examples/vision/yolov8/[Keras](https…