tlifcen

Results 8 comments of tlifcen

I have also met the 'gbk' problem. When I solved it, the same dimension error raised. I hope the author can help us. Thanks very much! @shashiongithub

This error is returned after I executed the command, but I don't know where this dimension error came from. I use python 3.7 and tensorflow 1.13.1, the environment is windows...

Hi Shashi, I would like run your code on my own data. How can I preprocess the dataset that can be used in your code and get the .doc, .title...

Hello, I used AMI dataset to test the code without GPU, and I met this problem: ``` INFO:root: Model parameter initialization finished. INFO:ignite.engine.engine.Engine:Engine run starting with max_epochs=50. INFO:ignite.engine.engine.Engine:Epoch[1] Complete. Time...

> > > The error comes because newer versions of `ignite` save model checkpoints as `state_dict` by default (see [here](https://github.com/pytorch/ignite/commit/79e5233438d46ebfd205b7942866ccdcd990efda#diff-18cd1a3c06de70b0e34b8fcf32940b30)). > > To fix, change the nnsum code [here](https://github.com/kedz/nnsum/blob/master/nnsum/trainer/labels_mle_trainer.py#L244) from:...

> > Can you give me the versions of python, torch, and ignite that you are using, along with the commandline arguments you are using? I can't reproduce this error....

Hello, I'd like to test the cnn-dailymail dataset, but I can not download the dataset. So, I used reddit dataset to test the code. I tried with the command: ```...

I want to use your code to do a part of my research. But I have some problems about the dataset. What's the format of the input data? How to...