-
Hello,
This is more an enhancement request than a real issue. I am quite lazy waiting 10+ hours to process the book's Char-RNN training from chapter 16. Is it possible to upload or link to a pre-tr…
-
Hi everyone, I'm new to Mamba. I see in Mamba2 that there is causal 1D conv, so that Mamba2 can only focus on the previous tokens when predicting the current token. But if I want Mamba2 to be able to …
-
I read your article on medium
https://medium.com/swlh/a-technical-guide-on-rnn-lstm-gru-for-stock-price-prediction-bce2f7f30346
Modified part of the code to accept volume
```
def ts_train_te…
-
hi Abraham and first of all, thank you for your amazing job... i have a couple of question:
- what's the purpose of the back up?
why in some particular cases you perform a backup? is it necessary …
-
-
Currently, we need to update the old models to their newer versions (rnn_1, rnn_2 -> rnn_10, rnn_7).
- [x] Update Flourish's models.
- [ ] Update neoprene's models.
-
Hi, I have some problem.
I compile the code that lm_rnn.py
a float is required...
File "lm_rnn.py", line 219, in
main()
File "lm_rnn.py", line 213, in main
save_rnnlm_model(ar…
-
### What happened + What you expected to happen
I had a RNN model inheriting modelV2 that had worked well with ray 2.2.
In ray 2.9, I set the option as required:
config.experimental(_enable_ne…
-
Hi this is MJ - I've been attempting to load my custom trained model (that I know outputs melodies and training works based on my manual method) to respond to the MagentaJS tutorial. When I run throug…
-
i was trying this out and i got this im not good with code what am i doing wrong?
Traceback (most recent call last):
File "main.py", line 4, in
import rnn
File "/home/parrot/Documents/AI_…