lamiastella

kaolin setup.py

Nov 13th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 172.96 KB | None | 0 0
  1. [jalal@goku kaolin]$ python setup.py install
  2. Building wheel kaolin-0.2.0+75b95ec
  3. --Building version 0.2.0+75b95ec
  4. Fetching packman-common@6.1.3.zip from S3 ...
  5. Unpacking ...
  6. Could not find platform dependent libraries <exec_prefix>
  7. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  8. Fatal Python error: Py_Initialize: Unable to get the locale encoding
  9. ModuleNotFoundError: No module named 'encodings'
  10.  
  11. Current thread 0x00007f14b206b740 (most recent call first):
  12. packman/packman: line 117: 30441 Aborted "$PM_PYTHON" -S -s -u -E "$PM_INSTALL_PATH/bootstrap/install_package.py" "$TARGET" "$PM_MODULE_DIR"
  13. Could not find platform dependent libraries <exec_prefix>
  14. Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
  15. Fatal Python error: Py_Initialize: Unable to get the locale encoding
  16. ModuleNotFoundError: No module named 'encodings'
  17.  
  18. Current thread 0x00007fa3e8682740 (most recent call first):
  19. packman/packman: line 131: 30444 Aborted "$PM_PYTHON" -S -s -u -E "$PM_MODULE" pull "$PM_MODULE_DIR/deps.packman.xml"
  20. Failure while installing required 7za package
  21. ln: failed to create symbolic link ‘/scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/python’: File exists
  22. running install
  23. running bdist_egg
  24. running egg_info
  25. writing kaolin.egg-info/PKG-INFO
  26. writing dependency_links to kaolin.egg-info/dependency_links.txt
  27. writing requirements to kaolin.egg-info/requires.txt
  28. writing top-level names to kaolin.egg-info/top_level.txt
  29. reading manifest file 'kaolin.egg-info/SOURCES.txt'
  30. writing manifest file 'kaolin.egg-info/SOURCES.txt'
  31. installing library code to build/bdist.linux-x86_64/egg
  32. running install_lib
  33. running build_py
  34. creating build/bdist.linux-x86_64/egg
  35. creating build/bdist.linux-x86_64/egg/kaolin
  36. copying build/lib/kaolin/__init__.py -> build/bdist.linux-x86_64/egg/kaolin
  37. copying build/lib/kaolin/helpers.py -> build/bdist.linux-x86_64/egg/kaolin
  38. copying build/lib/kaolin/version.py -> build/bdist.linux-x86_64/egg/kaolin
  39. creating build/bdist.linux-x86_64/egg/kaolin/conversions
  40. copying build/lib/kaolin/conversions/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  41. copying build/lib/kaolin/conversions/meshconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  42. copying build/lib/kaolin/conversions/pointcloudconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  43. copying build/lib/kaolin/conversions/sdfconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  44. copying build/lib/kaolin/conversions/voxelgridconversions.py -> build/bdist.linux-x86_64/egg/kaolin/conversions
  45. creating build/bdist.linux-x86_64/egg/kaolin/cuda
  46. copying build/lib/kaolin/cuda/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/cuda
  47. creating build/bdist.linux-x86_64/egg/kaolin/datasets
  48. copying build/lib/kaolin/datasets/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  49. copying build/lib/kaolin/datasets/modelnet.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  50. copying build/lib/kaolin/datasets/scannet.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  51. copying build/lib/kaolin/datasets/shapenet.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  52. copying build/lib/kaolin/datasets/shrec.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  53. copying build/lib/kaolin/datasets/usdfile.py -> build/bdist.linux-x86_64/egg/kaolin/datasets
  54. creating build/bdist.linux-x86_64/egg/kaolin/graphics
  55. copying build/lib/kaolin/graphics/DIBRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  56. copying build/lib/kaolin/graphics/DifferentiableRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  57. copying build/lib/kaolin/graphics/Lighting.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  58. copying build/lib/kaolin/graphics/NeuralMeshRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  59. copying build/lib/kaolin/graphics/SoftRenderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  60. copying build/lib/kaolin/graphics/Transformations.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  61. copying build/lib/kaolin/graphics/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics
  62. creating build/bdist.linux-x86_64/egg/kaolin/graphics/nmr
  63. copying build/lib/kaolin/graphics/nmr/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/nmr
  64. copying build/lib/kaolin/graphics/nmr/rasterizer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/nmr
  65. creating build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/cuda
  66. copying build/lib/kaolin/graphics/nmr/cuda/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/cuda
  67. creating build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  68. copying build/lib/kaolin/graphics/softras/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  69. copying build/lib/kaolin/graphics/softras/losses.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  70. copying build/lib/kaolin/graphics/softras/mesh.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  71. copying build/lib/kaolin/graphics/softras/rasterizer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  72. copying build/lib/kaolin/graphics/softras/renderer.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  73. copying build/lib/kaolin/graphics/softras/transform.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras
  74. creating build/bdist.linux-x86_64/egg/kaolin/graphics/softras/cuda
  75. copying build/lib/kaolin/graphics/softras/cuda/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/cuda
  76. creating build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  77. copying build/lib/kaolin/graphics/softras/functional/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  78. copying build/lib/kaolin/graphics/softras/functional/ambient_lighting.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  79. copying build/lib/kaolin/graphics/softras/functional/directional_lighting.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  80. copying build/lib/kaolin/graphics/softras/functional/face_vertices.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  81. copying build/lib/kaolin/graphics/softras/functional/get_points_from_angles.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  82. copying build/lib/kaolin/graphics/softras/functional/load_obj.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  83. copying build/lib/kaolin/graphics/softras/functional/look.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  84. copying build/lib/kaolin/graphics/softras/functional/look_at.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  85. copying build/lib/kaolin/graphics/softras/functional/orthogonal.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  86. copying build/lib/kaolin/graphics/softras/functional/perspective.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  87. copying build/lib/kaolin/graphics/softras/functional/projection.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  88. copying build/lib/kaolin/graphics/softras/functional/save_obj.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  89. copying build/lib/kaolin/graphics/softras/functional/soft_rasterize.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  90. copying build/lib/kaolin/graphics/softras/functional/vertex_normals.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  91. copying build/lib/kaolin/graphics/softras/functional/voxelization.py -> build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional
  92. creating build/bdist.linux-x86_64/egg/kaolin/mathutils
  93. copying build/lib/kaolin/mathutils/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils
  94. copying build/lib/kaolin/mathutils/common.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils
  95. creating build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  96. copying build/lib/kaolin/mathutils/geometry/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  97. copying build/lib/kaolin/mathutils/geometry/lie.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  98. copying build/lib/kaolin/mathutils/geometry/transformations.py -> build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry
  99. creating build/bdist.linux-x86_64/egg/kaolin/metrics
  100. copying build/lib/kaolin/metrics/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  101. copying build/lib/kaolin/metrics/mesh.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  102. copying build/lib/kaolin/metrics/point.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  103. copying build/lib/kaolin/metrics/voxel.py -> build/bdist.linux-x86_64/egg/kaolin/metrics
  104. creating build/bdist.linux-x86_64/egg/kaolin/models
  105. copying build/lib/kaolin/models/DIBREncoder.py -> build/bdist.linux-x86_64/egg/kaolin/models
  106. copying build/lib/kaolin/models/GEOMetrics.py -> build/bdist.linux-x86_64/egg/kaolin/models
  107. copying build/lib/kaolin/models/GraphResNet.py -> build/bdist.linux-x86_64/egg/kaolin/models
  108. copying build/lib/kaolin/models/Image2MeshReconstructionBaseline.py -> build/bdist.linux-x86_64/egg/kaolin/models
  109. copying build/lib/kaolin/models/MeshEncoder.py -> build/bdist.linux-x86_64/egg/kaolin/models
  110. copying build/lib/kaolin/models/OccupancyNetwork.py -> build/bdist.linux-x86_64/egg/kaolin/models
  111. copying build/lib/kaolin/models/Pixel2Mesh.py -> build/bdist.linux-x86_64/egg/kaolin/models
  112. copying build/lib/kaolin/models/PointNet.py -> build/bdist.linux-x86_64/egg/kaolin/models
  113. copying build/lib/kaolin/models/PointNet2.py -> build/bdist.linux-x86_64/egg/kaolin/models
  114. copying build/lib/kaolin/models/SimpleGCN.py -> build/bdist.linux-x86_64/egg/kaolin/models
  115. copying build/lib/kaolin/models/VGG18.py -> build/bdist.linux-x86_64/egg/kaolin/models
  116. copying build/lib/kaolin/models/Voxel3DIWGAN.py -> build/bdist.linux-x86_64/egg/kaolin/models
  117. copying build/lib/kaolin/models/VoxelGAN.py -> build/bdist.linux-x86_64/egg/kaolin/models
  118. copying build/lib/kaolin/models/VoxelSuperresODM.py -> build/bdist.linux-x86_64/egg/kaolin/models
  119. copying build/lib/kaolin/models/VoxelSuperresSimple.py -> build/bdist.linux-x86_64/egg/kaolin/models
  120. copying build/lib/kaolin/models/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/models
  121. copying build/lib/kaolin/models/dgcnn.py -> build/bdist.linux-x86_64/egg/kaolin/models
  122. creating build/bdist.linux-x86_64/egg/kaolin/rep
  123. copying build/lib/kaolin/rep/Mesh.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  124. copying build/lib/kaolin/rep/PointCloud.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  125. copying build/lib/kaolin/rep/QuadMesh.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  126. copying build/lib/kaolin/rep/SDF.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  127. copying build/lib/kaolin/rep/TriangleMesh.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  128. copying build/lib/kaolin/rep/VoxelGrid.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  129. copying build/lib/kaolin/rep/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/rep
  130. creating build/bdist.linux-x86_64/egg/kaolin/testing
  131. copying build/lib/kaolin/testing/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/testing
  132. creating build/bdist.linux-x86_64/egg/kaolin/transforms
  133. copying build/lib/kaolin/transforms/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  134. copying build/lib/kaolin/transforms/meshfunc.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  135. copying build/lib/kaolin/transforms/pointcloudfunc.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  136. copying build/lib/kaolin/transforms/transforms.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  137. copying build/lib/kaolin/transforms/voxelfunc.py -> build/bdist.linux-x86_64/egg/kaolin/transforms
  138. creating build/bdist.linux-x86_64/egg/kaolin/vision
  139. copying build/lib/kaolin/vision/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/vision
  140. copying build/lib/kaolin/vision/geometry.py -> build/bdist.linux-x86_64/egg/kaolin/vision
  141. creating build/bdist.linux-x86_64/egg/kaolin/visualize
  142. copying build/lib/kaolin/visualize/__init__.py -> build/bdist.linux-x86_64/egg/kaolin/visualize
  143. copying build/lib/kaolin/visualize/vis.py -> build/bdist.linux-x86_64/egg/kaolin/visualize
  144. copying build/lib/kaolin/visualize/vis_usd.py -> build/bdist.linux-x86_64/egg/kaolin/visualize
  145. byte-compiling build/bdist.linux-x86_64/egg/kaolin/__init__.py to __init__.cpython-36.pyc
  146. byte-compiling build/bdist.linux-x86_64/egg/kaolin/helpers.py to helpers.cpython-36.pyc
  147. byte-compiling build/bdist.linux-x86_64/egg/kaolin/version.py to version.cpython-36.pyc
  148. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/__init__.py to __init__.cpython-36.pyc
  149. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/meshconversions.py to meshconversions.cpython-36.pyc
  150. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/pointcloudconversions.py to pointcloudconversions.cpython-36.pyc
  151. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/sdfconversions.py to sdfconversions.cpython-36.pyc
  152. byte-compiling build/bdist.linux-x86_64/egg/kaolin/conversions/voxelgridconversions.py to voxelgridconversions.cpython-36.pyc
  153. byte-compiling build/bdist.linux-x86_64/egg/kaolin/cuda/__init__.py to __init__.cpython-36.pyc
  154. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/__init__.py to __init__.cpython-36.pyc
  155. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/modelnet.py to modelnet.cpython-36.pyc
  156. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/scannet.py to scannet.cpython-36.pyc
  157. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/shapenet.py to shapenet.cpython-36.pyc
  158. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/shrec.py to shrec.cpython-36.pyc
  159. byte-compiling build/bdist.linux-x86_64/egg/kaolin/datasets/usdfile.py to usdfile.cpython-36.pyc
  160. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/DIBRenderer.py to DIBRenderer.cpython-36.pyc
  161. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/DifferentiableRenderer.py to DifferentiableRenderer.cpython-36.pyc
  162. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/Lighting.py to Lighting.cpython-36.pyc
  163. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/NeuralMeshRenderer.py to NeuralMeshRenderer.cpython-36.pyc
  164. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/SoftRenderer.py to SoftRenderer.cpython-36.pyc
  165. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/Transformations.py to Transformations.cpython-36.pyc
  166. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/__init__.py to __init__.cpython-36.pyc
  167. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/__init__.py to __init__.cpython-36.pyc
  168. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/rasterizer.py to rasterizer.cpython-36.pyc
  169. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/nmr/cuda/__init__.py to __init__.cpython-36.pyc
  170. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/__init__.py to __init__.cpython-36.pyc
  171. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/losses.py to losses.cpython-36.pyc
  172. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/mesh.py to mesh.cpython-36.pyc
  173. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/rasterizer.py to rasterizer.cpython-36.pyc
  174. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/renderer.py to renderer.cpython-36.pyc
  175. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/transform.py to transform.cpython-36.pyc
  176. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/cuda/__init__.py to __init__.cpython-36.pyc
  177. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/__init__.py to __init__.cpython-36.pyc
  178. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/ambient_lighting.py to ambient_lighting.cpython-36.pyc
  179. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/directional_lighting.py to directional_lighting.cpython-36.pyc
  180. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/face_vertices.py to face_vertices.cpython-36.pyc
  181. 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
  182. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/load_obj.py to load_obj.cpython-36.pyc
  183. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/look.py to look.cpython-36.pyc
  184. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/look_at.py to look_at.cpython-36.pyc
  185. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/orthogonal.py to orthogonal.cpython-36.pyc
  186. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/perspective.py to perspective.cpython-36.pyc
  187. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/projection.py to projection.cpython-36.pyc
  188. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/save_obj.py to save_obj.cpython-36.pyc
  189. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/soft_rasterize.py to soft_rasterize.cpython-36.pyc
  190. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/vertex_normals.py to vertex_normals.cpython-36.pyc
  191. byte-compiling build/bdist.linux-x86_64/egg/kaolin/graphics/softras/functional/voxelization.py to voxelization.cpython-36.pyc
  192. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/__init__.py to __init__.cpython-36.pyc
  193. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/common.py to common.cpython-36.pyc
  194. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry/__init__.py to __init__.cpython-36.pyc
  195. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry/lie.py to lie.cpython-36.pyc
  196. byte-compiling build/bdist.linux-x86_64/egg/kaolin/mathutils/geometry/transformations.py to transformations.cpython-36.pyc
  197. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/__init__.py to __init__.cpython-36.pyc
  198. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/mesh.py to mesh.cpython-36.pyc
  199. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/point.py to point.cpython-36.pyc
  200. byte-compiling build/bdist.linux-x86_64/egg/kaolin/metrics/voxel.py to voxel.cpython-36.pyc
  201. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/DIBREncoder.py to DIBREncoder.cpython-36.pyc
  202. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/GEOMetrics.py to GEOMetrics.cpython-36.pyc
  203. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/GraphResNet.py to GraphResNet.cpython-36.pyc
  204. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/Image2MeshReconstructionBaseline.py to Image2MeshReconstructionBaseline.cpython-36.pyc
  205. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/MeshEncoder.py to MeshEncoder.cpython-36.pyc
  206. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/OccupancyNetwork.py to OccupancyNetwork.cpython-36.pyc
  207. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/Pixel2Mesh.py to Pixel2Mesh.cpython-36.pyc
  208. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/PointNet.py to PointNet.cpython-36.pyc
  209. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/PointNet2.py to PointNet2.cpython-36.pyc
  210. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/SimpleGCN.py to SimpleGCN.cpython-36.pyc
  211. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VGG18.py to VGG18.cpython-36.pyc
  212. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/Voxel3DIWGAN.py to Voxel3DIWGAN.cpython-36.pyc
  213. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VoxelGAN.py to VoxelGAN.cpython-36.pyc
  214. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VoxelSuperresODM.py to VoxelSuperresODM.cpython-36.pyc
  215. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/VoxelSuperresSimple.py to VoxelSuperresSimple.cpython-36.pyc
  216. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/__init__.py to __init__.cpython-36.pyc
  217. byte-compiling build/bdist.linux-x86_64/egg/kaolin/models/dgcnn.py to dgcnn.cpython-36.pyc
  218. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/Mesh.py to Mesh.cpython-36.pyc
  219. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/PointCloud.py to PointCloud.cpython-36.pyc
  220. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/QuadMesh.py to QuadMesh.cpython-36.pyc
  221. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/SDF.py to SDF.cpython-36.pyc
  222. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/TriangleMesh.py to TriangleMesh.cpython-36.pyc
  223. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/VoxelGrid.py to VoxelGrid.cpython-36.pyc
  224. byte-compiling build/bdist.linux-x86_64/egg/kaolin/rep/__init__.py to __init__.cpython-36.pyc
  225. byte-compiling build/bdist.linux-x86_64/egg/kaolin/testing/__init__.py to __init__.cpython-36.pyc
  226. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/__init__.py to __init__.cpython-36.pyc
  227. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/meshfunc.py to meshfunc.cpython-36.pyc
  228. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/pointcloudfunc.py to pointcloudfunc.cpython-36.pyc
  229. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/transforms.py to transforms.cpython-36.pyc
  230. byte-compiling build/bdist.linux-x86_64/egg/kaolin/transforms/voxelfunc.py to voxelfunc.cpython-36.pyc
  231. byte-compiling build/bdist.linux-x86_64/egg/kaolin/vision/__init__.py to __init__.cpython-36.pyc
  232. byte-compiling build/bdist.linux-x86_64/egg/kaolin/vision/geometry.py to geometry.cpython-36.pyc
  233. byte-compiling build/bdist.linux-x86_64/egg/kaolin/visualize/__init__.py to __init__.cpython-36.pyc
  234. byte-compiling build/bdist.linux-x86_64/egg/kaolin/visualize/vis.py to vis.cpython-36.pyc
  235. byte-compiling build/bdist.linux-x86_64/egg/kaolin/visualize/vis_usd.py to vis_usd.cpython-36.pyc
  236. creating build/bdist.linux-x86_64/egg/EGG-INFO
  237. copying kaolin.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  238. copying kaolin.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  239. copying kaolin.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  240. copying kaolin.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  241. copying kaolin.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  242. copying kaolin.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  243. creating 'dist/kaolin-0.2.0+75b95ec-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  244. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  245. Processing kaolin-0.2.0+75b95ec-py3.6.egg
  246. Removing /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/kaolin-0.2.0+75b95ec-py3.6.egg
  247. Copying kaolin-0.2.0+75b95ec-py3.6.egg to /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  248. kaolin 0.2.0+75b95ec is already the active version in easy-install.pth
  249.  
  250. Installed /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/kaolin-0.2.0+75b95ec-py3.6.egg
  251. Processing dependencies for kaolin==0.2.0+75b95ec
  252. Searching for flake8==3.7.9
  253. Best match: flake8 3.7.9
  254. Processing flake8-3.7.9-py3.6.egg
  255. flake8 3.7.9 is already the active version in easy-install.pth
  256. Installing flake8 script to /scratch/sjn-p3/anaconda/anaconda3/bin
  257.  
  258. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/flake8-3.7.9-py3.6.egg
  259. Searching for autopep8==1.4.4
  260. Best match: autopep8 1.4.4
  261. Processing autopep8-1.4.4-py3.6.egg
  262. autopep8 1.4.4 is already the active version in easy-install.pth
  263. Installing autopep8 script to /scratch/sjn-p3/anaconda/anaconda3/bin
  264.  
  265. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/autopep8-1.4.4-py3.6.egg
  266. Searching for Cython==0.27.3
  267. Best match: Cython 0.27.3
  268. Adding Cython 0.27.3 to easy-install.pth file
  269. Installing cygdb script to /scratch/sjn-p3/anaconda/anaconda3/bin
  270. Installing cython script to /scratch/sjn-p3/anaconda/anaconda3/bin
  271. Installing cythonize script to /scratch/sjn-p3/anaconda/anaconda3/bin
  272.  
  273. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  274. Searching for pptk==0.1.0
  275. Best match: pptk 0.1.0
  276. Processing pptk-0.1.0-py3.6-linux-x86_64.egg
  277. pptk 0.1.0 is already the active version in easy-install.pth
  278.  
  279. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/pptk-0.1.0-py3.6-linux-x86_64.egg
  280. Searching for pytest==4.6.0
  281. Best match: pytest 4.6.0
  282. Adding pytest 4.6.0 to easy-install.pth file
  283. Installing py.test script to /scratch/sjn-p3/anaconda/anaconda3/bin
  284. Installing pytest script to /scratch/sjn-p3/anaconda/anaconda3/bin
  285.  
  286. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  287. Searching for tqdm==4.36.1
  288. Best match: tqdm 4.36.1
  289. Adding tqdm 4.36.1 to easy-install.pth file
  290. Installing tqdm script to /scratch/sjn-p3/anaconda/anaconda3/bin
  291.  
  292. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  293. Searching for pytest-cov==2.8.1
  294. Best match: pytest-cov 2.8.1
  295. Processing pytest_cov-2.8.1-py3.6.egg
  296. pytest-cov 2.8.1 is already the active version in easy-install.pth
  297.  
  298. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/pytest_cov-2.8.1-py3.6.egg
  299. Searching for Sphinx==1.6.6
  300. Best match: Sphinx 1.6.6
  301. Adding Sphinx 1.6.6 to easy-install.pth file
  302. Installing sphinx-apidoc script to /scratch/sjn-p3/anaconda/anaconda3/bin
  303. Installing sphinx-autogen script to /scratch/sjn-p3/anaconda/anaconda3/bin
  304. Installing sphinx-build script to /scratch/sjn-p3/anaconda/anaconda3/bin
  305. Installing sphinx-quickstart script to /scratch/sjn-p3/anaconda/anaconda3/bin
  306.  
  307. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  308. Searching for scipy==1.1.0
  309. Best match: scipy 1.1.0
  310. Adding scipy 1.1.0 to easy-install.pth file
  311.  
  312. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  313. Searching for trimesh==3.2.16
  314. Best match: trimesh 3.2.16
  315. Adding trimesh 3.2.16 to easy-install.pth file
  316.  
  317. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  318. Searching for Shapely==1.6.4.post2
  319. Best match: Shapely 1.6.4.post2
  320. Adding Shapely 1.6.4.post2 to easy-install.pth file
  321.  
  322. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  323. Searching for scikit-image==0.14.4
  324. Best match: scikit-image 0.14.4
  325. Adding scikit-image 0.14.4 to easy-install.pth file
  326. Installing skivi script to /scratch/sjn-p3/anaconda/anaconda3/bin
  327.  
  328. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  329. Searching for matplotlib==2.2.4
  330. Best match: matplotlib 2.2.4
  331. Adding matplotlib 2.2.4 to easy-install.pth file
  332.  
  333. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  334. Searching for pyflakes==2.1.1
  335. Best match: pyflakes 2.1.1
  336. Processing pyflakes-2.1.1-py3.6.egg
  337. pyflakes 2.1.1 is already the active version in easy-install.pth
  338. Installing pyflakes script to /scratch/sjn-p3/anaconda/anaconda3/bin
  339.  
  340. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/pyflakes-2.1.1-py3.6.egg
  341. Searching for pycodestyle==2.5.0
  342. Best match: pycodestyle 2.5.0
  343. Processing pycodestyle-2.5.0-py3.6.egg
  344. pycodestyle 2.5.0 is already the active version in easy-install.pth
  345. Installing pycodestyle script to /scratch/sjn-p3/anaconda/anaconda3/bin
  346.  
  347. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/pycodestyle-2.5.0-py3.6.egg
  348. Searching for mccabe==0.6.1
  349. Best match: mccabe 0.6.1
  350. Adding mccabe 0.6.1 to easy-install.pth file
  351.  
  352. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  353. Searching for entrypoints==0.3
  354. Best match: entrypoints 0.3
  355. Processing entrypoints-0.3-py3.6.egg
  356. entrypoints 0.3 is already the active version in easy-install.pth
  357.  
  358. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages/entrypoints-0.3-py3.6.egg
  359. Searching for numpy==1.17.2
  360. Best match: numpy 1.17.2
  361. Adding numpy 1.17.2 to easy-install.pth file
  362. Installing f2py script to /scratch/sjn-p3/anaconda/anaconda3/bin
  363. Installing f2py3 script to /scratch/sjn-p3/anaconda/anaconda3/bin
  364. Installing f2py3.6 script to /scratch/sjn-p3/anaconda/anaconda3/bin
  365.  
  366. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  367. Searching for wcwidth==0.1.7
  368. Best match: wcwidth 0.1.7
  369. Adding wcwidth 0.1.7 to easy-install.pth file
  370.  
  371. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  372. Searching for importlib-metadata==0.23
  373. Best match: importlib-metadata 0.23
  374. Adding importlib-metadata 0.23 to easy-install.pth file
  375.  
  376. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  377. Searching for more-itertools==7.2.0
  378. Best match: more-itertools 7.2.0
  379. Adding more-itertools 7.2.0 to easy-install.pth file
  380.  
  381. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  382. Searching for six==1.11.0
  383. Best match: six 1.11.0
  384. Adding six 1.11.0 to easy-install.pth file
  385.  
  386. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  387. Searching for packaging==16.8
  388. Best match: packaging 16.8
  389. Adding packaging 16.8 to easy-install.pth file
  390.  
  391. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  392. Searching for atomicwrites==1.3.0
  393. Best match: atomicwrites 1.3.0
  394. Adding atomicwrites 1.3.0 to easy-install.pth file
  395.  
  396. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  397. Searching for attrs==19.3.0
  398. Best match: attrs 19.3.0
  399. Adding attrs 19.3.0 to easy-install.pth file
  400.  
  401. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  402. Searching for pluggy==0.13.0
  403. Best match: pluggy 0.13.0
  404. Adding pluggy 0.13.0 to easy-install.pth file
  405.  
  406. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  407. Searching for py==1.5.2
  408. Best match: py 1.5.2
  409. Adding py 1.5.2 to easy-install.pth file
  410.  
  411. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  412. Searching for coverage==4.4.2
  413. Best match: coverage 4.4.2
  414. Adding coverage 4.4.2 to easy-install.pth file
  415. Installing coverage script to /scratch/sjn-p3/anaconda/anaconda3/bin
  416. Installing coverage-3.6 script to /scratch/sjn-p3/anaconda/anaconda3/bin
  417. Installing coverage3 script to /scratch/sjn-p3/anaconda/anaconda3/bin
  418.  
  419. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  420. Searching for sphinxcontrib-websupport==1.0.1
  421. Best match: sphinxcontrib-websupport 1.0.1
  422. Adding sphinxcontrib-websupport 1.0.1 to easy-install.pth file
  423.  
  424. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  425. Searching for setuptools==41.4.0
  426. Best match: setuptools 41.4.0
  427. Adding setuptools 41.4.0 to easy-install.pth file
  428. Installing easy_install script to /scratch/sjn-p3/anaconda/anaconda3/bin
  429.  
  430. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  431. Searching for requests==2.21.0
  432. Best match: requests 2.21.0
  433. Adding requests 2.21.0 to easy-install.pth file
  434.  
  435. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  436. Searching for imagesize==0.7.1
  437. Best match: imagesize 0.7.1
  438. Adding imagesize 0.7.1 to easy-install.pth file
  439.  
  440. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  441. Searching for alabaster==0.7.10
  442. Best match: alabaster 0.7.10
  443. Adding alabaster 0.7.10 to easy-install.pth file
  444.  
  445. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  446. Searching for Babel==2.5.3
  447. Best match: Babel 2.5.3
  448. Adding Babel 2.5.3 to easy-install.pth file
  449. Installing pybabel script to /scratch/sjn-p3/anaconda/anaconda3/bin
  450.  
  451. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  452. Searching for snowballstemmer==1.2.1
  453. Best match: snowballstemmer 1.2.1
  454. Adding snowballstemmer 1.2.1 to easy-install.pth file
  455.  
  456. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  457. Searching for docutils==0.14
  458. Best match: docutils 0.14
  459. Adding docutils 0.14 to easy-install.pth file
  460.  
  461. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  462. Searching for Pygments==2.2.0
  463. Best match: Pygments 2.2.0
  464. Adding Pygments 2.2.0 to easy-install.pth file
  465. Installing pygmentize script to /scratch/sjn-p3/anaconda/anaconda3/bin
  466.  
  467. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  468. Searching for Jinja2==2.10
  469. Best match: Jinja2 2.10
  470. Adding Jinja2 2.10 to easy-install.pth file
  471.  
  472. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  473. Searching for PyWavelets==0.5.2
  474. Best match: PyWavelets 0.5.2
  475. Adding PyWavelets 0.5.2 to easy-install.pth file
  476.  
  477. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  478. Searching for networkx==2.2
  479. Best match: networkx 2.2
  480. Adding networkx 2.2 to easy-install.pth file
  481.  
  482. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  483. Searching for Pillow==5.0.0
  484. Best match: Pillow 5.0.0
  485. Adding Pillow 5.0.0 to easy-install.pth file
  486.  
  487. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  488. Searching for cloudpickle==0.5.2
  489. Best match: cloudpickle 0.5.2
  490. Adding cloudpickle 0.5.2 to easy-install.pth file
  491.  
  492. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  493. Searching for cycler==0.10.0
  494. Best match: cycler 0.10.0
  495. Adding cycler 0.10.0 to easy-install.pth file
  496.  
  497. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  498. Searching for python-dateutil==2.7.3
  499. Best match: python-dateutil 2.7.3
  500. Adding python-dateutil 2.7.3 to easy-install.pth file
  501.  
  502. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  503. Searching for kiwisolver==1.1.0
  504. Best match: kiwisolver 1.1.0
  505. Adding kiwisolver 1.1.0 to easy-install.pth file
  506.  
  507. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  508. Searching for pytz==2017.3
  509. Best match: pytz 2017.3
  510. Adding pytz 2017.3 to easy-install.pth file
  511.  
  512. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  513. Searching for pyparsing==2.2.0
  514. Best match: pyparsing 2.2.0
  515. Adding pyparsing 2.2.0 to easy-install.pth file
  516.  
  517. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  518. Searching for zipp==0.6.0
  519. Best match: zipp 0.6.0
  520. Adding zipp 0.6.0 to easy-install.pth file
  521.  
  522. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  523. Searching for certifi==2019.9.11
  524. Best match: certifi 2019.9.11
  525. Adding certifi 2019.9.11 to easy-install.pth file
  526.  
  527. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  528. Searching for idna==2.6
  529. Best match: idna 2.6
  530. Adding idna 2.6 to easy-install.pth file
  531.  
  532. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  533. Searching for chardet==3.0.4
  534. Best match: chardet 3.0.4
  535. Adding chardet 3.0.4 to easy-install.pth file
  536. Installing chardetect script to /scratch/sjn-p3/anaconda/anaconda3/bin
  537.  
  538. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  539. Searching for urllib3==1.22
  540. Best match: urllib3 1.22
  541. Adding urllib3 1.22 to easy-install.pth file
  542.  
  543. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  544. Searching for MarkupSafe==1.0
  545. Best match: MarkupSafe 1.0
  546. Adding MarkupSafe 1.0 to easy-install.pth file
  547.  
  548. Using /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages
  549. Searching for decorator==4.4.0
  550. Best match: decorator 4.4.0
  551. Adding decorator 4.4.0 to easy-install.pth file
  552.  
  553. Using /home/grad3/jalal/.local/lib/python3.6/site-packages
  554. Finished processing dependencies for kaolin==0.2.0+75b95ec
  555. which: no nvcc in (/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/envs/kaolin/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)
  556. Warning: Extension name 'kaolin.triangle_hash' does not match fully qualified name 'triangle_hash' of 'kaolin/cython/triangle_hash.pyx'
  557. Warning: Extension name 'kaolin.mise' does not match fully qualified name 'mise' of 'kaolin/cython/mise.pyx'
  558. Warning: Extension name 'kaolin.mcubes' does not match fully qualified name 'mcubes' of 'kaolin/cython/mcubes.pyx'
  559. Warning: Extension name 'kaolin.nnsearch' does not match fully qualified name 'nnsearch' of 'kaolin/cython/nnsearch.pyx'
  560. running install
  561. running bdist_egg
  562. running egg_info
  563. writing kaolin.egg-info/PKG-INFO
  564. writing dependency_links to kaolin.egg-info/dependency_links.txt
  565. deleting kaolin.egg-info/requires.txt
  566. writing top-level names to kaolin.egg-info/top_level.txt
  567. reading manifest file 'kaolin.egg-info/SOURCES.txt'
  568. writing manifest file 'kaolin.egg-info/SOURCES.txt'
  569. installing library code to build/bdist.linux-x86_64/egg
  570. running install_lib
  571. running build_py
  572. running build_ext
  573. building 'kaolin.cuda.load_textures' extension
  574. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -m64 -fPIC -m64 -fPIC -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/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
  575. In file included from kaolin/cuda/load_textures_cuda.cpp:23:0:
  576. /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]
  577. # warning "Including torch/torch.h for C++ extensions is deprecated. Please include torch/extension.h"
  578. ^~~~~~~
  579. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  580. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  581. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  582. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  583. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  584. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  585. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  586. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  587. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  588. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  589. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  590. from kaolin/cuda/load_textures_cuda.cpp:23:
  591. kaolin/cuda/load_textures_cuda.cpp: In function ‘at::Tensor load_textures(at::Tensor, at::Tensor, at::Tensor, at::Tensor)’:
  592. /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]
  593. ::c10::detail::deprecated_AT_CHECK(); \
  594. ^
  595. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  596. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  597. ^~~~~~~~
  598. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  599. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  600. ^~~~~~~~~~
  601. kaolin/cuda/load_textures_cuda.cpp:46:5: note: in expansion of macro ‘CHECK_INPUT’
  602. CHECK_INPUT(image);
  603. ^~~~~~~~~~~
  604. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  605. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  606. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  607. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  608. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  609. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  610. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  611. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  612. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  613. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  614. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  615. from kaolin/cuda/load_textures_cuda.cpp:23:
  616. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  617. inline void deprecated_AT_CHECK() {}
  618. ^~~~~~~~~~~~~~~~~~~
  619. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  620. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  621. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  622. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  623. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  624. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  625. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  626. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  627. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  628. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  629. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  630. from kaolin/cuda/load_textures_cuda.cpp:23:
  631. /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]
  632. ::c10::detail::deprecated_AT_CHECK(); \
  633. ^
  634. kaolin/cuda/load_textures_cuda.cpp:35:23: note: in expansion of macro ‘AT_CHECK’
  635. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  636. ^~~~~~~~
  637. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  638. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  639. ^~~~~~~~~~
  640. kaolin/cuda/load_textures_cuda.cpp:46:5: note: in expansion of macro ‘CHECK_INPUT’
  641. CHECK_INPUT(image);
  642. ^~~~~~~~~~~
  643. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  644. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  645. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  646. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  647. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  648. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  649. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  650. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  651. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  652. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  653. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  654. from kaolin/cuda/load_textures_cuda.cpp:23:
  655. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/util/Exception.h:314:13: note: declared here
  656. inline void deprecated_AT_CHECK() {}
  657. ^~~~~~~~~~~~~~~~~~~
  658. In file included from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Device.h:5:0,
  659. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/c10/core/Allocator.h:6,
  660. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/ATen.h:3,
  661. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/types.h:3,
  662. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4,
  663. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3,
  664. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:,
  665. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data/dataloader.h:3,
  666. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/data.h:3,
  667. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/all.h:4,
  668. from /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:3,
  669. from kaolin/cuda/load_textures_cuda.cpp:23:
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  674. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  675. ^~~~~~~~
  676. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  713. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  714. ^~~~~~~~
  715. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:35:23: note: in expansion of macro ‘AT_CHECK’
  752. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  753. ^~~~~~~~
  754. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  755. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  756. ^~~~~~~~~~
  757. kaolin/cuda/load_textures_cuda.cpp:47:5: note: in expansion of macro ‘CHECK_INPUT’
  758. CHECK_INPUT(faces);
  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:35:23: note: in expansion of macro ‘AT_CHECK’
  791. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  792. ^~~~~~~~
  793. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  794. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  795. ^~~~~~~~~~
  796. kaolin/cuda/load_textures_cuda.cpp:47:5: note: in expansion of macro ‘CHECK_INPUT’
  797. CHECK_INPUT(faces);
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  830. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  831. ^~~~~~~~
  832. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  869. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  870. ^~~~~~~~
  871. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:35:23: note: in expansion of macro ‘AT_CHECK’
  908. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  909. ^~~~~~~~
  910. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  911. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  912. ^~~~~~~~~~
  913. kaolin/cuda/load_textures_cuda.cpp:48:5: note: in expansion of macro ‘CHECK_INPUT’
  914. CHECK_INPUT(is_update);
  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:35:23: note: in expansion of macro ‘AT_CHECK’
  947. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  948. ^~~~~~~~
  949. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  950. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  951. ^~~~~~~~~~
  952. kaolin/cuda/load_textures_cuda.cpp:48:5: note: in expansion of macro ‘CHECK_INPUT’
  953. CHECK_INPUT(is_update);
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  986. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  987. ^~~~~~~~
  988. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  1025. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1026. ^~~~~~~~
  1027. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:35:23: note: in expansion of macro ‘AT_CHECK’
  1064. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  1065. ^~~~~~~~
  1066. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  1067. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1068. ^~~~~~~~~~
  1069. kaolin/cuda/load_textures_cuda.cpp:49:5: note: in expansion of macro ‘CHECK_INPUT’
  1070. CHECK_INPUT(textures);
  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:35:23: note: in expansion of macro ‘AT_CHECK’
  1103. #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
  1104. ^~~~~~~~
  1105. kaolin/cuda/load_textures_cuda.cpp:37:24: note: in expansion of macro ‘CHECK_CUDA’
  1106. #define CHECK_INPUT(x) CHECK_CUDA(x); CHECK_CONTIGUOUS(x)
  1107. ^~~~~~~~~~
  1108. kaolin/cuda/load_textures_cuda.cpp:49:5: note: in expansion of macro ‘CHECK_INPUT’
  1109. CHECK_INPUT(textures);
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  1142. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1143. ^~~~~~~~
  1144. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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:36:29: note: in expansion of macro ‘AT_CHECK’
  1181. #define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x " must be contiguous")
  1182. ^~~~~~~~
  1183. kaolin/cuda/load_textures_cuda.cpp:37:39: note: in expansion of macro ‘CHECK_CONTIGUOUS’
  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. /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/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
  1205. /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}]’:
  1206. /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>]’
  1207. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1208. /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&&>’
  1209. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1210. ^~~~~
  1211. /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
  1212. }
  1213. ^
  1214. /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}]’:
  1215. /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>]’
  1216. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1217. /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>’
  1218. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1219. ^~~~~
  1220. /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
  1221. }
  1222. ^
  1223. /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}]’:
  1224. /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>]’
  1225. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1226. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1227. return __and_<__not_<is_same<tuple<_Elements...>,
  1228. ^
  1229. /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’
  1230. struct is_convertible
  1231. ^~~~~~~~~~~~~~
  1232. /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
  1233. }
  1234. ^
  1235. /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}’:
  1236. /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>]’
  1237. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/core/TensorMethods.h:1566:176: required from here
  1238. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1239. return __and_<__not_<is_same<tuple<_Elements...>,
  1240. ^
  1241. /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’
  1242. struct is_convertible
  1243. ^~~~~~~~~~~~~~
  1244. /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
  1245. }
  1246. ^
  1247. /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}]’:
  1248. /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>]’
  1249. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1250. /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&&>’
  1251. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1252. ^~~~~
  1253. /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
  1254. }
  1255. ^
  1256. /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}]’:
  1257. /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>]’
  1258. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1259. /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>’
  1260. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1261. ^~~~~
  1262. /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
  1263. }
  1264. ^
  1265. /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}]’:
  1266. /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>]’
  1267. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1268. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (6, should be 2)
  1269. return __and_<__not_<is_same<tuple<_Elements...>,
  1270. ^
  1271. /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’
  1272. struct is_convertible
  1273. ^~~~~~~~~~~~~~
  1274. /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
  1275. }
  1276. ^
  1277. /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}]’:
  1278. /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>]’
  1279. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1205:482: required from here
  1280. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (6, should be 2)
  1281. return __and_<__not_<is_same<tuple<_Elements...>,
  1282. ^
  1283. /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’
  1284. struct is_convertible
  1285. ^~~~~~~~~~~~~~
  1286. /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
  1287. }
  1288. ^
  1289. /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> >}]’:
  1290. /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>]’
  1291. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1292. /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&&>’
  1293. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1294. ^~~~~
  1295. /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
  1296. }
  1297. ^
  1298. /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> >}]’:
  1299. /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>]’
  1300. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1301. /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>’
  1302. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1303. ^~~~~
  1304. /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
  1305. }
  1306. ^
  1307. /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> >}]’:
  1308. /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>]’
  1309. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1310. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1311. return __and_<__not_<is_same<tuple<_Elements...>,
  1312. ^
  1313. /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’
  1314. struct is_convertible
  1315. ^~~~~~~~~~~~~~
  1316. /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
  1317. }
  1318. ^
  1319. /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> >}]’:
  1320. /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>]’
  1321. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1214:19: required from here
  1322. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1323. return __and_<__not_<is_same<tuple<_Elements...>,
  1324. ^
  1325. /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’
  1326. struct is_convertible
  1327. ^~~~~~~~~~~~~~
  1328. /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
  1329. }
  1330. ^
  1331. /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}]’:
  1332. /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>]’
  1333. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1334. /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&&>’
  1335. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1336. ^~~~~
  1337. /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
  1338. }
  1339. ^
  1340. /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}]’:
  1341. /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>]’
  1342. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1343. /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>’
  1344. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1345. ^~~~~
  1346. /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
  1347. }
  1348. ^
  1349. /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}]’:
  1350. /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>]’
  1351. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1352. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1353. return __and_<__not_<is_same<tuple<_Elements...>,
  1354. ^
  1355. /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’
  1356. struct is_convertible
  1357. ^~~~~~~~~~~~~~
  1358. /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
  1359. }
  1360. ^
  1361. /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}]’:
  1362. /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>]’
  1363. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1475:336: required from here
  1364. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1365. return __and_<__not_<is_same<tuple<_Elements...>,
  1366. ^
  1367. /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’
  1368. struct is_convertible
  1369. ^~~~~~~~~~~~~~
  1370. /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
  1371. }
  1372. ^
  1373. /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}]’:
  1374. /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>]’
  1375. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1376. /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&&>’
  1377. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1378. ^~~~~
  1379. /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
  1380. }
  1381. ^
  1382. /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}]’:
  1383. /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>]’
  1384. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1385. /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>’
  1386. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1387. ^~~~~
  1388. /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
  1389. }
  1390. ^
  1391. /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}]’:
  1392. /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>]’
  1393. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1394. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1395. return __and_<__not_<is_same<tuple<_Elements...>,
  1396. ^
  1397. /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’
  1398. struct is_convertible
  1399. ^~~~~~~~~~~~~~
  1400. /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
  1401. }
  1402. ^
  1403. /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}]’:
  1404. /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>]’
  1405. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:1849:306: required from here
  1406. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1407. return __and_<__not_<is_same<tuple<_Elements...>,
  1408. ^
  1409. /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’
  1410. struct is_convertible
  1411. ^~~~~~~~~~~~~~
  1412. /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
  1413. }
  1414. ^
  1415. /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}]’:
  1416. /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>]’
  1417. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1418. /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&&>’
  1419. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1420. ^~~~~
  1421. /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
  1422. }
  1423. ^
  1424. /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}]’:
  1425. /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>]’
  1426. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1427. /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>’
  1428. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1429. ^~~~~
  1430. /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
  1431. }
  1432. ^
  1433. /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}]’:
  1434. /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>]’
  1435. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1436. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1437. return __and_<__not_<is_same<tuple<_Elements...>,
  1438. ^
  1439. /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’
  1440. struct is_convertible
  1441. ^~~~~~~~~~~~~~
  1442. /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
  1443. }
  1444. ^
  1445. /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}]’:
  1446. /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>]’
  1447. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:2247:163: required from here
  1448. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (5, should be 2)
  1449. return __and_<__not_<is_same<tuple<_Elements...>,
  1450. ^
  1451. /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’
  1452. struct is_convertible
  1453. ^~~~~~~~~~~~~~
  1454. /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
  1455. }
  1456. ^
  1457. /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&}]’:
  1458. /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>]’
  1459. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1460. /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&&>’
  1461. return __and_<is_constructible<_Elements, _UElements&&>...>::value;
  1462. ^~~~~
  1463. /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
  1464. }
  1465. ^
  1466. /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&}]’:
  1467. /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>]’
  1468. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1469. /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>’
  1470. return __and_<is_convertible<_UElements&&, _Elements>...>::value;
  1471. ^~~~~
  1472. /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
  1473. }
  1474. ^
  1475. /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&}]’:
  1476. /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>]’
  1477. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1478. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1479. return __and_<__not_<is_same<tuple<_Elements...>,
  1480. ^
  1481. /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’
  1482. struct is_convertible
  1483. ^~~~~~~~~~~~~~
  1484. /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
  1485. }
  1486. ^
  1487. /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&}]’:
  1488. /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>]’
  1489. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Functions.h:4128:229: required from here
  1490. /opt/rh/devtoolset-6/root/usr/include/c++/6.3.1/tuple:495:244: error: wrong number of template arguments (4, should be 2)
  1491. return __and_<__not_<is_same<tuple<_Elements...>,
  1492. ^
  1493. /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’
  1494. struct is_convertible
  1495. ^~~~~~~~~~~~~~
  1496. /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
  1497. }
  1498. ^
  1499. kaolin/cuda/load_textures_cuda_kernel.cu: In lambda function:
  1500. kaolin/cuda/load_textures_cuda_kernel.cu:106:98: warning: ‘c10::ScalarType detail::scalar_type(const at::DeprecatedTypeProperties&)’ is deprecated [-Wdeprecated-declarations]
  1501. AT_DISPATCH_FLOATING_TYPES(image.type(), "load_textures_cuda", ([&] {
  1502. ^
  1503. /home/grad3/jalal/.local/lib/python3.6/site-packages/torch/include/ATen/Dispatch.h:78:1: note: declared here
  1504. inline at::ScalarType scalar_type(const at::DeprecatedTypeProperties &t) {
  1505. ^~~~~~~~~~~
  1506. error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
  1507. [jalal@goku kaolin]$
Add Comment
Please, Sign In to add comment