Open idleuncle opened 6 years ago
贴一下具体错误
bilm是elmo,elmo的效果不好,所以代码我没有维护
touch ../data/sentiment_word.txt
忽略情感词,并且注释train_predict.py中关于elmo的调用后,又出现model/model_basic.py中打开缺失的 ../data/sentiment_embedding.pkl失败,该文件也找不到。
明日回复
joezhow777
邮箱:joezhow777@gmail.com
Signature is customized by Netease Mail Master
在2018年11月17日 01:30,Jason Su 写道: touch ../data/sentiment_word.txt忽略情感词,并且注释train_predict.py中关于elmo的调用后,又出现model/model_basic.py中打开缺失的 ../data/sentiment_embedding.pkl失败,该文件也找不到。
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018","title":"nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018"}},"updates":{"snippets":[{"icon":"PERSON","message":"@idleuncle in #1: \u003cimg width=\"1027\" alt=\"screen shot 2018-11-17 at 1 18 43 am\" src=\"https://user-images.githubusercontent.com/23009769/48636843-fd967700-ea06-11e8-9bf6-d37a8d79c06e.png\"\u003e\r\n\r\n`touch ../data/sentiment_word.txt`忽略情感词,并且注释train_predict.py中关于elmo的调用后,又出现model/model_basic.py中打开缺失的 ../data/sentiment_embedding.pkl失败,该文件也找不到。\r\n\u003cimg width=\"1025\" alt=\"screen shot 2018-11-17 at 1 29 21 am\" src=\"https://user-images.githubusercontent.com/23009769/48637296-4438a100-ea08-11e8-989c-d9198595f1a9.png\"\u003e\r\n"}],"action":{"name":"View Issue","url":"https://github.com/nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018/issues/1#issuecomment-439467494"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018/issues/1#issuecomment-439467494", "url": "https://github.com/nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018/issues/1#issuecomment-439467494", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018] 百度云盘下载的预处理数据中缺少部份数据文件 (#1)", "sections": [ { "text": "", "activityTitle": "Jason Su", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@idleuncle", "facts": [
] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018\",\n\"issueId\": 1,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018\",\n\"issueId\": 1\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/nlpjoe/CCF-BDCI-Automotive-Field-ASC-2018/issues/1#issuecomment-439467494" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 412556123\n}" } ], "themeColor": "26292E" } ]
@idleuncle 代码已更新
感谢。模型训练部分运行通过了。但模型融合输出需要的stacking.py找不到,无法运行。
@idleuncle 添加进来了
data/sentiment_word.txt config.py中定义了很多./bilm/dump/下的文件,可是没有这个目录。
train_predict.py因缺少这些文件无法执行。