Skip to content

Commit 5af4a44

Browse files
DimiChatzipavlisDimiChatzipavlis
authored andcommitted
Appropriate API integration
1 parent f340101 commit 5af4a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keras/src/callbacks/memory_usage_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from keras.src.callbacks.callback import Callback
55
from keras.src import backend as K
66

7+
# Attempt to import psutil for memory monitoring
78
try:
89
import psutil
910
except ImportError:

0 commit comments

Comments
 (0)