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

没有开源模型代码 #18

Open
yangte3518880 opened this issue Dec 6, 2023 · 7 comments
Open

没有开源模型代码 #18

yangte3518880 opened this issue Dec 6, 2023 · 7 comments

Comments

@yangte3518880
Copy link

找不到models.distributed_gpt3文件,什么时候可以开源模型代码

@xhyandwyy
Copy link
Collaborator

已开源

@zwsjink
Copy link

zwsjink commented Dec 15, 2023

已开源

在哪个repo呀, 目前尝试执行 downstream finetune时候报错:
Traceback (most recent call last):
File "downstream/run_cls_distributed_gpt3.py", line 26, in
from models.distributed_gpt3 import DistributedGPT3_Cls
ModuleNotFoundError: No module named 'models.distributed_gpt3'

@xhyandwyy
Copy link
Collaborator

已更新代码,辛苦提醒

@yangte3518880
Copy link
Author

在downstream/run_caption_distributed_gpt3.py中引用了下面的代码
from evalcap.coco_caption.pycocotools.coco import COCO
from evalcap.coco_caption.pycocoevalcap.eval import COCOEvalCap
代码库中没有evalcap文件夹,这里的evalcap文件夹下的coco_caption和coco官方的caption代码https://github.com/tylin/coco-caption/tree/master是一样的吗

@yangte3518880
Copy link
Author

from optim import create_optimizer, create_two_optimizer
optim部分的代码也没有

@zwsjink
Copy link

zwsjink commented Dec 21, 2023

evalcap

弱问楼主,你 from dataset import create_dataset, create_sampler, create_loader
这一行能执行么,也是在run_caption_distributed_gpt3.py 里的,我找不到这几个 helper function 的定义。

@xhyandwyy
Copy link
Collaborator

问题都已解决,欢迎继续讨论!!!

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

3 participants