Jing Chen

Results 6 comments of Jing Chen

package yacs is actually a dict wrapper. So first you read the first config as usual, let's say as Variable CONFIG, then you read the second config as a new...

Hi @MarvinTeichmann seems we need username and password to log in to the FTP server to download vgg16.npy file. After I run `python download_data.py`, it gives me: > IOError: [Errno...

The FTP link is accessible now.

@susandebug thanks for sharing! Did you download it from `ftp://mi.eng.cam.ac.uk/pub/mttt2/models/vgg16.npy` then uploaded it to baiduyun? I wonder if vgg16.npy trained from other repos(trained on matlab) will also work for this...

For whom has the same question, I just verified, it seems vgg16.npy provided by other repos also work nicely. For example, I downloaded the weights from this repo `https://github.com/machrisaa/tensorflow-vgg`, it...

For other GPUs: ``` # Which CUDA capabilities do we want to pre-build for? # https://developer.nvidia.com/cuda-gpus # Compute/shader model Cards # 6.1 P4, P40, Titan X so CUDA_MODEL = 61...