fix minor bugs

pull/821/head
Jingyi 2024-06-20 20:48:40 +08:00
parent 2a52069bd0
commit 236ee5cc3d
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ After the base model and dataset have been uploaded successfully, please follow
5. The successfully trained LoRa model can be selected directly in **txt2img** or **img2img**, and used in image generation. More details refer to [txt2img guide](./txt2img-guide.md) or [img2img guide](./img2img-guide.md).
### Train Loss Visualization
On the **Train Management** tab, all the finished training job will be listed in the **Training List**, click the training id and the logs will show the below reffered to the follwing figure.
On the **Train Management** tab, all the finished training job will be listed in the **Training List**, click the training id and the logs will show the below referred to the following figure.
![Training List](../images/traininglist.jpg)
Click the log event link and a new web page with loss tensorboard will be appeared as the below figure.
![Training Loss](../images/trainingloss.jpg)

View File

@ -144,7 +144,7 @@ def handler(raw_event, ctx):
if event.workflow:
if endpoint_type != 'async':
raise BadRequestException(message=f"Your cant create Async endpoint only for workflow currently")
raise BadRequestException(message=f"Your can't create Async endpoint only for workflow currently")
short_id = event.workflow.name
endpoint_name = f"{event.service_type}-{endpoint_type}-{short_id}"