bamsumit / slayerPytorch

PyTorch implementation of SLAYER for training Spiking Neural Networks
GNU General Public License v3.0
307 stars 91 forks source link

python setup.py install fails with errors. #22

Closed Supltz closed 4 years ago

Supltz commented 4 years ago

Environments: OS:win10 CUDA:10.2 pytorch:1.5 Visual Studio:2017 Anoconda3(python:3.6.5) image

Supltz commented 4 years ago

Don't know what's happening right here. Should I reinstall CUDA for the version of 9.2 or Pytorch for the version of 1.1?

bamsumit commented 4 years ago

Have you tried this solution for Windows?

Supltz commented 4 years ago

I have tried all these changes.

But it still remains the same error.

Supltz commented 4 years ago

Here are the details

(F:\Anaconda\envs\pytorch) F:\github_projects\slayerPytorch>python setup.py install running install running bdist_egg running egg_info writing slayerCuda.egg-info\PKG-INFO writing dependency_links to slayerCuda.egg-info\dependency_links.txt writing top-level names to slayerCuda.egg-info\top_level.txt F:\Anaconda\envs\pytorch\lib\site-packages\torch\utils\cpp_extension.py:304: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not find ninja.')) reading manifest file 'slayerCuda.egg-info\SOURCES.txt' writing manifest file 'slayerCuda.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib running build_ext F:\Anaconda\envs\pytorch\lib\site-packages\torch\utils\cpp_extension.py:237: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'slayerCuda' extension C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\bin\nvcc.exe -c src/cuda/slayerKernels.cu -o build\temp.win-amd64-3.6\Release\src/cuda/slayerKernels.obj -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include\torch\csrc\api\include -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include\TH -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IF:\Anaconda\envs\pytorch\include -IF:\Anaconda\envs\pytorch\include -IE:\新建文件夹\VC\Tools\MSVC\14.14.26428\ATLMFC\include -IE:\新建文件夹\VC\Tools\MSVC\14.14.26428\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\cppwinrt" -Xcompiler /EHsc -Xcompiler /wd4819 -Xcompiler /MD -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -arch=sm_60 -O2 -use_fast_math -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=slayerCuda -D_GLIBCXX_USE_CXX11_ABI=0 slayerKernels.cu F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(28): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(29): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(30): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(35): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/Allocator.h(21): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/Allocator.h(183): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/typeid.h(453): warning: dllexport/dllimport conflict with "caffe2::TypeMeta::_typeMetaDataInstance [with T=caffe2::detail::_Uninitialized]" (449): here; dllexport assumed

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(66): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(67): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/Storage.h(181): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/impl/LocalDispatchKeySet.h(53): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/impl/LocalDispatchKeySet.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/logging_is_not_google_glog.h(47): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(224): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1567): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1570): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1592): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1593): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1618): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1623): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/Generator.h(76): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/Generator.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/NamedTensor.h(51): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/TensorBody.h(1165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue.h(721): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue.h(722): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/rref_interface.h(13): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(141): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(161): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(162): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(212): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(224): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(234): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(327): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(328): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(329): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(332): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(333): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(339): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(417): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(374): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(626): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(627): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(630): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(642): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(761): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(841): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(923): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(925): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1783): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1784): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1786): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1787): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1789): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1793): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1796): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1850): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1945): warning: extra ";" ignored

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(231): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(232): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/DispatchKeyExtractor.h(164): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(163): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(164): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(169): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(170): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(209): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/CPUGenerator.h(31): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/CPUGenerator.h(32): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/CPUGenerator.h(33): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(126): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(131): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(132): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(133): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorGeometry.h(56): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorGeometry.h(57): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorNames.h(40): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorNames.h(70): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(183): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(186): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(187): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(189): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(190): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(209): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(107): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(121): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(124): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(138): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/source_range.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/scope.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/scope.h(87): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/constants.h(20): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(154): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(158): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(159): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(163): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(257): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(258): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(260): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(263): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(264): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(265): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(797): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/argument_spec.h(201): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/interpreter.h(60): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/graph_executor.h(67): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(103): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(105): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(110): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(117): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(124): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(129): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/method.h(57): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/object.h(131): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(46): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(49): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(178): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/data/samplers/distributed.h(96): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/data/samplers/distributed.h(129): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(268): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(270): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(271): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(278): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(474): error: member "torch::jit::detail::ModulePolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(487): error: member "torch::jit::detail::ParameterPolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(501): error: member "torch::jit::detail::BufferPolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(514): error: member "torch::jit::detail::AttributePolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/serialize/input-archive.h(110): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/serialize/output-archive.h(76): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(587): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(590): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(593): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(596): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/batchnorm.h(24): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/batchnorm.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(27): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(46): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(48): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(70): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(72): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(101): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(109): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(129): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(137): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(163): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(32): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(39): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(69): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(73): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(77): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(80): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/activation.h(223): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/activation.h(263): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/activation.h(303): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(23): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(55): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(87): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(119): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(151): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(192): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(225): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(259): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(293): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(330): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(369): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(400): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(438): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(476): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(507): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(543): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(578): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(609): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/normalization.h(20): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/normalization.h(43): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/normalization.h(133): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(95): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(162): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(23): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(26): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(42): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(64): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(67): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(71): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(93): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/vision.h(24): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/vision.h(26): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/vision.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/container/functional.h(94): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/adaptive.h(26): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/adaptive.h(71): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/adaptive.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/adaptive.h(83): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(22): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReflectionPadOptions [with D=1ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(28): here instantiation of class "torch::nn::ReflectionPadImpl<D, Derived> [with D=1ULL, Derived=torch::nn::ReflectionPad1dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(44): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(22): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReflectionPadOptions [with D=2ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(28): here instantiation of class "torch::nn::ReflectionPadImpl<D, Derived> [with D=2ULL, Derived=torch::nn::ReflectionPad2dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(69): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReplicationPadOptions [with D=1ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(99): here instantiation of class "torch::nn::ReplicationPadImpl<D, Derived> [with D=1ULL, Derived=torch::nn::ReplicationPad1dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(115): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReplicationPadOptions [with D=2ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(99): here instantiation of class "torch::nn::ReplicationPadImpl<D, Derived> [with D=2ULL, Derived=torch::nn::ReplicationPad2dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(140): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReplicationPadOptions [with D=3ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(99): here instantiation of class "torch::nn::ReplicationPadImpl<D, Derived> [with D=3ULL, Derived=torch::nn::ReplicationPad3dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(165): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(111): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ConstantPadOptions [with D=1ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(232): here instantiation of class "torch::nn::ConstantPadImpl<D, Derived> [with D=1ULL, Derived=torch::nn::ConstantPad1dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(248): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(111): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ConstantPadOptions [with D=2ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(232): here instantiation of class "torch::nn::ConstantPadImpl<D, Derived> [with D=2ULL, Derived=torch::nn::ConstantPad2dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(273): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(111): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ConstantPadOptions [with D=3ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(232): here instantiation of class "torch::nn::ConstantPadImpl<D, Derived> [with D=3ULL, Derived=torch::nn::ConstantPad3dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(298): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AvgPoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::AvgPool1dImpl]" (44): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AvgPoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::AvgPool2dImpl]" (70): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AvgPoolImpl<D, Derived> [with D=3ULL, Derived=torch::nn::AvgPool3dImpl]" (96): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxPoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::MaxPool1dImpl]" (141): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxPoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::MaxPool2dImpl]" (171): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxPoolImpl<D, Derived> [with D=3ULL, Derived=torch::nn::MaxPool3dImpl]" (201): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(238): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveMaxPoolImpl<D, output_size_t, Derived> [with D=1ULL, output_size_t=torch::ExpandingArray<1ULL, int64_t>, Derived=torch::nn::AdaptiveMaxPool1dImpl]" (255): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(238): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveMaxPoolImpl<D, output_size_t, Derived> [with D=2ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<2ULL, int64_t>, Derived=torch::nn::AdaptiveMaxPool2dImpl]" (287): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(238): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveMaxPoolImpl<D, output_size_t, Derived> [with D=3ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<3ULL, int64_t>, Derived=torch::nn::AdaptiveMaxPool3dImpl]" (319): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(357): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveAvgPoolImpl<D, output_size_t, Derived> [with D=1ULL, output_size_t=torch::ExpandingArray<1ULL, int64_t>, Derived=torch::nn::AdaptiveAvgPool1dImpl]" (374): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(357): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveAvgPoolImpl<D, output_size_t, Derived> [with D=2ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<2ULL, int64_t>, Derived=torch::nn::AdaptiveAvgPool2dImpl]" (402): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(357): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveAvgPoolImpl<D, output_size_t, Derived> [with D=3ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<3ULL, int64_t>, Derived=torch::nn::AdaptiveAvgPool3dImpl]" (430): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(460): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxUnpoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::MaxUnpool1dImpl]" (476): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(460): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxUnpoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::MaxUnpool2dImpl]" (505): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(460): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxUnpoolImpl<D, Derived> [with D=3ULL, Derived=torch::nn::MaxUnpool3dImpl]" (534): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(581): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(624): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(651): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::LPPoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::LPPool1dImpl]" (667): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(651): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::LPPoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::LPPool2dImpl]" (695): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/rnn.h(23): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/rnn.h(66): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/rnn.h(179): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(80): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/activation.h(800): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/record_function.h(39): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/record_function.h(130): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(100): warning: modifier is ignored on an enum specifier

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(115): warning: modifier is ignored on an enum specifier

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(172): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(256): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/saved_variable.h(46): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/saved_variable.h(49): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/saved_variable.h(50): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(350): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(352): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(353): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(354): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(355): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(92): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(113): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(114): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(115): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(116): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(121): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(137): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(80): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(147): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(148): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(149): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/adam.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(21): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(41): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(42): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(43): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(44): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(74): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/jit_exception.h(10): warning: base class dllexport/dllimport specification differs from that of the derived class

4 errors detected in the compilation of "C:/Users/ASUS/AppData/Local/Temp/tmpxft_00002924_00000000-10_slayerKernels.cpp1.ii". error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\bin\nvcc.exe' failed with exit status 1

(F:\Anaconda\envs\pytorch) F:\github_projects\slayerPytorch>python setup.py install running install running bdist_egg running egg_info writing slayerCuda.egg-info\PKG-INFO writing dependency_links to slayerCuda.egg-info\dependency_links.txt writing top-level names to slayerCuda.egg-info\top_level.txt F:\Anaconda\envs\pytorch\lib\site-packages\torch\utils\cpp_extension.py:304: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not find ninja.')) reading manifest file 'slayerCuda.egg-info\SOURCES.txt' writing manifest file 'slayerCuda.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib running build_ext F:\Anaconda\envs\pytorch\lib\site-packages\torch\utils\cpp_extension.py:237: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'slayerCuda' extension C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\bin\nvcc.exe -c src/cuda/slayerKernels.cu -o build\temp.win-amd64-3.6\Release\src/cuda/slayerKernels.obj -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include\torch\csrc\api\include -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include\TH -IF:\Anaconda\envs\pytorch\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\include" -IF:\Anaconda\envs\pytorch\include -IF:\Anaconda\envs\pytorch\include -IE:\新建文件夹\VC\Tools\MSVC\14.14.26428\ATLMFC\include -IE:\新建文件夹\VC\Tools\MSVC\14.14.26428\include "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\cppwinrt" -Xcompiler /EHsc -Xcompiler /wd4819 -Xcompiler /MD -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -arch=sm_60 -O2 -use_fast_math -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=slayerCuda -D_GLIBCXX_USE_CXX11_ABI=0 slayerKernels.cu F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(28): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(29): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(30): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(35): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/Exception.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/Allocator.h(21): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/Allocator.h(183): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/typeid.h(453): warning: dllexport/dllimport conflict with "caffe2::TypeMeta::_typeMetaDataInstance [with T=caffe2::detail::_Uninitialized]" (449): here; dllexport assumed

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(66): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(67): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/Storage.h(181): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/impl/LocalDispatchKeySet.h(53): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/impl/LocalDispatchKeySet.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/util/logging_is_not_google_glog.h(47): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(224): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1567): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1570): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1592): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1593): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1618): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\c10/core/TensorImpl.h(1623): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/Generator.h(76): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/Generator.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/NamedTensor.h(51): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/TensorBody.h(1165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue.h(721): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue.h(722): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/rref_interface.h(13): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(141): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(161): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(162): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(212): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(224): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(234): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(327): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(328): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(329): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(332): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(333): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(339): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(417): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(374): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(626): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(627): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(630): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(642): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(761): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(841): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(923): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(925): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1783): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1784): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1786): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1787): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1789): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1793): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1796): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1850): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/jit_type.h(1945): warning: extra ";" ignored

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(231): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(232): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/DispatchKeyExtractor.h(164): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(163): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(164): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(169): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(170): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(209): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/CPUGenerator.h(31): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/CPUGenerator.h(32): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/CPUGenerator.h(33): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(126): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(131): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(132): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/Context.h(133): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorGeometry.h(56): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorGeometry.h(57): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorNames.h(40): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\ATen/TensorNames.h(70): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(183): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(186): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(187): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(189): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(190): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/variable.h(209): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(107): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(121): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(124): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/attributes.h(138): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/source_range.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/scope.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/scope.h(87): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/constants.h(20): warning: base class dllexport/dllimport specification differs from that of the derived class

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(154): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(158): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(159): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(163): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/operator.h(165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(257): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(258): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(260): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(263): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(264): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(265): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/ir/ir.h(797): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/argument_spec.h(201): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/interpreter.h(60): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/graph_executor.h(67): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(103): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(105): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(110): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(117): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(124): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/function_impl.h(129): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/method.h(57): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/object.h(131): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(46): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(49): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/frontend/tracer.h(178): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/data/samplers/distributed.h(96): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/data/samplers/distributed.h(129): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(268): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(270): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(271): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/compilation_unit.h(278): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(474): error: member "torch::jit::detail::ModulePolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(487): error: member "torch::jit::detail::ParameterPolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(501): error: member "torch::jit::detail::BufferPolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/api/module.h(514): error: member "torch::jit::detail::AttributePolicy::all_slots" may not be initialized

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/serialize/input-archive.h(110): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/serialize/output-archive.h(76): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(587): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(590): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(593): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/module.h(596): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/batchnorm.h(24): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/batchnorm.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(27): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(46): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(48): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(70): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(72): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(101): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(109): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(129): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(137): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(163): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/embedding.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(32): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(39): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(69): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(73): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(77): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/fold.h(80): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/activation.h(223): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/activation.h(263): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/activation.h(303): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(23): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(55): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(87): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(119): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(151): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(192): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(225): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(259): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(293): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(330): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(369): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(400): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(438): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(476): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(507): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(543): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(578): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(609): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/normalization.h(20): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/normalization.h(43): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/normalization.h(133): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(95): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(162): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(165): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(14): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(15): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(18): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(19): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(23): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/functional/padding.h(24): warning: integer conversion resulted in a change of sign

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(23): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(26): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(42): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(64): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(67): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(71): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(93): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/vision.h(24): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/vision.h(26): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/vision.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/container/functional.h(94): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/adaptive.h(26): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/adaptive.h(71): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/adaptive.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/adaptive.h(83): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(22): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReflectionPadOptions [with D=1ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(28): here instantiation of class "torch::nn::ReflectionPadImpl<D, Derived> [with D=1ULL, Derived=torch::nn::ReflectionPad1dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(44): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(22): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReflectionPadOptions [with D=2ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(28): here instantiation of class "torch::nn::ReflectionPadImpl<D, Derived> [with D=2ULL, Derived=torch::nn::ReflectionPad2dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(69): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReplicationPadOptions [with D=1ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(99): here instantiation of class "torch::nn::ReplicationPadImpl<D, Derived> [with D=1ULL, Derived=torch::nn::ReplicationPad1dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(115): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReplicationPadOptions [with D=2ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(99): here instantiation of class "torch::nn::ReplicationPadImpl<D, Derived> [with D=2ULL, Derived=torch::nn::ReplicationPad2dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(140): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(54): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ReplicationPadOptions [with D=3ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(99): here instantiation of class "torch::nn::ReplicationPadImpl<D, Derived> [with D=3ULL, Derived=torch::nn::ReplicationPad3dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(165): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(111): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ConstantPadOptions [with D=1ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(232): here instantiation of class "torch::nn::ConstantPadImpl<D, Derived> [with D=1ULL, Derived=torch::nn::ConstantPad1dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(248): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(111): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ConstantPadOptions [with D=2ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(232): here instantiation of class "torch::nn::ConstantPadImpl<D, Derived> [with D=2ULL, Derived=torch::nn::ConstantPad2dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(273): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/padding.h(111): warning: field of class type without a DLL interface used in a class with a DLL interface detected during: instantiation of class "torch::nn::ConstantPadOptions [with D=3ULL]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(232): here instantiation of class "torch::nn::ConstantPadImpl<D, Derived> [with D=3ULL, Derived=torch::nn::ConstantPad3dImpl]" F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/padding.h(298): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AvgPoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::AvgPool1dImpl]" (44): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AvgPoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::AvgPool2dImpl]" (70): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(28): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AvgPoolImpl<D, Derived> [with D=3ULL, Derived=torch::nn::AvgPool3dImpl]" (96): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxPoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::MaxPool1dImpl]" (141): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxPoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::MaxPool2dImpl]" (171): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxPoolImpl<D, Derived> [with D=3ULL, Derived=torch::nn::MaxPool3dImpl]" (201): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(238): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveMaxPoolImpl<D, output_size_t, Derived> [with D=1ULL, output_size_t=torch::ExpandingArray<1ULL, int64_t>, Derived=torch::nn::AdaptiveMaxPool1dImpl]" (255): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(238): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveMaxPoolImpl<D, output_size_t, Derived> [with D=2ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<2ULL, int64_t>, Derived=torch::nn::AdaptiveMaxPool2dImpl]" (287): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(238): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveMaxPoolImpl<D, output_size_t, Derived> [with D=3ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<3ULL, int64_t>, Derived=torch::nn::AdaptiveMaxPool3dImpl]" (319): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(357): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveAvgPoolImpl<D, output_size_t, Derived> [with D=1ULL, output_size_t=torch::ExpandingArray<1ULL, int64_t>, Derived=torch::nn::AdaptiveAvgPool1dImpl]" (374): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(357): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveAvgPoolImpl<D, output_size_t, Derived> [with D=2ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<2ULL, int64_t>, Derived=torch::nn::AdaptiveAvgPool2dImpl]" (402): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(357): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::AdaptiveAvgPoolImpl<D, output_size_t, Derived> [with D=3ULL, output_size_t=torch::ExpandingArrayWithOptionalElem<3ULL, int64_t>, Derived=torch::nn::AdaptiveAvgPool3dImpl]" (430): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(460): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxUnpoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::MaxUnpool1dImpl]" (476): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(460): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxUnpoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::MaxUnpool2dImpl]" (505): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(460): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::MaxUnpoolImpl<D, Derived> [with D=3ULL, Derived=torch::nn::MaxUnpool3dImpl]" (534): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(581): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(624): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(651): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::LPPoolImpl<D, Derived> [with D=1ULL, Derived=torch::nn::LPPool1dImpl]" (667): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/pooling.h(651): warning: field of class type without a DLL interface used in a class with a DLL interface detected during instantiation of class "torch::nn::LPPoolImpl<D, Derived> [with D=2ULL, Derived=torch::nn::LPPool2dImpl]" (695): here

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/rnn.h(23): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/rnn.h(66): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/options/rnn.h(179): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(80): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(82): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/nn/modules/activation.h(800): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/record_function.h(39): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/record_function.h(130): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(100): warning: modifier is ignored on an enum specifier

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(115): warning: modifier is ignored on an enum specifier

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(172): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/profiler.h(256): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/saved_variable.h(46): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/saved_variable.h(49): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/saved_variable.h(50): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(350): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(352): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(353): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(354): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/function.h(355): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(92): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(113): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(114): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(115): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(116): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(121): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/autograd/custom_function.h(137): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(80): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(81): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(147): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(148): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/optimizer.h(149): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/adam.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(21): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(25): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(41): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(42): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(43): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(44): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(74): warning: field of class type without a DLL interface used in a class with a DLL interface

F:/Anaconda/envs/pytorch/lib/site-packages/torch/include\torch/csrc/jit/runtime/jit_exception.h(10): warning: base class dllexport/dllimport specification differs from that of the derived class

4 errors detected in the compilation of "C:/Users/ASUS/AppData/Local/Temp/tmpxft_0000353c_00000000-10_slayerKernels.cpp1.ii". error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\bin\nvcc.exe' failed with exit status 1

bamsumit commented 4 years ago

Try the recommended fix that I mentioned earlier first.

Supltz commented 4 years ago

Thanks.It seems to work.But I still can't pass the unittest......

Installed f:\anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg Processing dependencies for slayerSNN==0.0.0 Finished processing dependencies for slayerSNN==0.0.0

(F:\Anaconda\envs\pytorch) F:\github_projects\slayerPytorch>cd test

(F:\Anaconda\envs\pytorch) F:\github_projects\slayerPytorch\test>python -m unittest Max PSP kernel: 195.0 Scaling neuron[scaleRho] by Max PSP Kernel @slayerLoihi EEEEEE..E...EEE........

ERROR: test_slayer001 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer001 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer001.py", line 31, in a = slayer.psp(spike) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer002 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer002 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer002.py", line 62, in aIn = slayer.psp(spikeIn) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer003 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer003 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer003.py", line 67, in spikeOut = snn.forward(spikeIn) File "F:\github_projects\slayerPytorch\test\test_slayer003.py", line 51, in forward spikeLayer1 = self.slayer.spike(self.slayer.psp(self.fc1(spikeInput))) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer004 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer004 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer004.py", line 54, in spikeOut = snn.forward(spikeIn) File "F:\github_projects\slayerPytorch\test\test_slayer004.py", line 40, in forward return self.slayer.spike(self.fc1(self.slayer.psp(spikeInput))) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer005 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer005 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer005.py", line 82, in spikeOut = snn.forward(spikeIn) File "F:\github_projects\slayerPytorch\test\test_slayer005.py", line 44, in forward spikeLayer1 = self.slayer.spike(self.fc1(self.slayer.psp(spikeInput))) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer006 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer006 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer006.py", line 73, in spikeOut = snn.forward(spikeIn) File "F:\github_projects\slayerPytorch\test\test_slayer006.py", line 42, in forward spikeLayer1 = self.slayer.spike(self.fc1(self.slayer.psp(spikeInput))) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\github_projects\slayerPytorch\test/../src\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: testOddDimension (test_slayer007.TestPooling)

Traceback (most recent call last): File "F:\github_projects\slayerPytorch\test\test_slayer007.py", line 78, in testOddDimension out = pool(inTensor) File "F:\Anaconda\envs\pytorch\lib\site-packages\torch\nn\modules\module.py", line 550, in call result = self.forward(*input, **kwargs) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 520, in forward input = torch.cat((input, torch.zeros((input.shape[0], input.shape[1], input.shape[2]%self.weight.shape[2], input.shape[3], input.shape[4]), dtype=dtype).to(device)), 2) RuntimeError: CUDA out of memory. Tried to allocate 630.00 MiB (GPU 0; 4.00 GiB total capacity; 2.46 GiB already allocated; 490.47 MiB free; 2.48 GiB reserved in total by PyTorch)

====================================================================== ERROR: test_slayer010 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer010 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer010.py", line 61, in psp = slayer.psp(spikeIn) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer011 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer011 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer011.py", line 35, in pspGT = slayer.psp(spikeIn) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double

====================================================================== ERROR: test_slayer012 (unittest.loader._FailedTest)

ImportError: Failed to import test module: test_slayer012 Traceback (most recent call last): File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "F:\Anaconda\envs\pytorch\lib\unittest\loader.py", line 369, in _get_module_from_name import(name) File "F:\github_projects\slayerPytorch\test\test_slayer012.py", line 41, in pspGT = slayer.psp(spikeIn) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 142, in psp return _pspFunction.apply(spike, self.srmKernel, self.simulation['Ts']) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 672, in forward psp = slayerCuda.conv(spike.contiguous(), filter, Ts) RuntimeError: expected scalar type Float but found Double


Ran 23 tests in 30.022s

FAILED (errors=10)

bamsumit commented 4 years ago

This should fix your issue.

Supltz commented 4 years ago

(F:\Anaconda\envs\pytorch) F:\github_projects\slayerPytorch\test>python -m unittest Max PSP kernel: 195.0 Scaling neuron[scaleRho] by Max PSP Kernel @slayerLoihi ..........E.................

ERROR: testOddDimension (test_slayer007.TestPooling)

Traceback (most recent call last): File "F:\github_projects\slayerPytorch\test\test_slayer007.py", line 78, in testOddDimension out = pool(inTensor) File "F:\Anaconda\envs\pytorch\lib\site-packages\torch\nn\modules\module.py", line 550, in call result = self.forward(*input, **kwargs) File "F:\Anaconda\envs\pytorch\lib\site-packages\slayersnn-0.0.0-py3.6.egg\slayerSNN\slayer.py", line 520, in forward input = torch.cat((input, torch.zeros((input.shape[0], input.shape[1], input.shape[2]%self.weight.shape[2], input.shape[3], input.shape[4]), dtype=dtype).to(device)), 2) RuntimeError: CUDA out of memory. Tried to allocate 630.00 MiB (GPU 0; 4.00 GiB total capacity; 2.62 GiB already allocated; 172.47 MiB free; 2.79 GiB reserved in total by PyTorch)


Ran 28 tests in 30.044s

FAILED (errors=1)

it seems that GTX 1050Ti 4GB Capacity can not satisfy the unittest?

Thank you for your quick responses.