lamiastella

kaolin gcc 6.3

Nov 13th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.62 KB | None | 0 0
  1. (kaolin) [jalal@goku kaolin]$ gcc --version
  2. gcc (GCC) 6.3.1 20170216 (Red Hat 6.3.1-3)
  3. Copyright (C) 2016 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. (kaolin) [jalal@goku kaolin]$ python setup.py install
  8. Building wheel kaolin-0.2.0+75b95ec
  9. --Building version 0.2.0+75b95ec
  10. Fetching packman-common@6.1.3.zip from S3 ...
  11. Unpacking ...
  12. Could not find platform dependent libraries <exec_prefix>
  13. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  14. Fatal Python error: Py_Initialize: Unable to get the locale encoding
  15. ModuleNotFoundError: No module named 'encodings'
  16.  
  17. Current thread 0x00007fa32f2c4740 (most recent call first):
  18. packman/packman: line 117: 31659 Aborted "$PM_PYTHON" -S -s -u -E "$PM_INSTALL_PATH/bootstrap/install_package.py" "$TARGET" "$PM_MODULE_DIR"
  19. Could not find platform dependent libraries <exec_prefix>
  20. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  21. Fatal Python error: Py_Initialize: Unable to get the locale encoding
  22. ModuleNotFoundError: No module named 'encodings'
  23.  
  24. Current thread 0x00007f9fc6610740 (most recent call first):
  25. packman/packman: line 131: 31662 Aborted "$PM_PYTHON" -S -s -u -E "$PM_MODULE" pull "$PM_MODULE_DIR/deps.packman.xml"
  26. Failure while installing required 7za package
  27. ln: failed to create symbolic link ‘/scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/python’: File exists
  28. running install
  29. running bdist_egg
  30. running egg_info
  31. writing kaolin.egg-info/PKG-INFO
  32. writing dependency_links to kaolin.egg-info/dependency_links.txt
  33. writing requirements to kaolin.egg-info/requires.txt
  34. writing top-level names to kaolin.egg-info/top_level.txt
  35. reading manifest file 'kaolin.egg-info/SOURCES.txt'
  36. writing manifest file 'kaolin.egg-info/SOURCES.txt'
  37. installing library code to build/bdist.linux-x86_64/egg
  38. running install_lib
  39. running build_py
  40. creating build/bdist.linux-x86_64/egg
  41. creating build/bdist.linux-x86_64/egg/kaolin
  42. copying build/lib/kaolin/__init__.py -> build/bdist.linux-x86_64/egg/kaolin
  43. copying build/lib/kaolin/helpers.py -> build/bdist.linux-x86_64/egg/kaolin
  44. copying build/lib/kaolin/version.py -> build/bdist.linux-x86_64/egg/kaolin
  45. creating build/bdist.linux-x86_64/egg/kaolin/conversions
  46. copying build/lib/kaolin/conversions/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  47. copying build/lib/kaolin/conversions/meshconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  48. copying build/lib/kaolin/conversions/pointcloudconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  49. copying build/lib/kaolin/conversions/sdfconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  50. copying build/lib/kaolin/conversions/voxelgridconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  51. creating build/bdist.linux-x86_64/egg/kaolin/cuda
  52. copying build/lib/kaolin/cuda/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/cuda
  53. creating build/bdist.linux-x86_64/egg/kaolin/datasets
  54. copying build/lib/kaolin/datasets/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  55. copying build/lib/kaolin/datasets/modelnet.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  56. copying build/lib/kaolin/datasets/scannet.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  57. copying build/lib/kaolin/datasets/shapenet.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  58. copying build/lib/kaolin/datasets/shrec.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  59. copying build/lib/kaolin/datasets/usdfile.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  60. creating build/bdist.linux-x86_64/egg/kaolin/graphics
  61. copying build/lib/kaolin/graphics/DIBRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  62. copying build/lib/kaolin/graphics/DifferentiableRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  63. copying build/lib/kaolin/graphics/Lighting.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  64. copying build/lib/kaolin/graphics/NeuralMeshRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  65. copying build/lib/kaolin/graphics/SoftRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  66. copying build/lib/kaolin/graphics/Transformations.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  67. copying build/lib/kaolin/graphics/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  68. creating build/bdist.linux-x86_64/egg/kaolin/graphics/nmr
  69. copying build/lib/kaolin/graphics/nmr/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/nmr
  70. copying build/lib/kaolin/graphics/nmr/rasterizer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/nmr
  71. creating build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/cuda
  72. copying build/lib/kaolin/graphics/nmr/cuda/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/cuda
  73. creating build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  74. copying build/lib/kaolin/graphics/softras/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  75. copying build/lib/kaolin/graphics/softras/losses.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  76. copying build/lib/kaolin/graphics/softras/mesh.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  77. copying build/lib/kaolin/graphics/softras/rasterizer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  78. copying build/lib/kaolin/graphics/softras/renderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  79. copying build/lib/kaolin/graphics/softras/transform.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  80. creating build/bdist.linux-x86_64/egg/kaolin/graphics/softras/cuda
  81. copying build/lib/kaolin/graphics/softras/cuda/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/cuda
  82. creating build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  83. copying build/lib/kaolin/graphics/softras/functional/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  84. copying build/lib/kaolin/graphics/softras/functional/ambient_lighting.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  85. copying build/lib/kaolin/graphics/softras/functional/directional_lighting.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  86. copying build/lib/kaolin/graphics/softras/functional/face_vertices.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  87. copying build/lib/kaolin/graphics/softras/functional/get_points_from_angles.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  88. copying build/lib/kaolin/graphics/softras/functional/load_obj.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  89. copying build/lib/kaolin/graphics/softras/functional/look.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  90. copying build/lib/kaolin/graphics/softras/functional/look_at.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  91. copying build/lib/kaolin/graphics/softras/functional/orthogonal.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  92. copying build/lib/kaolin/graphics/softras/functional/perspective.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  93. copying build/lib/kaolin/graphics/softras/functional/projection.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  94. copying build/lib/kaolin/graphics/softras/functional/save_obj.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  95. copying build/lib/kaolin/graphics/softras/functional/soft_rasterize.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  96. copying build/lib/kaolin/graphics/softras/functional/vertex_normals.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  97. copying build/lib/kaolin/graphics/softras/functional/voxelization.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  98. creating build/bdist.linux-x86_64/egg/kaolin/mathutils
  99. copying build/lib/kaolin/mathutils/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils
  100. copying build/lib/kaolin/mathutils/common.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils
  101. creating build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  102. copying build/lib/kaolin/mathutils/geometry/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  103. copying build/lib/kaolin/mathutils/geometry/lie.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  104. copying build/lib/kaolin/mathutils/geometry/transformations.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  105. creating build/bdist.linux-x86_64/egg/kaolin/metrics
  106. copying build/lib/kaolin/metrics/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  107. copying build/lib/kaolin/metrics/mesh.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  108. copying build/lib/kaolin/metrics/point.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  109. copying build/lib/kaolin/metrics/voxel.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  110. creating build/bdist.linux-x86_64/egg/kaolin/models
  111. copying build/lib/kaolin/models/DIBREncoder.py -> build/bdist.linux-x86_64/egg/kaolin/models
  112. copying build/lib/kaolin/models/GEOMetrics.py -> build/bdist.linux-x86_64/egg/kaolin/models
  113. copying build/lib/kaolin/models/GraphResNet.py -> build/bdist.linux-x86_64/egg/kaolin/models
  114. copying build/lib/kaolin/models/Image2MeshReconstructionBaseline.py -> build/bdist.linux-x86_64/egg/kaolin/models
  115. copying build/lib/kaolin/models/MeshEncoder.py -> build/bdist.linux-x86_64/egg/kaolin/models
  116. copying build/lib/kaolin/models/OccupancyNetwork.py -> build/bdist.linux-x86_64/egg/kaolin/models
  117. copying build/lib/kaolin/models/Pixel2Mesh.py -> build/bdist.linux-x86_64/egg/kaolin/models
  118. copying build/lib/kaolin/models/PointNet.py -> build/bdist.linux-x86_64/egg/kaolin/models
  119. copying build/lib/kaolin/models/PointNet2.py -> build/bdist.linux-x86_64/egg/kaolin/models
  120. copying build/lib/kaolin/models/SimpleGCN.py -> build/bdist.linux-x86_64/egg/kaolin/models
  121. copying build/lib/kaolin/models/VGG18.py -> build/bdist.linux-x86_64/egg/kaolin/models
  122. copying build/lib/kaolin/models/Voxel3DIWGAN.py -> build/bdist.linux-x86_64/egg/kaolin/models
  123. copying build/lib/kaolin/models/VoxelGAN.py -> build/bdist.linux-x86_64/egg/kaolin/models
  124. copying build/lib/kaolin/models/VoxelSuperresODM.py -> build/bdist.linux-x86_64/egg/kaolin/models
  125. copying build/lib/kaolin/models/VoxelSuperresSimple.py -> build/bdist.linux-x86_64/egg/kaolin/models
  126. copying build/lib/kaolin/models/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/models
  127. copying build/lib/kaolin/models/dgcnn.py -> build/bdist.linux-x86_64/egg/kaolin/models
  128. creating build/bdist.linux-x86_64/egg/kaolin/rep
  129. copying build/lib/kaolin/rep/Mesh.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  130. copying build/lib/kaolin/rep/PointCloud.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  131. copying build/lib/kaolin/rep/QuadMesh.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  132. copying build/lib/kaolin/rep/SDF.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  133. copying build/lib/kaolin/rep/TriangleMesh.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  134. copying build/lib/kaolin/rep/VoxelGrid.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  135. copying build/lib/kaolin/rep/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  136. creating build/bdist.linux-x86_64/egg/kaolin/testing
  137. copying build/lib/kaolin/testing/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/testing
  138. creating build/bdist.linux-x86_64/egg/kaolin/transforms
  139. copying build/lib/kaolin/transforms/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  140. copying build/lib/kaolin/transforms/meshfunc.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  141. copying build/lib/kaolin/transforms/pointcloudfunc.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  142. copying build/lib/kaolin/transforms/transforms.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  143. copying build/lib/kaolin/transforms/voxelfunc.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  144. creating build/bdist.linux-x86_64/egg/kaolin/vision
  145. copying build/lib/kaolin/vision/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/vision
  146. copying build/lib/kaolin/vision/geometry.py -> build/bdist.linux-x86_64/egg/kaolin/vision
  147. creating build/bdist.linux-x86_64/egg/kaolin/visualize
  148. copying build/lib/kaolin/visualize/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/visualize
  149. copying build/lib/kaolin/visualize/vis.py -> build/bdist.linux-x86_64/egg/kaolin/visualize
  150. copying build/lib/kaolin/visualize/vis_usd.py -> build/bdist.linux-x86_64/egg/kaolin/visualize
  151. byte-compiling build/bdist.linux-x86_64/egg/kaolin/__init__.py to __init__.cpython-36.pyc
  152. byte-compiling build/bdist.linux-x86_64/egg/kaolin/helpers.py to helpers.cpython-36.pyc
  153. byte-compiling build/bdist.linux-x86_64/egg/kaolin/version.py to version.cpython-36.pyc
  154. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/__init__.py to __init__.cpython-36.pyc
  155. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/meshconversions.py to meshconversions.cpython-36.pyc
  156. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/pointcloudconversions.py to pointcloudconversions.cpython-36.pyc
  157. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/sdfconversions.py to sdfconversions.cpython-36.pyc
  158. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/voxelgridconversions.py to voxelgridconversions.cpython-36.pyc
  159. byte-compiling build/bdist.linux-x86_64/egg/kaolin/cuda/__init__.py to __init__.cpython-36.pyc
  160. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/__init__.py to __init__.cpython-36.pyc
  161. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/modelnet.py to modelnet.cpython-36.pyc
  162. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/scannet.py to scannet.cpython-36.pyc
  163. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/shapenet.py to shapenet.cpython-36.pyc
  164. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/shrec.py to shrec.cpython-36.pyc
  165. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/usdfile.py to usdfile.cpython-36.pyc
  166. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/DIBRenderer.py to DIBRenderer.cpython-36.pyc
  167. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/DifferentiableRenderer.py to DifferentiableRenderer.cpython-36.pyc
  168. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/Lighting.py to Lighting.cpython-36.pyc
  169. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/NeuralMeshRenderer.py to NeuralMeshRenderer.cpython-36.pyc
  170. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/SoftRenderer.py to SoftRenderer.cpython-36.pyc
  171. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/Transformations.py to Transformations.cpython-36.pyc
  172. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/__init__.py to __init__.cpython-36.pyc
  173. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/__init__.py to __init__.cpython-36.pyc
  174. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/rasterizer.py to rasterizer.cpython-36.pyc
  175. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/cuda/__init__.py to __init__.cpython-36.pyc
  176. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/__init__.py to __init__.cpython-36.pyc
  177. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/losses.py to losses.cpython-36.pyc
  178. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/mesh.py to mesh.cpython-36.pyc
  179. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/rasterizer.py to rasterizer.cpython-36.pyc
  180. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/renderer.py to renderer.cpython-36.pyc
  181. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/transform.py to transform.cpython-36.pyc
  182. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/cuda/__init__.py to __init__.cpython-36.pyc
  183. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/__init__.py to __init__.cpython-36.pyc
  184. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/ambient_lighting.py to ambient_lighting.cpython-36.pyc
  185. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/directional_lighting.py to directional_lighting.cpython-36.pyc
  186. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/face_vertices.py to face_vertices.cpython-36.pyc
  187. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/get_points_from_angles.py to get_points_from_angles.cpython-36.pyc
  188. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/load_obj.py to load_obj.cpython-36.pyc
  189. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/look.py to look.cpython-36.pyc
  190. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/look_at.py to look_at.cpython-36.pyc
  191. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/orthogonal.py to orthogonal.cpython-36.pyc
  192. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/perspective.py to perspective.cpython-36.pyc
  193. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/projection.py to projection.cpython-36.pyc
  194. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/save_obj.py to save_obj.cpython-36.pyc
  195. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/soft_rasterize.py to soft_rasterize.cpython-36.pyc
  196. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/vertex_normals.py to vertex_normals.cpython-36.pyc
  197. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/voxelization.py to voxelization.cpython-36.pyc
  198. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/__init__.py to __init__.cpython-36.pyc
  199. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/common.py to common.cpython-36.pyc
  200. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry/__init__.py to __init__.cpython-36.pyc
  201. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry/lie.py to lie.cpython-36.pyc
  202. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry/transformations.py to transformations.cpython-36.pyc
  203. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/__init__.py to __init__.cpython-36.pyc
  204. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/mesh.py to mesh.cpython-36.pyc
  205. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/point.py to point.cpython-36.pyc
  206. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/voxel.py to voxel.cpython-36.pyc
  207. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/DIBREncoder.py to DIBREncoder.cpython-36.pyc
  208. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/GEOMetrics.py to GEOMetrics.cpython-36.pyc
  209. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/GraphResNet.py to GraphResNet.cpython-36.pyc
  210. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/Image2MeshReconstructionBaseline.py to Image2MeshReconstructionBaseline.cpython-36.pyc
  211. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/MeshEncoder.py to MeshEncoder.cpython-36.pyc
  212. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/OccupancyNetwork.py to OccupancyNetwork.cpython-36.pyc
  213. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/Pixel2Mesh.py to Pixel2Mesh.cpython-36.pyc
  214. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/PointNet.py to PointNet.cpython-36.pyc
  215. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/PointNet2.py to PointNet2.cpython-36.pyc
  216. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/SimpleGCN.py to SimpleGCN.cpython-36.pyc
  217. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VGG18.py to VGG18.cpython-36.pyc
  218. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/Voxel3DIWGAN.py to Voxel3DIWGAN.cpython-36.pyc
  219. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VoxelGAN.py to VoxelGAN.cpython-36.pyc
  220. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VoxelSuperresODM.py to VoxelSuperresODM.cpython-36.pyc
  221. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VoxelSuperresSimple.py to VoxelSuperresSimple.cpython-36.pyc
  222. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/__init__.py to __init__.cpython-36.pyc
  223. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/dgcnn.py to dgcnn.cpython-36.pyc
  224. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/Mesh.py to Mesh.cpython-36.pyc
  225. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/PointCloud.py to PointCloud.cpython-36.pyc
  226. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/QuadMesh.py to QuadMesh.cpython-36.pyc
  227. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/SDF.py to SDF.cpython-36.pyc
  228. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/TriangleMesh.py to TriangleMesh.cpython-36.pyc
  229. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/VoxelGrid.py to VoxelGrid.cpython-36.pyc
  230. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/__init__.py to __init__.cpython-36.pyc
  231. byte-compiling build/bdist.linux-x86_64/egg/kaolin/testing/__init__.py to __init__.cpython-36.pyc
  232. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/__init__.py to __init__.cpython-36.pyc
  233. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/meshfunc.py to meshfunc.cpython-36.pyc
  234. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/pointcloudfunc.py to pointcloudfunc.cpython-36.pyc
  235. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/transforms.py to transforms.cpython-36.pyc
  236. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/voxelfunc.py to voxelfunc.cpython-36.pyc
  237. byte-compiling build/bdist.linux-x86_64/egg/kaolin/vision/__init__.py to __init__.cpython-36.pyc
  238. byte-compiling build/bdist.linux-x86_64/egg/kaolin/vision/geometry.py to geometry.cpython-36.pyc
  239. byte-compiling build/bdist.linux-x86_64/egg/kaolin/visualize/__init__.py to __init__.cpython-36.pyc
  240. byte-compiling build/bdist.linux-x86_64/egg/kaolin/visualize/vis.py to vis.cpython-36.pyc
  241. byte-compiling build/bdist.linux-x86_64/egg/kaolin/visualize/vis_usd.py to vis_usd.cpython-36.pyc
  242. creating build/bdist.linux-x86_64/egg/EGG-INFO
  243. copying kaolin.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  244. copying kaolin.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  245. copying kaolin.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  246. copying kaolin.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  247. copying kaolin.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  248. copying kaolin.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  249. creating 'dist/kaolin-0.2.0+75b95ec-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  250. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  251. Processing kaolin-0.2.0+75b95ec-py3.6.egg
  252. Removing /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/kaolin-0.2.0+75b95ec-py3.6.egg
  253. Copying kaolin-0.2.0+75b95ec-py3.6.egg to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages
  254. kaolin 0.2.0+75b95ec is already the active version in easy-install.pth
  255.  
  256. Installed /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/kaolin-0.2.0+75b95ec-py3.6.egg
  257. Processing dependencies for kaolin==0.2.0+75b95ec
  258. Searching for flake8==3.7.9
  259. Best match: flake8 3.7.9
  260. Processing flake8-3.7.9-py3.6.egg
  261. flake8 3.7.9 is already the active version in easy-install.pth
  262. Installing flake8 script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  263.  
  264. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/flake8-3.7.9-py3.6.egg
  265. Searching for autopep8==1.4.4
  266. Best match: autopep8 1.4.4
  267. Processing autopep8-1.4.4-py3.6.egg
  268. autopep8 1.4.4 is already the active version in easy-install.pth
  269. Installing autopep8 script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  270.  
  271. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/autopep8-1.4.4-py3.6.egg
  272. Searching for Cython==0.29.14
  273. Best match: Cython 0.29.14
  274. Processing Cython-0.29.14-py3.6-linux-x86_64.egg
  275. Cython 0.29.14 is already the active version in easy-install.pth
  276. Installing cygdb script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  277. Installing cython script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  278. Installing cythonize script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  279.  
  280. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/Cython-0.29.14-py3.6-linux-x86_64.egg
  281. Searching for pptk==0.1.0
  282. Best match: pptk 0.1.0
  283. Processing pptk-0.1.0-py3.6-linux-x86_64.egg
  284. pptk 0.1.0 is already the active version in easy-install.pth
  285.  
  286. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pptk-0.1.0-py3.6-linux-x86_64.egg
  287. Searching for pytest==5.2.2
  288. Best match: pytest 5.2.2
  289. Processing pytest-5.2.2-py3.6.egg
  290. pytest 5.2.2 is already the active version in easy-install.pth
  291. Installing py.test script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  292. Installing pytest script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  293.  
  294. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pytest-5.2.2-py3.6.egg
  295. Searching for tqdm==4.38.0
  296. Best match: tqdm 4.38.0
  297. Processing tqdm-4.38.0-py3.6.egg
  298. tqdm 4.38.0 is already the active version in easy-install.pth
  299. Installing tqdm script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  300.  
  301. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/tqdm-4.38.0-py3.6.egg
  302. Searching for pytest-cov==2.8.1
  303. Best match: pytest-cov 2.8.1
  304. Processing pytest_cov-2.8.1-py3.6.egg
  305. pytest-cov 2.8.1 is already the active version in easy-install.pth
  306.  
  307. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pytest_cov-2.8.1-py3.6.egg
  308. Searching for Sphinx==2.2.1
  309. Best match: Sphinx 2.2.1
  310. Processing Sphinx-2.2.1-py3.6.egg
  311. Sphinx 2.2.1 is already the active version in easy-install.pth
  312. Installing sphinx-apidoc script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  313. Installing sphinx-autogen script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  314. Installing sphinx-build script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  315. Installing sphinx-quickstart script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  316.  
  317. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/Sphinx-2.2.1-py3.6.egg
  318. Searching for scipy==1.1.0
  319. Best match: scipy 1.1.0
  320. Adding scipy 1.1.0 to easy-install.pth file
  321.  
  322. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  323. Searching for trimesh==3.2.16
  324. Best match: trimesh 3.2.16
  325. Adding trimesh 3.2.16 to easy-install.pth file
  326.  
  327. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  328. Searching for Shapely==1.6.4.post2
  329. Best match: Shapely 1.6.4.post2
  330. Adding Shapely 1.6.4.post2 to easy-install.pth file
  331.  
  332. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  333. Searching for scikit-image==0.14.4
  334. Best match: scikit-image 0.14.4
  335. Adding scikit-image 0.14.4 to easy-install.pth file
  336. Installing skivi script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  337.  
  338. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  339. Searching for matplotlib==2.2.4
  340. Best match: matplotlib 2.2.4
  341. Processing matplotlib-2.2.4-py3.6-linux-x86_64.egg
  342. matplotlib 2.2.4 is already the active version in easy-install.pth
  343.  
  344. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/matplotlib-2.2.4-py3.6-linux-x86_64.egg
  345. Searching for pyflakes==2.1.1
  346. Best match: pyflakes 2.1.1
  347. Processing pyflakes-2.1.1-py3.6.egg
  348. pyflakes 2.1.1 is already the active version in easy-install.pth
  349. Installing pyflakes script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  350.  
  351. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pyflakes-2.1.1-py3.6.egg
  352. Searching for pycodestyle==2.5.0
  353. Best match: pycodestyle 2.5.0
  354. Processing pycodestyle-2.5.0-py3.6.egg
  355. pycodestyle 2.5.0 is already the active version in easy-install.pth
  356. Installing pycodestyle script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  357.  
  358. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pycodestyle-2.5.0-py3.6.egg
  359. Searching for mccabe==0.6.1
  360. Best match: mccabe 0.6.1
  361. Processing mccabe-0.6.1-py3.6.egg
  362. mccabe 0.6.1 is already the active version in easy-install.pth
  363.  
  364. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/mccabe-0.6.1-py3.6.egg
  365. Searching for entrypoints==0.3
  366. Best match: entrypoints 0.3
  367. Processing entrypoints-0.3-py3.6.egg
  368. entrypoints 0.3 is already the active version in easy-install.pth
  369.  
  370. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/entrypoints-0.3-py3.6.egg
  371. Searching for numpy==1.17.3
  372. Best match: numpy 1.17.3
  373. Adding numpy 1.17.3 to easy-install.pth file
  374. Installing f2py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  375. Installing f2py3 script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  376. Installing f2py3.6 script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  377.  
  378. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages
  379. Searching for wcwidth==0.1.7
  380. Best match: wcwidth 0.1.7
  381. Processing wcwidth-0.1.7-py3.6.egg
  382. wcwidth 0.1.7 is already the active version in easy-install.pth
  383.  
  384. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/wcwidth-0.1.7-py3.6.egg
  385. Searching for py==1.8.0
  386. Best match: py 1.8.0
  387. Processing py-1.8.0-py3.6.egg
  388. py 1.8.0 is already the active version in easy-install.pth
  389.  
  390. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/py-1.8.0-py3.6.egg
  391. Searching for pluggy==0.13.0
  392. Best match: pluggy 0.13.0
  393. Processing pluggy-0.13.0-py3.6.egg
  394. pluggy 0.13.0 is already the active version in easy-install.pth
  395.  
  396. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pluggy-0.13.0-py3.6.egg
  397. Searching for packaging==19.2
  398. Best match: packaging 19.2
  399. Processing packaging-19.2-py3.6.egg
  400. packaging 19.2 is already the active version in easy-install.pth
  401.  
  402. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/packaging-19.2-py3.6.egg
  403. Searching for more-itertools==7.2.0
  404. Best match: more-itertools 7.2.0
  405. Processing more_itertools-7.2.0-py3.6.egg
  406. more-itertools 7.2.0 is already the active version in easy-install.pth
  407.  
  408. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/more_itertools-7.2.0-py3.6.egg
  409. Searching for importlib-metadata==0.23
  410. Best match: importlib-metadata 0.23
  411. Processing importlib_metadata-0.23-py3.6.egg
  412. importlib-metadata 0.23 is already the active version in easy-install.pth
  413.  
  414. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/importlib_metadata-0.23-py3.6.egg
  415. Searching for attrs==19.3.0
  416. Best match: attrs 19.3.0
  417. Processing attrs-19.3.0-py3.6.egg
  418. attrs 19.3.0 is already the active version in easy-install.pth
  419.  
  420. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/attrs-19.3.0-py3.6.egg
  421. Searching for atomicwrites==1.3.0
  422. Best match: atomicwrites 1.3.0
  423. Processing atomicwrites-1.3.0-py3.6.egg
  424. atomicwrites 1.3.0 is already the active version in easy-install.pth
  425.  
  426. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/atomicwrites-1.3.0-py3.6.egg
  427. Searching for coverage==5.0b1
  428. Best match: coverage 5.0b1
  429. Processing coverage-5.0b1-py3.6-linux-x86_64.egg
  430. coverage 5.0b1 is already the active version in easy-install.pth
  431. Installing coverage script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  432. Installing coverage-3.6 script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  433. Installing coverage3 script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  434.  
  435. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/coverage-5.0b1-py3.6-linux-x86_64.egg
  436. Searching for sphinxcontrib-serializinghtml==1.1.3
  437. Best match: sphinxcontrib-serializinghtml 1.1.3
  438. Processing sphinxcontrib_serializinghtml-1.1.3-py3.6.egg
  439. sphinxcontrib-serializinghtml 1.1.3 is already the active version in easy-install.pth
  440.  
  441. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/sphinxcontrib_serializinghtml-1.1.3-py3.6.egg
  442. Searching for sphinxcontrib-qthelp==1.0.2
  443. Best match: sphinxcontrib-qthelp 1.0.2
  444. Processing sphinxcontrib_qthelp-1.0.2-py3.6.egg
  445. sphinxcontrib-qthelp 1.0.2 is already the active version in easy-install.pth
  446.  
  447. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/sphinxcontrib_qthelp-1.0.2-py3.6.egg
  448. Searching for sphinxcontrib-jsmath==1.0.1
  449. Best match: sphinxcontrib-jsmath 1.0.1
  450. Processing sphinxcontrib_jsmath-1.0.1-py3.6.egg
  451. sphinxcontrib-jsmath 1.0.1 is already the active version in easy-install.pth
  452.  
  453. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/sphinxcontrib_jsmath-1.0.1-py3.6.egg
  454. Searching for sphinxcontrib-htmlhelp==1.0.2
  455. Best match: sphinxcontrib-htmlhelp 1.0.2
  456. Processing sphinxcontrib_htmlhelp-1.0.2-py3.6.egg
  457. sphinxcontrib-htmlhelp 1.0.2 is already the active version in easy-install.pth
  458.  
  459. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/sphinxcontrib_htmlhelp-1.0.2-py3.6.egg
  460. Searching for sphinxcontrib-devhelp==1.0.1
  461. Best match: sphinxcontrib-devhelp 1.0.1
  462. Processing sphinxcontrib_devhelp-1.0.1-py3.6.egg
  463. sphinxcontrib-devhelp 1.0.1 is already the active version in easy-install.pth
  464.  
  465. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/sphinxcontrib_devhelp-1.0.1-py3.6.egg
  466. Searching for sphinxcontrib-applehelp==1.0.1
  467. Best match: sphinxcontrib-applehelp 1.0.1
  468. Processing sphinxcontrib_applehelp-1.0.1-py3.6.egg
  469. sphinxcontrib-applehelp 1.0.1 is already the active version in easy-install.pth
  470.  
  471. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/sphinxcontrib_applehelp-1.0.1-py3.6.egg
  472. Searching for snowballstemmer==2.0.0
  473. Best match: snowballstemmer 2.0.0
  474. Processing snowballstemmer-2.0.0-py3.6.egg
  475. snowballstemmer 2.0.0 is already the active version in easy-install.pth
  476.  
  477. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/snowballstemmer-2.0.0-py3.6.egg
  478. Searching for setuptools==41.6.0.post20191101
  479. Best match: setuptools 41.6.0.post20191101
  480. Adding setuptools 41.6.0.post20191101 to easy-install.pth file
  481. Installing easy_install script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  482.  
  483. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages
  484. Searching for requests==2.21.0
  485. Best match: requests 2.21.0
  486. Adding requests 2.21.0 to easy-install.pth file
  487.  
  488. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  489. Searching for imagesize==1.1.0
  490. Best match: imagesize 1.1.0
  491. Processing imagesize-1.1.0-py3.6.egg
  492. imagesize 1.1.0 is already the active version in easy-install.pth
  493.  
  494. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/imagesize-1.1.0-py3.6.egg
  495. Searching for docutils==0.15.2
  496. Best match: docutils 0.15.2
  497. Processing docutils-0.15.2-py3.6.egg
  498. docutils 0.15.2 is already the active version in easy-install.pth
  499. Installing rst2html.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  500. Installing rst2html4.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  501. Installing rst2html5.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  502. Installing rst2latex.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  503. Installing rst2man.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  504. Installing rst2odt.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  505. Installing rst2odt_prepstyles.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  506. Installing rst2pseudoxml.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  507. Installing rst2s5.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  508. Installing rst2xetex.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  509. Installing rst2xml.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  510. Installing rstpep2html.py script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  511.  
  512. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/docutils-0.15.2-py3.6.egg
  513. Searching for Babel==2.7.0
  514. Best match: Babel 2.7.0
  515. Processing Babel-2.7.0-py3.6.egg
  516. Babel 2.7.0 is already the active version in easy-install.pth
  517. Installing pybabel script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  518.  
  519. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/Babel-2.7.0-py3.6.egg
  520. Searching for alabaster==0.7.12
  521. Best match: alabaster 0.7.12
  522. Processing alabaster-0.7.12-py3.6.egg
  523. alabaster 0.7.12 is already the active version in easy-install.pth
  524.  
  525. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/alabaster-0.7.12-py3.6.egg
  526. Searching for Pygments==2.4.2
  527. Best match: Pygments 2.4.2
  528. Processing Pygments-2.4.2-py3.6.egg
  529. Pygments 2.4.2 is already the active version in easy-install.pth
  530. Installing pygmentize script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  531.  
  532. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/Pygments-2.4.2-py3.6.egg
  533. Searching for Jinja2==2.10.3
  534. Best match: Jinja2 2.10.3
  535. Processing Jinja2-2.10.3-py3.6.egg
  536. Jinja2 2.10.3 is already the active version in easy-install.pth
  537.  
  538. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/Jinja2-2.10.3-py3.6.egg
  539. Searching for PyWavelets==1.1.1
  540. Best match: PyWavelets 1.1.1
  541. Processing PyWavelets-1.1.1-py3.6-linux-x86_64.egg
  542. PyWavelets 1.1.1 is already the active version in easy-install.pth
  543.  
  544. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/PyWavelets-1.1.1-py3.6-linux-x86_64.egg
  545. Searching for networkx==2.2
  546. Best match: networkx 2.2
  547. Adding networkx 2.2 to easy-install.pth file
  548.  
  549. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  550. Searching for cloudpickle==1.2.2
  551. Best match: cloudpickle 1.2.2
  552. Processing cloudpickle-1.2.2-py3.6.egg
  553. cloudpickle 1.2.2 is already the active version in easy-install.pth
  554.  
  555. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/cloudpickle-1.2.2-py3.6.egg
  556. Searching for Pillow==6.2.1
  557. Best match: Pillow 6.2.1
  558. Adding Pillow 6.2.1 to easy-install.pth file
  559.  
  560. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages
  561. Searching for six==1.13.0
  562. Best match: six 1.13.0
  563. Adding six 1.13.0 to easy-install.pth file
  564.  
  565. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages
  566. Searching for pytz==2019.3
  567. Best match: pytz 2019.3
  568. Processing pytz-2019.3-py3.6.egg
  569. pytz 2019.3 is already the active version in easy-install.pth
  570.  
  571. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pytz-2019.3-py3.6.egg
  572. Searching for python-dateutil==2.7.3
  573. Best match: python-dateutil 2.7.3
  574. Adding python-dateutil 2.7.3 to easy-install.pth file
  575.  
  576. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  577. Searching for pyparsing==2.4.5
  578. Best match: pyparsing 2.4.5
  579. Processing pyparsing-2.4.5-py3.6.egg
  580. pyparsing 2.4.5 is already the active version in easy-install.pth
  581.  
  582. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/pyparsing-2.4.5-py3.6.egg
  583. Searching for kiwisolver==1.1.0
  584. Best match: kiwisolver 1.1.0
  585. Adding kiwisolver 1.1.0 to easy-install.pth file
  586.  
  587. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  588. Searching for cycler==0.10.0
  589. Best match: cycler 0.10.0
  590. Processing cycler-0.10.0-py3.6.egg
  591. cycler 0.10.0 is already the active version in easy-install.pth
  592.  
  593. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/cycler-0.10.0-py3.6.egg
  594. Searching for zipp==0.6.0
  595. Best match: zipp 0.6.0
  596. Processing zipp-0.6.0-py3.6.egg
  597. zipp 0.6.0 is already the active version in easy-install.pth
  598.  
  599. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/zipp-0.6.0-py3.6.egg
  600. Searching for urllib3==1.24.3
  601. Best match: urllib3 1.24.3
  602. Processing urllib3-1.24.3-py3.6.egg
  603. urllib3 1.24.3 is already the active version in easy-install.pth
  604.  
  605. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/urllib3-1.24.3-py3.6.egg
  606. Searching for certifi==2019.9.11
  607. Best match: certifi 2019.9.11
  608. Adding certifi 2019.9.11 to easy-install.pth file
  609.  
  610. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages
  611. Searching for chardet==3.0.4
  612. Best match: chardet 3.0.4
  613. Processing chardet-3.0.4-py3.6.egg
  614. chardet 3.0.4 is already the active version in easy-install.pth
  615. Installing chardetect script to /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin
  616.  
  617. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/chardet-3.0.4-py3.6.egg
  618. Searching for idna==2.8
  619. Best match: idna 2.8
  620. Processing idna-2.8-py3.6.egg
  621. idna 2.8 is already the active version in easy-install.pth
  622.  
  623. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/idna-2.8-py3.6.egg
  624. Searching for MarkupSafe==1.1.1
  625. Best match: MarkupSafe 1.1.1
  626. Processing MarkupSafe-1.1.1-py3.6-linux-x86_64.egg
  627. MarkupSafe 1.1.1 is already the active version in easy-install.pth
  628.  
  629. Using /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/lib/python3.6/site-packages/MarkupSafe-1.1.1-py3.6-linux-x86_64.egg
  630. Searching for decorator==4.4.0
  631. Best match: decorator 4.4.0
  632. Adding decorator 4.4.0 to easy-install.pth file
  633.  
  634. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  635. Finished processing dependencies for kaolin==0.2.0+75b95ec
  636. which: no nvcc in (/scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/bin:/home/grad3/jalal/.local/bin:/opt/rh/rh-php70/root/bin:/scratch2/system/opt/pycharm-community-2018.1.2/bin:/scratch2/google-cloud-sdk/bin:/scratch2/google-cloud-sdk/bin:/scratch/sjn-p3/anaconda/anaconda3/bin:/opt/rh/devtoolset-6/root/usr/bin:/scratch/sjn-p3/anaconda/anaconda3/bin:/scratch/sjn-p3/anaconda/anaconda3/bin:/home/grad3/jalal/.local/bin:/opt/rh/rh-php70/root/bin:/scratch2/system/opt/pycharm-community-2018.1.2/bin:/scratch2/google-cloud-sdk/bin:/scratch2/google-cloud-sdk/bin:/scratch/sjn-p3/anaconda/anaconda3/bin:/home/grad3/jalal/.cargo/bin:/home/grad3/jalal/.local/bin:/opt/rh/rh-php70/root/bin:/scratch2/system/opt/pycharm-community-2018.1.2/bin:/scratch2/google-cloud-sdk/bin:/scratch2/google-cloud-sdk/bin:/scratch/sjn-p3/anaconda/anaconda3/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/local/IT/bin:/home/grad3/jalal/bin:/scratch/sjn-p2/anaconda/anaconda2/bin)
  637. running install
  638. running bdist_egg
  639. running egg_info
  640. writing kaolin.egg-info/PKG-INFO
  641. writing dependency_links to kaolin.egg-info/dependency_links.txt
  642. deleting kaolin.egg-info/requires.txt
  643. writing top-level names to kaolin.egg-info/top_level.txt
  644. reading manifest file 'kaolin.egg-info/SOURCES.txt'
  645. writing manifest file 'kaolin.egg-info/SOURCES.txt'
  646. installing library code to build/bdist.linux-x86_64/egg
  647. running install_lib
  648. running build_py
  649. running build_ext
  650. building 'kaolin.cuda.load_textures' extension
  651. gcc -pthread -B /scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/TH -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/include/python3.6m -c kaolin/cuda/load_textures_cuda.cpp -o build/temp.linux-x86_64-3.6/kaolin/cuda/load_textures_cuda.o -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=load_textures -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11
  652. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  653. In file included from kaolin/cuda/load_textures_cuda.cpp:23:0:
  654. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:11:4: warning: #warning "Including torch/torch.h for C++ extensions is deprecated. Please include torch/extension.h" [-Wcpp]
  655. # warning "Including torch/torch.h for C++ extensions is deprecated. Please include torch/extension.h"
  656. ^~~~~~~
  657. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  658. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  659. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  660. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  661. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  662. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  663. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  664. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  665. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  666. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  667. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  668. from kaolin/cuda/load_textures_cuda.cpp:23:
  669. kaolin/cuda/load_textures_cuda.cpp: In function ‘at::Tensor load_textures(at::Tensor, at::Tensor, at::Tensor, at::Tensor)’:
  670. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  671. ::c10::detail::deprecated_AT_CHECK(); \
  672. ^
  673. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  674. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  675. ^~~~~~~~
  676. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  677. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  678. ^~~~~~~~~~
  679. kaolin/cuda/load_textures_cuda.cpp:46:5: note: in expansion of macro ‘CHECK_INPUT’
  680. CHECK_INPUT(image);
  681. ^~~~~~~~~~~
  682. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  683. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  684. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  685. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  686. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  687. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  688. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  689. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  690. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  691. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  692. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  693. from kaolin/cuda/load_textures_cuda.cpp:23:
  694. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  695. inline void deprecated_AT_CHECK() {}
  696. ^~~~~~~~~~~~~~~~~~~
  697. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  698. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  699. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  700. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  701. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  702. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  703. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  704. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  705. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  706. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  707. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  708. from kaolin/cuda/load_textures_cuda.cpp:23:
  709. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  710. ::c10::detail::deprecated_AT_CHECK(); \
  711. ^
  712. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  713. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  714. ^~~~~~~~
  715. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  716. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  717. ^~~~~~~~~~
  718. kaolin/cuda/load_textures_cuda.cpp:46:5: note: in expansion of macro ‘CHECK_INPUT’
  719. CHECK_INPUT(image);
  720. ^~~~~~~~~~~
  721. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  722. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  723. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  724. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  725. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  726. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  727. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  728. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  729. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  730. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  731. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  732. from kaolin/cuda/load_textures_cuda.cpp:23:
  733. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  734. inline void deprecated_AT_CHECK() {}
  735. ^~~~~~~~~~~~~~~~~~~
  736. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  737. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  738. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  739. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  740. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  741. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  742. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  743. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  744. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  745. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  746. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  747. from kaolin/cuda/load_textures_cuda.cpp:23:
  748. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  749. ::c10::detail::deprecated_AT_CHECK(); \
  750. ^
  751. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  752. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  753. ^~~~~~~~
  754. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  755. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  756. ^~~~~~~~~~~~~~~~
  757. kaolin/cuda/load_textures_cuda.cpp:46:5: note: in expansion of macro ‘CHECK_INPUT’
  758. CHECK_INPUT(image);
  759. ^~~~~~~~~~~
  760. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  761. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  762. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  763. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  764. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  765. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  766. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  767. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  768. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  769. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  770. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  771. from kaolin/cuda/load_textures_cuda.cpp:23:
  772. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  773. inline void deprecated_AT_CHECK() {}
  774. ^~~~~~~~~~~~~~~~~~~
  775. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  776. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  777. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  778. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  779. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  780. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  781. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  782. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  783. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  784. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  785. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  786. from kaolin/cuda/load_textures_cuda.cpp:23:
  787. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  788. ::c10::detail::deprecated_AT_CHECK(); \
  789. ^
  790. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  791. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  792. ^~~~~~~~
  793. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  794. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  795. ^~~~~~~~~~~~~~~~
  796. kaolin/cuda/load_textures_cuda.cpp:46:5: note: in expansion of macro ‘CHECK_INPUT’
  797. CHECK_INPUT(image);
  798. ^~~~~~~~~~~
  799. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  800. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  801. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  802. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  803. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  804. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  805. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  806. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  807. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  808. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  809. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  810. from kaolin/cuda/load_textures_cuda.cpp:23:
  811. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  812. inline void deprecated_AT_CHECK() {}
  813. ^~~~~~~~~~~~~~~~~~~
  814. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  815. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  816. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  817. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  818. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  819. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  820. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  821. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  822. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  823. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  824. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  825. from kaolin/cuda/load_textures_cuda.cpp:23:
  826. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  827. ::c10::detail::deprecated_AT_CHECK(); \
  828. ^
  829. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  830. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  831. ^~~~~~~~
  832. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  833. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  834. ^~~~~~~~~~
  835. kaolin/cuda/load_textures_cuda.cpp:47:5: note: in expansion of macro ‘CHECK_INPUT’
  836. CHECK_INPUT(faces);
  837. ^~~~~~~~~~~
  838. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  839. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  840. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  841. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  842. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  843. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  844. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  845. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  846. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  847. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  848. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  849. from kaolin/cuda/load_textures_cuda.cpp:23:
  850. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  851. inline void deprecated_AT_CHECK() {}
  852. ^~~~~~~~~~~~~~~~~~~
  853. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  854. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  855. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  856. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  857. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  858. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  859. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  860. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  861. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  862. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  863. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  864. from kaolin/cuda/load_textures_cuda.cpp:23:
  865. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  866. ::c10::detail::deprecated_AT_CHECK(); \
  867. ^
  868. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  869. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  870. ^~~~~~~~
  871. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  872. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  873. ^~~~~~~~~~
  874. kaolin/cuda/load_textures_cuda.cpp:47:5: note: in expansion of macro ‘CHECK_INPUT’
  875. CHECK_INPUT(faces);
  876. ^~~~~~~~~~~
  877. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  878. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  879. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  880. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  881. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  882. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  883. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  884. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  885. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  886. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  887. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  888. from kaolin/cuda/load_textures_cuda.cpp:23:
  889. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  890. inline void deprecated_AT_CHECK() {}
  891. ^~~~~~~~~~~~~~~~~~~
  892. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  893. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  894. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  895. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  896. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  897. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  898. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  899. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  900. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  901. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  902. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  903. from kaolin/cuda/load_textures_cuda.cpp:23:
  904. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  905. ::c10::detail::deprecated_AT_CHECK(); \
  906. ^
  907. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  908. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  909. ^~~~~~~~
  910. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  911. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  912. ^~~~~~~~~~~~~~~~
  913. kaolin/cuda/load_textures_cuda.cpp:47:5: note: in expansion of macro ‘CHECK_INPUT’
  914. CHECK_INPUT(faces);
  915. ^~~~~~~~~~~
  916. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  917. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  918. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  919. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  920. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  921. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  922. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  923. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  924. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  925. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  926. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  927. from kaolin/cuda/load_textures_cuda.cpp:23:
  928. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  929. inline void deprecated_AT_CHECK() {}
  930. ^~~~~~~~~~~~~~~~~~~
  931. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  932. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  933. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  934. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  935. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  936. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  937. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  938. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  939. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  940. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  941. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  942. from kaolin/cuda/load_textures_cuda.cpp:23:
  943. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  944. ::c10::detail::deprecated_AT_CHECK(); \
  945. ^
  946. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  947. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  948. ^~~~~~~~
  949. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  950. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  951. ^~~~~~~~~~~~~~~~
  952. kaolin/cuda/load_textures_cuda.cpp:47:5: note: in expansion of macro ‘CHECK_INPUT’
  953. CHECK_INPUT(faces);
  954. ^~~~~~~~~~~
  955. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  956. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  957. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  958. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  959. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  960. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  961. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  962. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  963. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  964. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  965. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  966. from kaolin/cuda/load_textures_cuda.cpp:23:
  967. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  968. inline void deprecated_AT_CHECK() {}
  969. ^~~~~~~~~~~~~~~~~~~
  970. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  971. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  972. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  973. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  974. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  975. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  976. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  977. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  978. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  979. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  980. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  981. from kaolin/cuda/load_textures_cuda.cpp:23:
  982. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  983. ::c10::detail::deprecated_AT_CHECK(); \
  984. ^
  985. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  986. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  987. ^~~~~~~~
  988. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  989. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  990. ^~~~~~~~~~
  991. kaolin/cuda/load_textures_cuda.cpp:48:5: note: in expansion of macro ‘CHECK_INPUT’
  992. CHECK_INPUT(is_update);
  993. ^~~~~~~~~~~
  994. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  995. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  996. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  997. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  998. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  999. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1000. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1001. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1002. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1003. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1004. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1005. from kaolin/cuda/load_textures_cuda.cpp:23:
  1006. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1007. inline void deprecated_AT_CHECK() {}
  1008. ^~~~~~~~~~~~~~~~~~~
  1009. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1010. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1011. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1012. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1013. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1014. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1015. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1016. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1017. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1018. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1019. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1020. from kaolin/cuda/load_textures_cuda.cpp:23:
  1021. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1022. ::c10::detail::deprecated_AT_CHECK(); \
  1023. ^
  1024. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  1025. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  1026. ^~~~~~~~
  1027. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  1028. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1029. ^~~~~~~~~~
  1030. kaolin/cuda/load_textures_cuda.cpp:48:5: note: in expansion of macro ‘CHECK_INPUT’
  1031. CHECK_INPUT(is_update);
  1032. ^~~~~~~~~~~
  1033. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1034. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1035. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1036. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1037. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1038. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1039. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1040. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1041. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1042. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1043. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1044. from kaolin/cuda/load_textures_cuda.cpp:23:
  1045. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1046. inline void deprecated_AT_CHECK() {}
  1047. ^~~~~~~~~~~~~~~~~~~
  1048. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1049. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1050. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1051. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1052. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1053. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1054. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1055. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1056. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1057. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1058. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1059. from kaolin/cuda/load_textures_cuda.cpp:23:
  1060. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1061. ::c10::detail::deprecated_AT_CHECK(); \
  1062. ^
  1063. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  1064. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1065. ^~~~~~~~
  1066. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  1067. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1068. ^~~~~~~~~~~~~~~~
  1069. kaolin/cuda/load_textures_cuda.cpp:48:5: note: in expansion of macro ‘CHECK_INPUT’
  1070. CHECK_INPUT(is_update);
  1071. ^~~~~~~~~~~
  1072. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1073. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1074. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1075. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1076. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1077. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1078. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1079. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1080. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1081. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1082. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1083. from kaolin/cuda/load_textures_cuda.cpp:23:
  1084. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1085. inline void deprecated_AT_CHECK() {}
  1086. ^~~~~~~~~~~~~~~~~~~
  1087. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1088. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1089. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1090. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1091. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1092. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1093. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1094. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1095. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1096. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1097. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1098. from kaolin/cuda/load_textures_cuda.cpp:23:
  1099. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1100. ::c10::detail::deprecated_AT_CHECK(); \
  1101. ^
  1102. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  1103. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1104. ^~~~~~~~
  1105. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  1106. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1107. ^~~~~~~~~~~~~~~~
  1108. kaolin/cuda/load_textures_cuda.cpp:48:5: note: in expansion of macro ‘CHECK_INPUT’
  1109. CHECK_INPUT(is_update);
  1110. ^~~~~~~~~~~
  1111. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1112. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1113. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1114. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1115. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1116. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1117. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1118. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1119. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1120. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1121. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1122. from kaolin/cuda/load_textures_cuda.cpp:23:
  1123. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1124. inline void deprecated_AT_CHECK() {}
  1125. ^~~~~~~~~~~~~~~~~~~
  1126. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1127. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1128. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1129. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1130. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1131. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1132. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1133. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1134. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1135. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1136. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1137. from kaolin/cuda/load_textures_cuda.cpp:23:
  1138. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1139. ::c10::detail::deprecated_AT_CHECK(); \
  1140. ^
  1141. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  1142. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  1143. ^~~~~~~~
  1144. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  1145. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1146. ^~~~~~~~~~
  1147. kaolin/cuda/load_textures_cuda.cpp:49:5: note: in expansion of macro ‘CHECK_INPUT’
  1148. CHECK_INPUT(textures);
  1149. ^~~~~~~~~~~
  1150. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1151. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1152. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1153. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1154. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1155. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1156. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1157. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1158. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1159. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1160. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1161. from kaolin/cuda/load_textures_cuda.cpp:23:
  1162. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1163. inline void deprecated_AT_CHECK() {}
  1164. ^~~~~~~~~~~~~~~~~~~
  1165. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1166. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1167. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1168. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1169. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1170. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1171. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1172. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1173. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1174. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1175. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1176. from kaolin/cuda/load_textures_cuda.cpp:23:
  1177. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1178. ::c10::detail::deprecated_AT_CHECK(); \
  1179. ^
  1180. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  1181. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  1182. ^~~~~~~~
  1183. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  1184. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1185. ^~~~~~~~~~
  1186. kaolin/cuda/load_textures_cuda.cpp:49:5: note: in expansion of macro ‘CHECK_INPUT’
  1187. CHECK_INPUT(textures);
  1188. ^~~~~~~~~~~
  1189. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1190. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1191. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1192. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1193. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1194. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1195. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1196. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1197. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1198. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1199. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1200. from kaolin/cuda/load_textures_cuda.cpp:23:
  1201. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1202. inline void deprecated_AT_CHECK() {}
  1203. ^~~~~~~~~~~~~~~~~~~
  1204. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1205. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1206. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1207. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1208. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1209. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1210. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1211. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1212. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1213. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1214. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1215. from kaolin/cuda/load_textures_cuda.cpp:23:
  1216. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:20: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1217. ::c10::detail::deprecated_AT_CHECK(); \
  1218. ^
  1219. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  1220. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1221. ^~~~~~~~
  1222. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  1223. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1224. ^~~~~~~~~~~~~~~~
  1225. kaolin/cuda/load_textures_cuda.cpp:49:5: note: in expansion of macro ‘CHECK_INPUT’
  1226. CHECK_INPUT(textures);
  1227. ^~~~~~~~~~~
  1228. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1229. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1230. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1231. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1232. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1233. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1234. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1235. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1236. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1237. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1238. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1239. from kaolin/cuda/load_textures_cuda.cpp:23:
  1240. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1241. inline void deprecated_AT_CHECK() {}
  1242. ^~~~~~~~~~~~~~~~~~~
  1243. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1244. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1245. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1246. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1247. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1248. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1249. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1250. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1251. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1252. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1253. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1254. from kaolin/cuda/load_textures_cuda.cpp:23:
  1255. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:339:40: warning: ‘void c10::detail::deprecated_AT_CHECK()’ is deprecated [-Wdeprecated-declarations]
  1256. ::c10::detail::deprecated_AT_CHECK(); \
  1257. ^
  1258. kaolin/cuda/load_textures_cuda.cpp:36:29: note: in expansion of macro ‘AT_CHECK’
  1259. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1260. ^~~~~~~~
  1261. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  1262. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1263. ^~~~~~~~~~~~~~~~
  1264. kaolin/cuda/load_textures_cuda.cpp:49:5: note: in expansion of macro ‘CHECK_INPUT’
  1265. CHECK_INPUT(textures);
  1266. ^~~~~~~~~~~
  1267. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  1268. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  1269. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  1270. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  1271. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  1272. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  1273. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  1274. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  1275. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  1276. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  1277. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  1278. from kaolin/cuda/load_textures_cuda.cpp:23:
  1279. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  1280. inline void deprecated_AT_CHECK() {}
  1281. ^~~~~~~~~~~~~~~~~~~
  1282. /usr/local/cuda/bin/nvcc -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/TH -I/home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/THC -I/usr/local/cuda/include -I/scratch/sjn-p3/anaconda/anaconda3/envs/kaolin/include/python3.6m -c kaolin/cuda/load_textures_cuda_kernel.cu -o build/temp.linux-x86_64-3.6/kaolin/cuda/load_textures_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=load_textures -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11
  1283. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’:
  1284. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> = <missing>]’
  1285. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1286. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1287. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1288. ^~~~~
  1289. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1290. }
  1291. ^
  1292. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’:
  1293. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> = <missing>]’
  1294. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1295. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1296. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1297. ^~~~~
  1298. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1299. }
  1300. ^
  1301. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’:
  1302. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1303. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1304. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1305. return __and_<__not_<is_same<tuple<_Elements...>,
  1306. ^
  1307. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1308. struct is_convertible
  1309. ^~~~~~~~~~~~~~
  1310. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1311. }
  1312. ^
  1313. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}’:
  1314. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1315. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1316. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1317. return __and_<__not_<is_same<tuple<_Elements...>,
  1318. ^
  1319. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1320. struct is_convertible
  1321. ^~~~~~~~~~~~~~
  1322. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1323. }
  1324. ^
  1325. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1326. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (5ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (5ul >= 1)), bool>::type <anonymous> = <missing>]’
  1327. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1328. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1329. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1330. ^~~~~
  1331. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1332. }
  1333. ^
  1334. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1335. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (5ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (5ul >= 1)), bool>::type <anonymous> = <missing>]’
  1336. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1337. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1338. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1339. ^~~~~
  1340. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1341. }
  1342. ^
  1343. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1344. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1345. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1346. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (6, should be 2)
  1347. return __and_<__not_<is_same<tuple<_Elements...>,
  1348. ^
  1349. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1350. struct is_convertible
  1351. ^~~~~~~~~~~~~~
  1352. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1353. }
  1354. ^
  1355. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1356. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1357. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1358. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (6, should be 2)
  1359. return __and_<__not_<is_same<tuple<_Elements...>,
  1360. ^
  1361. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1362. struct is_convertible
  1363. ^~~~~~~~~~~~~~
  1364. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1365. }
  1366. ^
  1367. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’:
  1368. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1369. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1370. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1371. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1372. ^~~~~
  1373. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’ not a return-statement
  1374. }
  1375. ^
  1376. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’:
  1377. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1378. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1379. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1380. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1381. ^~~~~
  1382. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}’ not a return-statement
  1383. }
  1384. ^
  1385. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’:
  1386. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1387. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1388. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1389. return __and_<__not_<is_same<tuple<_Elements...>,
  1390. ^
  1391. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1392. struct is_convertible
  1393. ^~~~~~~~~~~~~~
  1394. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’ not a return-statement
  1395. }
  1396. ^
  1397. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’:
  1398. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1399. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1400. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1401. return __and_<__not_<is_same<tuple<_Elements...>,
  1402. ^
  1403. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1404. struct is_convertible
  1405. ^~~~~~~~~~~~~~
  1406. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> > >&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, std::vector<at::Tensor, std::allocator<at::Tensor> >}]’ not a return-statement
  1407. }
  1408. ^
  1409. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’:
  1410. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1411. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1412. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1413. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1414. ^~~~~
  1415. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’ not a return-statement
  1416. }
  1417. ^
  1418. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’:
  1419. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1420. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1421. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1422. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1423. ^~~~~
  1424. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’ not a return-statement
  1425. }
  1426. ^
  1427. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’:
  1428. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, long int>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, long int}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, long int>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1429. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1430. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1431. return __and_<__not_<is_same<tuple<_Elements...>,
  1432. ^
  1433. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1434. struct is_convertible
  1435. ^~~~~~~~~~~~~~
  1436. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’ not a return-statement
  1437. }
  1438. ^
  1439. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’:
  1440. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, long int>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, long int}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, long int>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1441. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1442. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1443. return __and_<__not_<is_same<tuple<_Elements...>,
  1444. ^
  1445. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1446. struct is_convertible
  1447. ^~~~~~~~~~~~~~
  1448. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, long int>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, long int}]’ not a return-statement
  1449. }
  1450. ^
  1451. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1452. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1453. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1454. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1455. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1456. ^~~~~
  1457. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1458. }
  1459. ^
  1460. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1461. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1462. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1463. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1464. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1465. ^~~~~
  1466. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1467. }
  1468. ^
  1469. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1470. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1471. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1472. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1473. return __and_<__not_<is_same<tuple<_Elements...>,
  1474. ^
  1475. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1476. struct is_convertible
  1477. ^~~~~~~~~~~~~~
  1478. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1479. }
  1480. ^
  1481. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’:
  1482. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, at::Tensor, at::Tensor>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1483. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1484. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1485. return __and_<__not_<is_same<tuple<_Elements...>,
  1486. ^
  1487. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1488. struct is_convertible
  1489. ^~~~~~~~~~~~~~
  1490. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, at::Tensor, at::Tensor}]’ not a return-statement
  1491. }
  1492. ^
  1493. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, double, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’:
  1494. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, double, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, double, long int>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, double, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1495. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1496. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1497. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1498. ^~~~~
  1499. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, double, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’ not a return-statement
  1500. }
  1501. ^
  1502. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, double, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’:
  1503. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, double, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor, at::Tensor, double, long int>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor, at::Tensor, double, long int>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (4ul >= 1)), bool>::type <anonymous> = <missing>]’
  1504. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1505. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1506. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1507. ^~~~~
  1508. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor, at::Tensor, double, long int>}; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’ not a return-statement
  1509. }
  1510. ^
  1511. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, double, long int>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’:
  1512. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, double, long int>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor, at::Tensor, double, long int}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, double, long int>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1513. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1514. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1515. return __and_<__not_<is_same<tuple<_Elements...>,
  1516. ^
  1517. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1518. struct is_convertible
  1519. ^~~~~~~~~~~~~~
  1520. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor, at::Tensor, double, long int>&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’ not a return-statement
  1521. }
  1522. ^
  1523. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, double, long int>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’:
  1524. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, double, long int>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor, at::Tensor, double, long int}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor, at::Tensor, double, long int>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor, at::Tensor, double, long int>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1525. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1526. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1527. return __and_<__not_<is_same<tuple<_Elements...>,
  1528. ^
  1529. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1530. struct is_convertible
  1531. ^~~~~~~~~~~~~~
  1532. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor, at::Tensor, double, long int>&&; bool <anonymous> = true; _Elements = {at::Tensor, at::Tensor, double, long int}]’ not a return-statement
  1533. }
  1534. ^
  1535. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>}; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’:
  1536. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:248: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor&, at::Tensor&, at::Tensor&>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor&, at::Tensor&, at::Tensor&>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> = <missing>]’
  1537. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1538. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:483:67: error: mismatched argument pack lengths while expanding ‘std::is_constructible<_Elements, _UElements&&>’
  1539. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1540. ^~~~~
  1541. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:484:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_MoveConstructibleTuple() [with _UElements = {std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>}; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’ not a return-statement
  1542. }
  1543. ^
  1544. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>}; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’:
  1545. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:626:362: required by substitution of ‘template<class ... _UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor&, at::Tensor&, at::Tensor&>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>}; typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 1), at::Tensor&, at::Tensor&, at::Tensor&>::_NotSameTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (3ul >= 1)), bool>::type <anonymous> = <missing>]’
  1546. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1547. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
  1548. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1549. ^~~~~
  1550. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:490:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_ImplicitlyMoveConvertibleTuple() [with _UElements = {std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>}; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’ not a return-statement
  1551. }
  1552. ^
  1553. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>&; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’:
  1554. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:662:419: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor&, at::Tensor&, at::Tensor&>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(const std::tuple<_Args1 ...>&) [with _UElements = {at::Tensor&, at::Tensor&, at::Tensor&}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor&, at::Tensor&, at::Tensor&>::_NonNestedTuple<const tuple<_Elements ...>&>()), bool>::type <anonymous> = <missing>]’
  1555. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1556. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1557. return __and_<__not_<is_same<tuple<_Elements...>,
  1558. ^
  1559. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1560. struct is_convertible
  1561. ^~~~~~~~~~~~~~
  1562. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = const std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>&; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’ not a return-statement
  1563. }
  1564. ^
  1565. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple: In instantiation of ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>&&; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’:
  1566. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:686:422: required by substitution of ‘template<class ... _UElements, class _Dummy, typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor&, at::Tensor&, at::Tensor&>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> >::tuple(std::tuple<_Args1 ...>&&) [with _UElements = {at::Tensor&, at::Tensor&, at::Tensor&}; _Dummy = void; typename std::enable_if<((std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_MoveConstructibleTuple<_UElements ...>() && std::_TC<(1ul == sizeof... (_UElements)), at::Tensor&, at::Tensor&, at::Tensor&>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && std::_TC<(std::is_same<_Dummy, void>::value && (1ul == 1)), at::Tensor&, at::Tensor&, at::Tensor&>::_NonNestedTuple<tuple<_Elements ...>&&>()), bool>::type <anonymous> = <missing>]’
  1567. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1568. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1569. return __and_<__not_<is_same<tuple<_Elements...>,
  1570. ^
  1571. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/type_traits:1558:8: note: provided for ‘template<class _From, class _To> struct std::is_convertible’
  1572. struct is_convertible
  1573. ^~~~~~~~~~~~~~
  1574. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:502:1: error: body of constexpr function ‘static constexpr bool std::_TC<<anonymous>, _Elements>::_NonNestedTuple() [with _SrcTuple = std::tuple<at::Tensor&, at::Tensor&, at::Tensor&>&&; bool <anonymous> = true; _Elements = {at::Tensor&, at::Tensor&, at::Tensor&}]’ not a return-statement
  1575. }
  1576. ^
  1577. kaolin/cuda/load_textures_cuda_kernel.cu: In lambda function:
  1578. kaolin/cuda/load_textures_cuda_kernel.cu:106:98: warning: ‘c10::ScalarType detail::scalar_type(const at::DeprecatedTypeProperties&)’ is deprecated [-Wdeprecated-declarations]
  1579. AT_DISPATCH_FLOATING_TYPES(image.type(), "load_textures_cuda", ([&] {
  1580. ^
  1581. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Dispatch.h:78:1: note: declared here
  1582. inline at::ScalarType scalar_type(const at::DeprecatedTypeProperties &t) {
  1583. ^~~~~~~~~~~
  1584. error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
  1585. (kaolin) [jalal@goku kaolin]$
Add Comment
Please, Sign In to add comment