zshy1205

Results 6 issues of zshy1205

I use "pip install sru[cuda]" to install the sru, but when I import SRU, This error is occured。 Please help me , thanks. >>> import sru /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py:252: UserWarning: !! WARNING...

Can U tell me which tensorflow version you used? and how to Frozen bert ?

I use aft_full model,6 layers. and I use it in init with this code: ``` self.encoder_transformer = nn.ModuleList() for _ in range(6): self.encoder_transformer.append(AFTFull(max_seqlen=500, dim=512,hidden_dim=256)) ``` and in forward function, I...

I use " "algorithm": "mgda", "use_approximation": true,", That's mean the MGDA_UB is used。 When I trained the task,At the begin time, It can run true. But when it run some...

can you help me? how can I train the model with eval? I use tensorboard, the loss is only one。 ![image](https://user-images.githubusercontent.com/10416252/141040468-57d8de72-ba1a-44e9-a79e-1d5d2cb1922b.png)

what is sft model? in text2semantic_sft.yaml, it have " ckpt_path: checkpoints/text2semantic-medium-v1-2k.pth resume_weights_only: true " What is the difference between sft and without sft?