-
Notifications
You must be signed in to change notification settings - Fork 6
paperspace-python behind proxy #7
Comments
It shouldn't be required. Are you seeing any issues in particular? If you can post some relevant code snippets we can help debug further :) |
Thanks, @dte for getting back. Actually, I noticed the proxy issue with
I get the following error: {
"error": "getaddrinfo EAI_AGAIN api.paperspace.io:443"
} Which I found upon googling a bit, indicates a proxy error. Once I switch to mobile data, it works fine. Coming back to the main problem, I am just having a look around as to how to save files, etc. So, I just made a simple python script where I am copying data from one text file and saving it to another one in python test.py
mv /storage/* /artifacts And when I run:
I get the following error:
That's why I checked the machine availability, but it shows |
Aman, That machine lost access to its GPU temporarily. We were able to restart it and restore GPU access. I just ran a test and everything looks good currently, but we will continue to monitor it. Let us know if you see it again. Just send a note to [email protected] and we will escalate it. We may need to take that particular host out of service if if happens again. |
Hi, @sanfilip. Oh, it's good to know that it is fixed. I ran a test now too, and it works fine. Just one problem though, due to that GPU problem, I have got many failed tests in my Job runner under Gradient, thereby exhausting my limit of 10 GPU jobs. Is there any way that can be reverted? |
I'm going to forward your request to support. They should be able to credit you for the failures. |
Thanks, @sanfilip. Really appreciate the support! |
I am now trying to run the actual training using
But after a while, I get back: {
"error": true,
"message": "HTTPSConnectionPool(host='api.paperspace.io', port=443): Max retries
exceeded with url: /jobs/createJob?project=Splice+Site+Prediction&workspaceFileName=
autoencoder_train.zip.zip&container=paperspace%2Ftensorflow-python&machineType=P5000&
name=AE+train&command=pip2+install+-r+requirements.txt% 0Abash+run.sh (Caused by
ProxyError('Cannot connect to proxy.', error(\"(110, 'ETIMEDOUT')\",)))"
} This is confusing since my test script worked, but this is showing a proxy error. Can you please help me with this? |
Does
paperspace-python
need any additional settings to work behind a proxy?The text was updated successfully, but these errors were encountered: