-
Hello,
I'm getting trouble in using keras-vis for visualizing attention of the model.
Below is my model's architecture:
_______________________________________________________________
input_1 (Inp…
-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [ x] I checked to make sure that this issue has not been filed already.
## 1. The entire URL of…
-
除了cs229课程外,我想再扩展一下这个项目,收录一些其他的备忘录,比如:https://github.com/kailashahirwar/cheatsheets-ai
是否可以?
-
Hi,
I have a multi-inputs and multi-outputs model.
i.e. input: a=(?,5), b=(?,6,7) ; output: 10 digit multi-class target (like MNIST)
so that pred=model.predict([a]+[b]), which works as inte…
-
How should a library integration developer extend the modelcard here to fit their usecase?
It would be nice to start with a documentation to explain how the workflow works for us to set the API. I …
-
**System information**
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.17763 N/A Build 17763
TensorFlow installed using 'conda'.
tensorflow v2.2.0-rc4-…
-
This provides a high level overview of how each one of us will be get involved. Feel free to create a new issue to describe how you will progress with your task and link your solutions to the issue.
…
-
Thanks for your great work!
When I train, I report an error:
ValueError: When passing a list as loss, it should have one entry per model outputs. The model has 1 outputs, but you passed loss=['mse'…
-
**Issue Title**: Develop LSTM Model for Malicious Node Detection in Proof-of-Stake Blockchain Dataset
**Description**:
We are using a dataset of over 10,000 entries that contains node data from …
-
Hi, I have trained a model on this dataset: http://vis-www.cs.umass.edu/lfw/, to segment face and hair.
When testing, sometimes I got only one mask when it should be two(one for hair and one for face…