Jack-bo1220
Jack-bo1220
Hi, First of all, thank you for your excellent work. However, I have a small question about Deepglobe dataset. 1. As far as I know, the original validation and test...
Hi, a great job! I found that the result of SAM is not as good as the result in web demo. Have you solved this problem?
Hi, Thanks for your excellent work and codes! I have a question about the environment configuration, I hope you could help me if you have free time. when I run:...
encoder_layer = nn.TransformerEncoderLayer( TypeError: __init__() got an unexpected keyword argument 'norm_first' This will show an error after I delete it: transformer_output = self.transformer_encoder(x) tgt_len, bsz, embed_dim = query.size() ValueError: not...
How to increase the number of epochs in training? “num_train_epoch” seems to be invalid