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

torch2Paddle源码拼写出错 #772

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

seancoding1
Copy link

Create A Good Pull Request

torch2Paddle源码拼写出错
位置在:x2paddle/project_convertor/pytorch/torch2paddle/io.py, line 172,
seld.batch_sampler.sampler = sample r改成 self.batch_sampler.sampler = sampler

下面的文字请保留在PR说明的最后面,并在提完PR后,根据实际情况勾选确认以下情况

Please check the follow step before merging this pull request

  • Python code style verification
  • Review all the code diff by yourself
  • All models(TensorFLow/Caffe/ONNX/PyTorch) testing passed
  • Details about your pull request, releated issues

If this PR add new model support, please update model_zoo.md and add model to out test model zoos(@wjj19950828)

  • New Model Supported
  • No New Model Supported

@wjj19950828
Copy link
Collaborator

@seancoding1 提PR流程如下:
1、fork X2Paddle分支,并git clone 你的repo
2、输入下列命令

git remote add upstream https://github.com/PaddlePaddle/X2Paddle.git
git fetch upstream
git remote -v #查看
git checkout -b 分支名
git merge upstream/develop

3、在你的分支上修改后,提PR到对应分支名

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

Successfully merging this pull request may close these issues.

None yet

3 participants