-
### Description
Description:
Train a simple CNN on the Fashion MNIST dataset using Tensorflow Keras.
Install Keras Tuner library to get hyperparameters of CNN model like No of Filters, Filter S…
-
Following example fails with error ``AssertionError: dense_input:01 is disconnected, check the parsing log for more details.``.
```
model = quantize_model(
keras.Sequential([
…
-
Hi everyone :)
I'm working on sentiment analysis on the `Sentiment-140` dataset and use `fasttext ` for word embeddings. Here's my embedding code snippet [taken from here](https://github.com/intel-…
-
## My env :
2 NVIDA GeForce RTX 2080 Ti
pytorch 1.5.0
## Data source : http://www.statmt.org/wmt17/translation-task.html
include "News Commentary v12" and "UN Parallel Corpus V1.0"
## Data…
-
### 📚 The doc issue
Hey,
it is a bit confusing for me and my group for which cases [SparseAdam](https://pytorch.org/docs/stable/generated/torch.optim.SparseAdam.html) can be used:
There is a …
-
Hey, I am trying to run the example on Ubuntu, only CPU with
```
th neural_style.lua -style_image examples/inputs/picasso_selfport1907.jpg -content_image examples/inputs/brad_pitt.jpg -output_image p…
-
### 基本信息
- 你使用的**操作系统**: Ubuntu18.04
- 你使用的**Python**版本: 3.6.13
- 你使用的**Tensorflow**版本: tf2.1.0
- 你使用的**Keras**版本: 2.3.1
- 你使用的**bert4keras**版本: 0.9.2
- 你使用纯**keras**还是**tf.keras**: tf.keras
- …
-
I could be wrong in this, but looking at the code for [sgd](https://github.com/dmlc/MXNet.jl/blob/master/src/optimizers/sgd.jl) and [adam](https://github.com/dmlc/MXNet.jl/blob/master/src/optimizers/a…
-
Hello!
Thank you for a nice study and a nice repository! :D I am currently trying to re-use some of your hyperparameters from the study, e.g., those for `Complex` for the `YAGO3-10` dataset. Howev…
-
### Motivation for the feature
By default, ivadomed's only uses Adam optimizer:
https://github.com/ivadomed/ivadomed/blob/fe4b6ad0a23db2b5b336b3e8b72cca9e5953bcd2/ivadomed/training.py#L134-L…