google-research / tuning_playbook

A playbook for systematically maximizing the performance of deep learning models.
Other
26.29k stars 2.18k forks source link

Change all relative URLs of images to absolute URLs #64

Closed varungodbole closed 5 months ago

varungodbole commented 8 months ago

It seems that the relative URLs for our images in assets/ that used to work no longer work. Looking online, it seems that GitHub is actually supposed to support these URLs. But maybe they have a regression and they're not supporting them here?

In any case, out of expediency I've converted all image URLs to absolute URLs.