-
-
数据及的标签是数字啊,数字对应的也不是alphabets文件中的汉字,是不是有别的标签文件呀
-
I have obtained the feature vectors from last layer of the CNN (10, 50, 4, 4). I would like to feed them into LSTM (using char_rnn.py code modified).
However, I am getting the following error of m…
-
Hi~
I have some questions about trainning process.
Does the model only process fixed batch_size and sequence_length? How to process dynamic batches?
When running the last batch (less than batch_s…
-
This was much harder to follow than the other three in this chapter. I think it would have been helpful to first have had the gluon port of what the other three do, so we can compare speed, readabilit…
-
Hi,
thank you so much for all the effort you put into this vm!
Unfortunatly, I can't get it to work. I downloaded the repo, extracted it into a folder und ran vagrant.
After connecting with putty i…
-
I am hoping to use this in an application where the algorithm completes a sentence for you. Where in rnn_play.py is the seed text given?
-
in my gpu server, remove the summary tensor make training 10x times faster. Please consider add a switch to close tensorboard summary.
-
AttributeError Traceback (most recent call last)
in
49 model.train()
50 optimizer.zero_grad()
---> 51 classes = model(data)
5…
-
----
ANN
![image](https://github.com/kurtzace/diary2023/assets/2136211/e3a5287a-e4e6-42ba-aad6-323132470eba)
3d plot
![image](https://github.com/kurtzace/diary2023/assets/2136211/c1882a9d-1c0…