Skip to content

Conversation

PetrovKP
Copy link
Contributor

  1. Returned support of hardware and software for the logging.
  2. Extend cuml config for skin_segmentation workload
  3. Add loader for codrnanorm dataset

@PetrovKP PetrovKP added datasets Extension or fix load dataset extend Extend benchmarks labels Jan 11, 2021
@PetrovKP PetrovKP self-assigned this Jan 11, 2021
Comment on lines 317 to 318
"""
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty comment. Is this place for dataset description?

Copy link
Contributor Author

@PetrovKP PetrovKP Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied

paths = f'--file-X-train {file_train_data_x}'
if 'y' in dataset['training'].keys():
file_train_data_y = train_data["y"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file_train_data_y is used on line 130 and now might be unassigned.
I guess, need to change line 130 to if not utils.is_exists_files([file_train_data_x]):

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense, thanks! Applied

@PetrovKP PetrovKP merged commit 3a0d7b9 into IntelPython:master Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Extension or fix load dataset extend Extend benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants