charlesfufu

Results 19 comments of charlesfufu

> @FrankWork i think the original paper didn't use test data but use the eval data which divided from train data You codes don't have the train or test data,So...

已解决 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: lsy641 发送时间: 2019年7月10日 19:27 收件人: macanv/BERT-BiLSTM-CRF-NER 抄送: charlesfufu , Author 主题: 回复:[macanv/BERT-BiLSTM-CRF-NER] 如何变训练边输出损失loss? (#175)

> 不好意思,暂时没有开源的打算,baseline的话,[这个](https://github.com/JavisPeng/ecg_pytorch)已经写得很好了 > > 关于数据分析和模型,PPT里已经介绍得很详细了 能分享一下数据吗?baseline的数据也缺失啊。没有提供label也无法训练

> Hi, `file` is only in Python 2.7X, and your python version is 3.6. You can try replace `file` into `open` ![image](https://user-images.githubusercontent.com/33311822/46993641-cf412580-d142-11e8-9934-9ca22ca34d79.png) How about this one?

> The training phase should be in this way in the terminal: > > ``` > python main_sem.py train > ``` > If you run code in IDE (e.g., Pycharm)...

def train(**kwargs): ![image](https://user-images.githubusercontent.com/33311822/46996456-44b2f300-d14f-11e8-8137-c3804ac65d09.png) Where is the value of the parameter?

> The normal output of main_sem should be: > ![image](https://user-images.githubusercontent.com/10215945/46995535-bd17b500-d14b-11e8-9802-19654b341610.png) > > Maybe the environment difference? Maybe you should upgrade your program with python3

> > The normal output of main_sem should be: > > ![image](https://user-images.githubusercontent.com/10215945/46995535-bd17b500-d14b-11e8-9802-19654b341610.png) > > Maybe the environment difference? > > Maybe you should upgrade your program with python3 ![image](https://user-images.githubusercontent.com/33311822/46996828-898b5980-d150-11e8-9837-30eed3bb889e.png) I...

> OK, I will update my code with Python3.X. > You can change `config.py` Line 66: > > ``` > .iteritems() -> .items() > ``` > Maybe there will be...

> > > The normal output of main_sem should be: > > > ![image](https://user-images.githubusercontent.com/10215945/46995535-bd17b500-d14b-11e8-9802-19654b341610.png) > > > Maybe the environment difference? > > > > > > Maybe you should...