4 Commits

Author SHA1 Message Date
Gareth Davidson 894390d3aa Fix fid_score.py
The first line needs to specify the interpreter or it won't run
as a program
2022-09-19 10:27:18 +01:00
Gareth Davidson dff82b6d2e Remove execution bit
All the files marked as executable were bugging me, so I ran this:

find . -executable -type f -print0 | xargs -0 grep -L '#!' | xargs chmod -x
2022-09-19 08:50:00 +01:00
Jason Antic d5a716bd5a Getting rid of Docker support; youtube_dl -> yt_dlp; fixing installation 2022-07-08 20:14:25 -07:00
Jason Antic e69d3bbda5 Adding FID benchmark notebook 2019-12-10 21:48:02 -08:00