rahimentezari

Results 16 issues of rahimentezari

Thanks for your great work. I am working on high dimensional data (8,200K) and I want to sample the convex hull of such points in this space. I want to...

I just uncommented the Makefile.config line No.5 so I can use cuDNN, but when running make , this error comes: NVCC src/caffe/layers/sigmoid_layer.cu NVCC src/caffe/layers/dropout_layer.cu NVCC src/caffe/layers/multi_stage_meanfield.cu NVCC src/caffe/layers/deconv_layer.cu NVCC src/caffe/layers/hdf5_data_layer.cu...

I trained a VGG-16 for CIFAR10, 32x32 pixels. When I run netdissect for different Conv layers, e.g. conv1 and conv13, I got the same results. Should it be like this?...

Firstly thanks for publishing the code. I want to use NetDissect-Lite for a model trained on cifar10. Can I use it for trained VGG for cifar10 32x32? If yes, is...

Hi I have a dataset in the form of 'torch.Tensor' and was wondering how to use the DatasetWriter? I am trying to use FFCV for SimCLR, where dataset is torch.utils.data.Dataset,...

Hi I tried to use the imagenet example and fed my imagenet directory as path to ImageFolder to create my_dataset. However I am getting the following error (with no more...

How is it possible to run Caliban with distributed training? something like running torchrun ... locally.

I was running your code for mnist on tensorflow. I commented out computing Hessians and edge cuts (lines 219-248), So I load your precomputed weights after pruning. This gives me...

Is there a way to run your tensorflow code for Lenet 300-100 on GPU? like as you did for computing hessian for Alexnet on GPU. Pruning on CPU takes very...

First of all thanks for sharing the code. I used your pytorch code for Alexnet on Tiny ImageNet. When I tried to retrain the network after pruning, I got the...