Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tiny fix
  • Loading branch information
farizrahman4u committed Mar 12, 2019
commit d60b601ac84a46a8738d67e8d2486addf8642f70
2 changes: 1 addition & 1 deletion keras/utils/multi_gpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


def _get_available_devices():
return [x.name for x in K.tensorflow_backend._get_available_gpus()]
return K.tensorflow_backend._get_available_gpus()


def _normalize_device_name(name):
Expand Down