From f718dd5a93224cb0c799e45c1eb829d25111315b Mon Sep 17 00:00:00 2001 From: Alessandro Cauduro Date: Sun, 12 Apr 2020 00:51:26 -0300 Subject: [PATCH] minor corrections --- README.md | 6 +++++- requirements.txt | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96f5916..eef76b9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Don't forget to use the *--recurse-submodules* parameter to checkout all depende You can find it at: [google-drive](https://drive.google.com/open?id=1PyQJmkdCsAkOYwUyaj_l-l0as-iLDgeH) or [yandex-disk](https://yadi.sk/d/lEw8uRm140L_eQ). -# Install Nvidia Deep Learning Drivers / Libs +# Install NVidia Deep Learning Drivers / Libs Install the latest Nvidia video driver then the Deep Learning infrastructure: * NVidia [CUDA 10.1 driver](https://developer.nvidia.com/cuda-downloads) - 2.6GB Download! @@ -111,6 +111,10 @@ $ v4l2-ctl --list-formats -d /dev/video1 ``` +## Mac Support + +Unfortunately, Apple and NVidia have stopped collaborating and CUDA support is no longer available for the Mac. If we get it running on the Mac (which is possible), it will be very slow as everything will be running on the CPU whihc is not ideal. + ## Images Put in the `/media` directory the images in jpg/png you want to play with. Squared images that have just a face filling most of the space will work better. diff --git a/requirements.txt b/requirements.txt index cadf8ab..edd9131 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,8 +76,8 @@ six==1.14.0 sklearn==0.0 terminado==0.8.3 testpath==0.4.4 -torch==1.4.0 -torchvision==0.5.0 +#torch==1.4.0 +#torchvision==0.5.0 tornado==6.0.4 tqdm==4.45.0 traitlets==4.3.3