beyondguo

Results 16 issues of beyondguo

I have more than 10000 pictures to caption. It successfully captioned 1000 pictures and then I got this error: ``` /root/torch/install/bin/luajit: /root/torch/install/share/lua/5.1/image/init.lua:235: Not a JPEG file: starts with 0x47 0x49...

![image](https://user-images.githubusercontent.com/37113676/179149159-bbbda0c8-a661-403c-87ed-dc2b4219cd68.png) Hi, if I want to change some values of the dataset, or add new columns to it, how can I do it? For example, I want to change all...

enhancement

## 描述 在Mac M1上无法安装。 ![image](https://user-images.githubusercontent.com/37113676/124549827-4faf9380-de62-11eb-80b2-016d553f627a.png) ## 功能 ## 操作系统 - [ √] macOS or Mac OSX - [ ] Windows - [ ] Linux(Debian, CentOS, Ubuntu, etc.) ## 代码版本 ##...

Hi Jason! Sorry to interrupt you. I can't contact you via email. I have to try this place. I am very interested in your EMNLP paper "**Good-Enough Example Extrapolation**", which...

How to generate more than 1 augmented samples using Back-Translation method? Current implementation of `BackTranslationAug` can only support generating a single text, but actually we can change the decoding strategy...

Using Context-word-enbedding augmenter: English: ```python text = 'hi how are you' context_aug = naw.ContextualWordEmbsAug( model_path='bert-base-uncased', action="substitute") augmented_text = context_aug.augment(text) print("Original:") print(text) print("Augmented Text:") print(augmented_text) ``` output is ok: ``` Original:...

bug

It there going to be a platform so I can evaluate my method on it?

作者你好!非常感谢你的代码,清晰明了。有一个小细节想讨论一下: 在根据loss判断模型是否更好的时候,会通过evaluate函数计算loss: ```python def evaluate(config, model, data_iter, test=False): model.eval() loss_total = 0 predict_all = np.array([], dtype=int) labels_all = np.array([], dtype=int) with torch.no_grad(): for texts, labels in data_iter: outputs = model(texts)...

### Required prerequisites - [X] I have read the documentation . - [X] I have searched the [Issue Tracker](https://github.com/baichuan-inc/baichuan-7B/issues) and [Discussions](https://github.com/baichuan-inc/baichuan-7B/discussions) that this hasn't already been reported. (+1 or comment...

question