Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于代码的问题 #3

Open
ThomasVercetti opened this issue Apr 22, 2020 · 1 comment
Open

关于代码的问题 #3

ThomasVercetti opened this issue Apr 22, 2020 · 1 comment

Comments

@ThomasVercetti
Copy link

ThomasVercetti commented Apr 22, 2020

您好,在我使用Foursquare-Twitter数据集执行代码的过程中发生了如下问题:
Traceback (most recent call last):
File "run.py", line 106, in
experiments = service.list_experiments()
File "E:\anaconda\Anaconda\lib\site-packages\mlflow\tracking\service.py", line 68, in list_experiments
return self.store.list_experiments()
File "E:\anaconda\Anaconda\lib\site-packages\mlflow\store\file_store.py", line 82, in list_experiments
return [self.get_experiment(exp_id) for exp_id in list_subdirs(self.root_directory)]
File "E:\anaconda\Anaconda\lib\site-packages\mlflow\store\file_store.py", line 82, in
return [self.get_experiment(exp_id) for exp_id in list_subdirs(self.root_directory)]
File "E:\anaconda\Anaconda\lib\site-packages\mlflow\store\file_store.py", line 118, in get_experiment
return self._get_experiment(experiment_dirs[0])
File "E:\anaconda\Anaconda\lib\site-packages\mlflow\store\file_store.py", line 110, in _get_experiment
meta = read_yaml(experiment_dir_path, FileStore.META_DATA_FILE_NAME)
File "E:\anaconda\Anaconda\lib\site-packages\mlflow\utils\file_utils.py", line 153, in read_yaml
raise Exception("Yaml file '%s' does not exist." % file_path)
Exception: Yaml file '/data1/output.trash\meta.yaml' does not exist.
请问这个该怎么解决?
以及我按照Readme中提到的向Dr. Yong li 发邮件请求数据集,但是可能教授过于繁忙,至今未收到回复,请问您能提供一份ISP-Weibo的数据集给我吗?我的邮箱是[email protected]

@vonfeng
Copy link
Owner

vonfeng commented Apr 22, 2020

  1. mlflow 这里是用来记录实验结果,方便查看对比的,如果使用有问题,可以直接去掉相关代码,不影响整体。这个问题我不曾见过,也许你可以了解下mlflow的使用,可能会有所帮助
  2. 不好意思,这个数据集我个人不能直接传播。你可以重新发送邮件给我( feng-j16 at mails dot tsinghua dot edu dot cn),我会帮忙转发和提醒一下

Repository owner deleted a comment from ThomasVercetti Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants