Can anyone help !! i am getting this even i dont have any images or extra tiff files downloaded on VM
restart kernel or better restart jupyter on server... will be sorted.
Have you tried restarting the kernel. Also you can try ls -l, and see what's occupying space , and delete it
its not even giving to restart jupyter-notebook, also there are just 2 tif files and hackathon data in it
Remove some of the files like .tif files from command line using 'rm -rf' command . Should free up enough space. For 'rm -rf' you can search in google. It's fairly common command in linux cli.
i have only 2 tif which i was using for train and test, any more ideas apart from deleting these two, i am looking to free space fromo memory
Resort to ls -l like Nikhil mentioned to identify what is occupying space from cli.
restart kernel or better restart jupyter on server... will be sorted.
Have you tried restarting the kernel. Also you can try ls -l, and see what's occupying space , and delete it
its not even giving to restart jupyter-notebook, also there are just 2 tif files and hackathon data in it
Remove some of the files like .tif files from command line using 'rm -rf' command . Should free up enough space. For 'rm -rf' you can search in google. It's fairly common command in linux cli.
i have only 2 tif which i was using for train and test, any more ideas apart from deleting these two, i am looking to free space fromo memory
Resort to ls -l like Nikhil mentioned to identify what is occupying space from cli.