Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kornuta <[email protected]>
  • Loading branch information
tkornuta-nvidia committed Jun 3, 2020
1 parent 315bd79 commit 800b771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,7 @@ def divideData(data, infold, outfold):

# Check if the files exist
if (
if_exist(
abs_target_data_dir, ['ontology.json', 'dev_dials.json', 'test_dials.json', 'train_dials.json', 'db']
)
if_exist(abs_target_data_dir, ['ontology.json', 'dev_dials.json', 'test_dials.json', 'train_dials.json', 'db'])
and not args.overwrite_files
):
print(f'Data is already processed and stored at {abs_source_data_dir}, skipping pre-processing.')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""

import argparse
from os.path import expanduser, exists
from os.path import exists, expanduser

from nemo import core as nemo_core
from nemo.backends.pytorch.common import EncoderRNN
Expand Down

0 comments on commit 800b771

Please sign in to comment.