-
`python main.py -a inception_v3 ./imagenet/cat2dog --batch-size 16 --print-freq 1 --pretrained;`
=> using pre-trained model 'inception_v3'
Traceback (most recent call last):
File "main.py", line…
-
I tried to execute attack on ImageNet with first example command:
python3 test_all.py --untargeted -a black -d imagenet -n 150 --solver adam -b 1 -c 10.0 --use_resize --reset_adam -m 1500 -p 10 -s "i…
-
作者你好,我留意到您模型示意图里面的TeDev模块是多个堆叠的,请问是包括(MFSC、傅里叶模块、Norm)这三个子模块在一起堆叠n层;还是说MFSC、Norm只放置一层,只有中间的傅里叶模块堆叠n层呢?
-
Environment:
Python 3.5
torch 1.1.0
torchvision 0.3.0
Reproducible example:
`import torch`
`import torchvision`
`model = torchvision.models.inception_v3().cuda()`
`model = torch.nn.DataParal…
-
Hello,
I followed all the tutorial and at the end received below Errors.
**1) First i used python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_inception_v2_coco.c…
-
I try to reproduce the code but get stuck in cuda out of memory error when loading Inception-v3 model.
I tried both on a Windows 10 PC with Nvidia 1060X graphic card (6G) and a Linux server with Nv…
-
Hello! When run `python3 train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config` i get error `AttributeError: module 'tensorflow.contrib.data…
-
The ONNX operator `onnx.AveragePool` fails during lowering with the error `Failed to legalize operation 'onnx.AveragePool'` , as reported in https://github.com/nod-ai/SHARK-Turbine/issues/812.
``…
-
### Project
IPOR Protocol
### Description
IPOR Protocol provides an index of DeFi lending rate and allows for opening interest rate swaps based on this index. IPOR Protocol since inception has und…
-
Downloading /home/nemo/.mxnet/models/inceptionv3-ed47ec45.zip from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/inceptionv3-ed47ec45.zip...
Traceback (most recent call la…