tensorflow_transfer_cifar10 icon indicating copy to clipboard operation
tensorflow_transfer_cifar10 copied to clipboard

tensorflow_transfer_cifar10

Results 3 tensorflow_transfer_cifar10 issues
Sort by recently updated
recently updated
newest added

Hi This pull requests has changes for: 1) Allowing new task training in batches 2) Global placeholder for bottleneck to allow for training in batches. 3) Global placeholder for true...

I use your code, but when I run do_train func, there is a bug ValueError: Cannot feed value of shape (10, 2048) for Tensor u'pool_3/_reshape:0', which has shape '(1, 2048)'

About the function of load_pool3_data(). I couldn't find the files as follow: X_test_20160212-00:06:14.npy y_test_20160212-00:06:14.npy X_train_20160212-00:06:14.npy y_train_20160212-00:06:14.npy So how do i run?