-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About test.py #6
Comments
to make it clear, test.py refers to val.py (in RRSGAN) in your code. |
In order to resolve your issue, please remove the following part from val.sh: "srun -p ${partition} --gres=gpu:1". |
Thank you so much. I have solved the problem by directly running val.py. |
Hope the following steps can help you solve this problem. First, we can download images of the same cities from different platforms, such as Google Earth Engine and Microsoft Virtual Earth. Secend, these downloaded images come with geospatial coordinate information, which can be extracted using libraries like GDAL or RasterIO. Finally, we can crop both images to obtain a perfectly matching pair of images for the same region by utilizing the geospatial coordinates. |
Thank you so much. Wish u a nice day! |
my envs is run on autodl (a remote host)
On that platform, installing slurm (to run 'srun' from test.py 8) seems really difficult.
My question is,
is there an easy way to run test.py directly since it's conducted on single computer (singe GPU) without installing and configuring slurm?
Thank you so much.
The text was updated successfully, but these errors were encountered: