iamkissg
iamkissg
Hi @seabay You might misunderstand what the hidden state of the 1st layer and the hidden state of the 2nd layer is. Use `encoder_hidden[:decoder_test.n_layers]`, we extract the normal time order...
Hi @seabay So sorry for my mistaking num_layers and hidden_size. Then here comes another question, does forward hidden and backward hidden alternate in layers or forward hidden comes first? ```...
Hi all, I have the same error. After checking what is inside `matches` (it's really a list of list of int, i.e. `[[1, 0, 3]]`, but not a list of...
Hi, @tgalery I cannot install the environment with the given *requirements.txt* file. Did you have the same issue? If not, could please explain how you install packages? Thanks.
@tgalery Actually, I cannot install the environment with the given command. Neither can I solve the dependency with `pip`. I'm so depressed.
Hi @tgalery, I have installed Anaconda. Before talking to you, I have tried many many times with different command combinations but always failed. I tried again with your suggestion, but...
Modelscope's GridVLP model is compiled by Torchscipt, so you can't run it with GPUs, right?
你用的是脚本版吗? 我用脚本版也不行, 换成插件版就行了.