Public Resources FAQ (Frequently Asked Questions)
Collection and answers to common questions about public resources
I want the XYZ dataset, can it be added?
Yes, we have built-in some common datasets in Public Datasets, but we certainly cannot meet everyone's needs. We are also collecting and tracking datasets requested by users. Please let us know which dataset you want through the chat button at the top of the public datasets page in the console.
BadGateway error when opening API address after cloning tutorial
After cloning a tutorial, if the API address cannot open properly and displays BadGateway, possible causes include:
- 
Model not fully loaded yet: For some projects with large models, after the container status shows "Running", you need to wait 1-2 minutes before opening the API address. The specific time can be found in the project's README. 
- 
Not starting the first execution: Each container execution is an independent environment. When restarting a container, you need to select the first execution from the container's "Execution History" instead of "Create Execution". 
- Modified default configuration: The tutorial has already bound the required computing power and environment, no manual modification is needed. If you modify to a GPU with lower VRAM/memory or switch to a different environment, it may cause excessively long model loading times or failure to start properly.
"Duplicate project name" error when cloning again
This error indicates that you have already cloned this tutorial. If you need to clone again, please first find the original cloned container on the "Model Training" page, delete or rename that container, and then perform the cloning operation again.