Commit Graph

29 Commits

Author SHA1 Message Date
Jason Antic a124eb2168 Fixing mkl version issue causing runtime error when attempting to set gpu (issue #504) 2024-06-02 15:10:36 -04:00
Jason Antic 993a821715 Updating to opencv-python >= 4.2.0.32 2023-02-11 18:49:47 -05: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 a1b4ace9b1 Fixing requirements 2022-06-20 19:13:57 -07:00
Jason Antic cea52489dd Fixing youtube-dl requirement 2022-06-20 18:46:00 -07:00
Jason Antic 4fc3616712 Upgrading to support latest Pytorch version 2022-06-20 18:39:22 -07:00
Jason Antic 999e9b1062 Reverting back to older version of pillow 2022-06-20 09:00:27 -07:00
Jason Antic 726fcc0776 More flexible pillow requirements 2022-01-23 18:15:16 -08:00
Jason Antic 8a1fdb5546 I wish dependabot could deal with environment.yml files.... 2022-01-13 11:22:16 -08:00
Jason Antic 1737bec52f Bumping pillow to 8.3.2 2021-09-08 13:31:42 -07:00
Jason Antic 9575564e1f Updating ffmpeg install 2021-07-21 15:11:52 -07:00
Jason Antic 9b49ded5ee Bumping up pillow to 8.2.0 2021-06-11 13:54:31 -07:00
Jason Antic bcb80ca6f5 Adding pip as a dependency to get rid of warning 2021-04-26 11:23:53 -07:00
Jason Antic 9d72a9f12d Updating to pillow 8.1.1 for conda install 2021-03-22 17:34:59 -07:00
Jason Antic c12c4188c2 Adding "stable" image colorizer colab; minor environment.yml change 2020-03-10 13:48:24 -07:00
Akash Palrecha 8a30a9eef8 Update environment.yml
The same issue (PILLOW_VERSION import error) as #180 when running the first import cell in training notebooks on my VM.
Updated environment.yml by adding an older version of Pillow for the conda environment to fix this.
Everything works fine now.
2020-02-05 14:26:37 +05:30
Jason Antic f8fe110866 Adding wandb 2020-02-01 11:27:30 -08:00
Jason Antic 7321719578 Explicitly requiring pytorch 1.0.1 to get around fastai install bug 2019-08-28 18:03:38 -07:00
Jason Antic 070bf64ceb Working conda install yay! 2019-04-18 13:02:20 -07:00
Jason Antic f9318de855 Please work 2019-04-17 11:18:00 -07:00
Jason Antic ac32e05bb3 One more time on the python requirements 2019-04-17 11:10:29 -07:00
Jason Antic df683b71ee Updating python version requirements 2019-04-17 11:06:55 -07:00
Jason Antic 21cf8e13e6 Updating requirements.txt and environment .yml, and updating Colabs to use requirements.txt 2019-04-17 10:45:53 -07:00
Jason Antic e871496276 Miscelaneous stuff that I just didn't check in yet. Derp 2019-02-19 20:11:16 -08:00
Jason Antic fa6df9df8d Updating requirements (very simple now!) 2019-01-29 15:13:23 -08:00
Jason Antic d511ad971d Fixing pytorch to version 0.4.1 for now. 2018-12-09 20:06:37 -08:00
Jason Antic ff89354984 Improving install process
Updating environment.yml to install -all- requirements correctly.  Same with requirements.txt.  Simplifying colab notebook in the process
2018-11-18 22:24:59 -08:00
Jason Antic e80d5ff979 Adding environment.yml for convenience (just a clone of fast.ai's for now) 2018-11-07 18:12:59 -08:00