zihaozhang9

Results 25 issues of zihaozhang9

`Traceback (most recent call last): File "main.py", line 45, in results = importlib.import_module(opt['metaLearner']).run(opt,data) File "/home/user/myproject/FewShotLearning/model/lstm/train-lstm.py", line 123, in run opt['batchSize'][opt['nTrainShot']]) File "/home/user/anaconda3/envs/FewShotLearning/lib/python2.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs)...

Traceback (most recent call last): File "main.py", line 39, in results = importlib.import_module(opt['metaLearner']).run(opt,data) File "/home/user/myproject/FewShotLearning/model/lstm/train-lstm.py", line 121, in run opt['batchSize'][opt['nTrainShot']]) File "/home/user/anaconda3/envs/FewShotLearning/lib/python2.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs)...

I use `cd cnn && python train_search.py --unrolled # for conv cells on CIFAR-10` Get: Exception ignored in: Traceback (most recent call last): File "/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 399, in __del__ self._shutdown_workers()...

I use `python train_search.py --unrolled ` get: > train_search.py:154: UserWarning: torch.nn.utils.clip_grad_norm is now deprecated in favor of torch.nn.utils.clip_grad_norm_. nn.utils.clip_grad_norm(model.parameters(), args.grad_clip) train_search.py:158: UserWarning: invalid index of a 0-dim tensor. This will...

请问我在服务器上如何通过linux命令下载 box文件夹中的数据?

Randomly select [search_id](https://github.com/foolwood/DCFNet_pytorch/blob/master/train/dataset.py#L25). Will there be cases where target and search are different objects?

I am about to run the demo.py. If I only use **cpu**, how should I modify the code?

您好! 我看了 [789](https://github.com/litten/hexo-theme-yilia/issues/789)的 设置了title上的图标。然后使用`hexo s `用ie打开`http://localhost:4000/`可以正常显示图标。但是当找到本地生成的index.html时,图标显示不出来。这是为什么? 我用``语句设置标题图标,用chrome,火狐打开都能正常显示,但是用 老ie显示不了,为什么?IE11。需要设置其他东西吗? ![image](https://user-images.githubusercontent.com/21007783/86090555-dbb70e80-badc-11ea-8a6c-973b982830d6.png) 我才刚接触网页,很多不懂,希望得到解答,感谢。

请问这个代码里面是复现了论文的神经架构搜索吗?还是只训练了最好的架构。训练过程中网络的结构会改变吗? Is this code retrieving the neural architecture search for the paper? Still only trained the best architecture. Will the structure of the network change during the training process?

When calculating the [threshold](https://github.com/Eric-mingjie/rethinking-network-pruning/blob/master/cifar/network-slimming/resprune.py#L58), the weight ordering of all bn layers is used. Is this reasonable? Is there such a phenomenon: ① The first value of the network is closer...