Vladimir-Chan
Vladimir-Chan
博主,这是tensorflow 2.0的教程吗,2.0版本应该已经没有placeholder这些函数了啊
Uhh, I don't know the reason, too. I met this problem when using the dataset built by myself. The environment is the same as your Python3 environment. However, I think...
Ok I found the reason. I process my dataset using the latest version of [tranx](https://github.com/pcyin/tranX/tree/master), but the file `components/vocab.py` in your code is the previous version of [tranx](https://github.com/pcyin/tranX/tree/acl2019_rerank). There are...
And I found the package `dataset` should be in your code. Could you please add the package to your code? @lighter47
> have you solved this problem? @Vladimir-Chan If I remember correctly, using Pytorch 1.3.0 may be helpful.
I also encountered this problem. After some effort I found the bug is located in line 25 of the file `src/pyshark/tshark/output_parser/tshark_xml.py`. Following is the method. ```python async def get_packets_from_stream(self, stream,...