Skip to content

Commit

Permalink
fix pipeline parallel mnist issue (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
bupt-wenxiaole authored Oct 18, 2023
1 parent ffdffd2 commit cb0cbee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import argparse
import os

d = {"paths": [{"file": "./mnist"}]}
d = {"paths": [{"folder": "./mnist"}]}

parser = argparse.ArgumentParser(allow_abbrev=False, description="dump mltable")

Expand Down

This file was deleted.

0 comments on commit cb0cbee

Please sign in to comment.