fix over-width image
This commit is contained in:
parent
ae41f6b093
commit
618b29058e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ description = ""
|
|||
End-to-end learning means training a model to perform a task from input to output, supervising only on how the output aligns with the task's ground truth.
|
||||
End-to-end is typically the most straightforward option for building a deep learning method for a certain task, and that also applies to most tasks related to spatiotemporal trajectories.
|
||||
|
||||
<img src="end-to-end.webp" alt="end-to-end" style="max-width: 500px;">
|
||||
<img src="end-to-end.webp" alt="end-to-end" style="max-width: min(500px, 100%);">
|
||||
|
||||
> Illustration of end-to-end learning of spatiotemporal trajectories.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue