Skip to content

Commit 796e99e

Browse files
Fix bug due to latest version of PyTorch
Eventually: - Export models as a zip file. - Implement training detection model using YOLO - Implement location net and clustering using PQKMeans - Implement fine-tuning / training face recognition models - Pre-condition checks, and failed to launch error messages for processes.
1 parent 71a7dcd commit 796e99e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ before_install:
3939
- sudo chmod a+rx /bin/youtube-dl
4040
- youtube-dl -U
4141
- pip install -q --only-binary=numpy,scipy numpy scipy
42-
- sudo wget --quiet https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.6.0rc1-cp27-none-linux_x86_64.whl -O tf.whl
43-
- pip install -q tf.whl
42+
- pip install -q https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.6.0rc1-cp27-none-linux_x86_64.whl
4443
- pip install -q --no-deps keras
4544
- pip install -q --no-deps h5py
4645
- pip install -q --no-cache-dir http://download.pytorch.org/whl/cpu/torch-0.3.1-cp27-cp27mu-linux_x86_64.whl

0 commit comments

Comments
 (0)