UOB-AI / UOB-AI.github.io

A repository to host our documentations website.
https://UOB-AI.github.io
1 stars 3 forks source link

cannot run or open any file #32

Closed Amalsalem closed 1 year ago

Amalsalem commented 1 year ago

I cannot open any files . it give me this msg File Load Error for Blood_dynAE60 (3).ipynb Unhandled error

i think i have again full usage. Again my local drive (6.7G = local) become full; how can i solve it in future:

10.240.240.3:/ifs/data/adhari/zone1/nfs 10G 8.9G 1.2G 89% /home/nfs [20015279@master ~]$ du -hd1 . 80K ./.ipynb_checkpoints 77M ./DynAE_Amal 64K ./.config 2.2G ./DynAE_Amal_Ap 4.4M ./.nv 7.1M ./.ipython 80K ./.ssh 1.4G ./.keras 96K ./.mozilla 384K ./.cache 51M ./ondemand 6.7G ./.local 992K ./.jupyter 1.6G ./.conda 32K ./.medmnist 1.5G ./DynAE_D 14G .

Amalsalem commented 1 year ago

i clean the cache

and now i get this ( locked )

Error Unexpected error while saving file: DynAE_Amal/Untitled.ipynb database is locked

Amalsalem commented 1 year ago

this is what i get image

asubah commented 1 year ago

For the size issue, the Trash size is very large, remove the files in Trash:

$ du -hd1 .local/share/
53M     .local/share/jupyter
7.3M    .local/share/doc
3.1G    .local/share/Trash
112K    .local/share/man
3.2G    .local/share/

And you installed large packages that exists in the base environment again:

$ du -hd1 .local/lib/python3.9/site-packages/
...
91M     .local/lib/python3.9/site-packages/sklearn
116M    .local/lib/python3.9/site-packages/pyarrow
163M    .local/lib/python3.9/site-packages/tensorflow_probability
185M    .local/lib/python3.9/site-packages/scipy
211M    .local/lib/python3.9/site-packages/tensorflow_datasets
387M    .local/lib/python3.9/site-packages/onnx
1.8G    .local/lib/python3.9/site-packages/nvidia
3.5G    .local/lib/python3.9/site-packages/

For the Jupyter issue if it doesn't work after deleting the files above, try to delete the contents of the following directory:

~/.local/share/jupyter/
Amalsalem commented 1 year ago

This solve the issue . thanks