-
Hi bmaltais,
thanks for your hard work!
It seems there's yet another data validation added all of a sudden:
```
2024-04-18 11:26:03.408209: E tensorflow/compiler/xla/stream_executor/cuda/cuda_…
bjspi updated
7 months ago
-
Hi, I am getting the following error when running the mnist example via fpm
```
$ fpm run --example mnist --profile debug --compiler ifort
mod_constants.f90 done.
mod_random…
ofmla updated
1 month ago
-
# URL
- https://arxiv.org/abs/1708.03888
# Affiliations
- Yang You, N/A
- Igor Gitman, N/A
- Boris Ginsburg, N/A
# Abstract
- A common way to speed up training of large convolutional networks …
-
Would it be helpful to add ability to manually change learning rate during training? I have naive implementation of this feature [here](https://github.com/r-zemblys/tensorflow-wavenet/tree/dev).
![lr2…
-
Hello,
Are there any plans of including FTRL solver to this library? I guess it's fairly straight forward. I'm sorry I might not be able to contribute it myself because I am not fluent in Cython etc.…
binga updated
4 years ago
-
Hello,
I'm working on a project and I use scikit-optimize for Bayesian optimization. Since I'm running my code on my home and work computer I found that the `gp_minimize() `optimization yields (sl…
-
I'm trying to set up this node but i keep getting the following error:
This is the system i'm running on:
Total VRAM 6144 MB, total RAM 16337 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 N…
-
Hey, after training (~200M) showing good reward, Enjoy shows bad reward numbers on unseen data. When including the training data in Enjoy the reward matches training. So, it seems the model "remembers…
-
Thanks for the great paper!
I've created another open source implementation of the SHA RNN here: https://github.com/talonvoice/sha-rnn
I trained with similar parameters to the single head model …
-
Hii
I'm using this code in my masters thesis and have some points to discuss:
- Learning rate: initial is too high (1 as default) and doesn't decrease by epochs
- i changed the code [images attached…