Spaces:
Running
Running
Martijn Bartelds
commited on
Commit
·
8c466c9
1
Parent(s):
313bedc
Update logging
Browse files
neural_acoustic_distance.py
CHANGED
@@ -224,4 +224,4 @@ if filename_x is not None and filename_y is not None and layer is not None:
|
|
224 |
btn = st.download_button(label="Download plot", data=file, file_name="plot.pdf", mime="image/pdf")
|
225 |
|
226 |
print('8. End', datetime.now().strftime('%d-%m-%Y %H:%M:%S')) # test
|
227 |
-
print('9. RAM memory used:', round(psutil.virtual_memory()
|
|
|
224 |
btn = st.download_button(label="Download plot", data=file, file_name="plot.pdf", mime="image/pdf")
|
225 |
|
226 |
print('8. End', datetime.now().strftime('%d-%m-%Y %H:%M:%S')) # test
|
227 |
+
print('9. RAM memory used:', round(psutil.virtual_memory().available / (1024.0 ** 3), 3), 'GB') # test
|