Advertisement
RaphaelIlluin

Untitled

May 2nd, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.00 KB | None | 0 0
  1. Executing task id [235e4893f99a4273b3b8cc10a142f778]:
  2. repository = ###
  3. branch = feat/clear-ml
  4. version_num = 47ccb73a6a1e0dcf0a4ddbe6ffa9390136586570
  5. tag =
  6. docker_cmd =
  7. entry_point = -m emotions_classification.__main__ lightning train -c configs/logging.yml -c configs/lightning_module/multiclass-transformer.yml -c configs/data_module/fr-emotions-data-module.yml -c configs/trainer/debug.yml -c configs/common/camembert-base.yml trainer.logger.name=debug
  8. working_dir = .
  9.  
  10. created virtual environment CPython3.10.6.final.0-64 in 200ms
  11. creator CPython3Posix(dest=/home/illuin/.clearml/venvs-builds/3.10, clear=False, no_vcs_ignore=False, global=False)
  12. seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/illuin/.local/share/virtualenv)
  13. added seed packages: pip==23.0.1, setuptools==67.6.1, wheel==0.40.0
  14. activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
  15.  
  16.  
  17. Using cached repository in ###
  18. Note: switching to '47ccb73a6a1e0dcf0a4ddbe6ffa9390136586570'.
  19.  
  20. You are in 'detached HEAD' state. You can look around, make experimental
  21. changes and commit them, and you can discard any commits you make in this
  22. state without impacting any branches by switching back to a branch.
  23.  
  24. If you want to create a new branch to retain commits you create, you may
  25. do so (now or later) by using -c with the switch command. Example:
  26.  
  27. git switch -c <new-branch-name>
  28.  
  29. Or undo this operation with:
  30.  
  31. git switch -
  32.  
  33. Turn off this advice by setting config variable advice.detachedHead to false
  34.  
  35. HEAD is now at 47ccb73 README.md + typo in training.yml
  36. type: git
  37. url: ###
  38. branch: HEAD
  39. commit: 47ccb73a6a1e0dcf0a4ddbe6ffa9390136586570
  40. root: ###
  41. Applying uncommitted changes
  42.  
  43.  
  44. Ignoring pip: markers 'python_version < "3.10"' don't match your environment
  45. Collecting pip<22.3
  46. Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
  47. Installing collected packages: pip
  48. Attempting uninstall: pip
  49. Found existing installation: pip 23.0.1
  50. Uninstalling pip-23.0.1:
  51. Successfully uninstalled pip-23.0.1
  52. Successfully installed pip-22.2.2
  53. Collecting Cython
  54. Using cached Cython-0.29.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB)
  55. Installing collected packages: Cython
  56. Successfully installed Cython-0.29.34
  57. Collecting numpy==1.23.4
  58. Using cached numpy-1.23.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
  59. Installing collected packages: numpy
  60. Successfully installed numpy-1.23.4
  61. Torch CUDA 113 index page found
  62. Collecting attrs==22.2.0
  63. Using cached attrs-22.2.0-py3-none-any.whl (60 kB)
  64. Collecting boto3==1.26.124
  65. Using cached boto3-1.26.124-py3-none-any.whl (135 kB)
  66. Collecting click==8.1.3
  67. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  68. Collecting configue_cli==0.1.0
  69. Using cached configue_cli-0.1.0-py3-none-any.whl (15 kB)
  70. Collecting datasets==2.11.0
  71. Using cached datasets-2.11.0-py3-none-any.whl (468 kB)
  72. Collecting google_cloud_storage==2.8.0
  73. Using cached google_cloud_storage-2.8.0-py2.py3-none-any.whl (113 kB)
  74. Collecting jsonlines==3.1.0
  75. Using cached jsonlines-3.1.0-py3-none-any.whl (8.6 kB)
  76. Collecting nltk==3.8.1
  77. Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)
  78. Collecting nncf==2.4.0
  79. Using cached nncf-2.4.0-py3-none-any.whl (904 kB)
  80. Requirement already satisfied: numpy==1.23.4 in /home/illuin/.clearml/venvs-builds/3.10/lib/python3.10/site-packages (from -r /tmp/cached-reqsorg8ms7v.txt (line 11)) (1.23.4)
  81. Collecting optuna==3.1.0
  82. Using cached optuna-3.1.0-py3-none-any.whl (365 kB)
  83. Collecting python_dotenv==0.21.0
  84. Using cached python_dotenv-0.21.0-py3-none-any.whl (18 kB)
  85. Collecting pytorch_lightning==2.0.1
  86. Using cached pytorch_lightning-2.0.1-py3-none-any.whl (716 kB)
  87. Collecting pytorch_optimizer==2.5.1
  88. Using cached pytorch_optimizer-2.5.1-py3-none-any.whl (88 kB)
  89. Collecting rich==13.3.3
  90. Using cached rich-13.3.3-py3-none-any.whl (238 kB)
  91. Collecting scikit_learn==1.2.2
  92. Using cached scikit_learn-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 MB)
  93. Collecting tenacity==8.2.2
  94. Using cached tenacity-8.2.2-py3-none-any.whl (24 kB)
  95. Collecting tensorboard==2.12.0
  96. Using cached tensorboard-2.12.0-py3-none-any.whl (5.6 MB)
  97. Collecting torch==2.0.0.*
  98. Using cached torch-2.0.0-cp310-cp310-manylinux1_x86_64.whl (619.9 MB)
  99. Collecting torchdata==0.6.0
  100. Using cached https://download.pytorch.org/whl/torchdata-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB)
  101. Collecting torchmetrics==0.11.4
  102. Using cached torchmetrics-0.11.4-py3-none-any.whl (519 kB)
  103. Collecting tqdm==4.65.0
  104. Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
  105. Collecting transformers==4.27.4
  106. Using cached transformers-4.27.4-py3-none-any.whl (6.8 MB)
  107. Collecting wandb==0.14.0
  108. Using cached wandb-0.14.0-py3-none-any.whl (2.0 MB)
  109. Collecting wikipedia==1.4.0
  110. Using cached wikipedia-1.4.0-py3-none-any.whl
  111. Collecting clearml==1.10.3
  112. Using cached clearml-1.10.3-py2.py3-none-any.whl (1.1 MB)
  113. Collecting s3transfer<0.7.0,>=0.6.0
  114. Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB)
  115. Collecting botocore<1.30.0,>=1.29.124
  116. Using cached botocore-1.29.124-py3-none-any.whl (10.7 MB)
  117. Collecting jmespath<2.0.0,>=0.7.1
  118. Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
  119. Collecting configue>=4.0.0
  120. Using cached configue-4.2.0-py3-none-any.whl (8.7 kB)
  121. Collecting pyyaml>=5.1.0
  122. Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB)
  123. Collecting pyarrow>=8.0.0
  124. Using cached pyarrow-12.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.9 MB)
  125. Collecting xxhash
  126. Using cached xxhash-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
  127. Collecting requests>=2.19.0
  128. Using cached requests-2.29.0-py3-none-any.whl (62 kB)
  129. Collecting huggingface-hub<1.0.0,>=0.11.0
  130. Using cached huggingface_hub-0.14.1-py3-none-any.whl (224 kB)
  131. Collecting responses<0.19
  132. Using cached responses-0.18.0-py3-none-any.whl (38 kB)
  133. Collecting multiprocess
  134. Using cached multiprocess-0.70.14-py310-none-any.whl (134 kB)
  135. Collecting aiohttp
  136. Using cached aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
  137. Collecting packaging
  138. Using cached packaging-23.1-py3-none-any.whl (48 kB)
  139. Collecting pandas
  140. Using cached pandas-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)
  141. Collecting fsspec[http]>=2021.11.1
  142. Using cached fsspec-2023.4.0-py3-none-any.whl (153 kB)
  143. Collecting dill<0.3.7,>=0.3.0
  144. Using cached dill-0.3.6-py3-none-any.whl (110 kB)
  145. Collecting google-cloud-core<3.0dev,>=2.3.0
  146. Using cached google_cloud_core-2.3.2-py2.py3-none-any.whl (29 kB)
  147. Collecting google-auth<3.0dev,>=1.25.0
  148. Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB)
  149. Collecting google-resumable-media>=2.3.2
  150. Using cached google_resumable_media-2.5.0-py2.py3-none-any.whl (77 kB)
  151. Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5
  152. Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB)
  153. Collecting joblib
  154. Using cached joblib-1.2.0-py3-none-any.whl (297 kB)
  155. Collecting regex>=2021.8.3
  156. Using cached regex-2023.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769 kB)
  157. Collecting networkx<=2.8.2,>=2.6
  158. Using cached networkx-2.8.2-py3-none-any.whl (2.0 MB)
  159. Collecting natsort>=7.1.0
  160. Using cached natsort-8.3.1-py3-none-any.whl (38 kB)
  161. Collecting pandas
  162. Using cached pandas-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB)
  163. Collecting scipy<=1.10.0,>=1.3.2
  164. Using cached scipy-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.4 MB)
  165. Collecting texttable>=1.6.3
  166. Using cached texttable-1.6.7-py2.py3-none-any.whl (10 kB)
  167. Collecting pyparsing<3.0
  168. Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
  169. Collecting ninja<1.11,>=1.10.0.post2
  170. Using cached ninja-1.10.2.4-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (120 kB)
  171. Collecting pydot>=1.4.1
  172. Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB)
  173. Collecting pymoo==0.5.0
  174. Using cached pymoo-0.5.0-py3-none-any.whl
  175. Collecting jstyleson>=0.0.2
  176. Using cached jstyleson-0.0.2-py3-none-any.whl
  177. Collecting jsonschema>=3.2.0
  178. Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB)
  179. Collecting openvino-telemetry
  180. Using cached openvino_telemetry-2022.3.0-py3-none-any.whl (20 kB)
  181. Collecting sqlalchemy>=1.3.0
  182. Downloading SQLAlchemy-2.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB)
  183. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 20.6 MB/s eta 0:00:00
  184. Collecting alembic>=1.5.0
  185. Downloading alembic-1.10.4-py3-none-any.whl (212 kB)
  186. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 11.6 MB/s eta 0:00:00
  187. Collecting colorlog
  188. Using cached colorlog-6.7.0-py2.py3-none-any.whl (11 kB)
  189. Collecting cmaes>=0.9.1
  190. Using cached cmaes-0.9.1-py3-none-any.whl (21 kB)
  191. Collecting typing-extensions>=4.0.0
  192. Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
  193. Collecting lightning-utilities>=0.7.0
  194. Using cached lightning_utilities-0.8.0-py3-none-any.whl (20 kB)
  195. Collecting markdown-it-py<3.0.0,>=2.2.0
  196. Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
  197. Collecting pygments<3.0.0,>=2.13.0
  198. Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB)
  199. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 43.6 MB/s eta 0:00:00
  200. Collecting threadpoolctl>=2.0.0
  201. Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
  202. Collecting markdown>=2.6.8
  203. Using cached Markdown-3.4.3-py3-none-any.whl (93 kB)
  204. Collecting protobuf>=3.19.6
  205. Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB)
  206. Collecting google-auth-oauthlib<0.5,>=0.4.1
  207. Using cached google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
  208. Collecting werkzeug>=1.0.1
  209. Downloading Werkzeug-2.3.3-py3-none-any.whl (242 kB)
  210. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.3/242.3 kB 36.1 MB/s eta 0:00:00
  211. Collecting tensorboard-data-server<0.8.0,>=0.7.0
  212. Using cached tensorboard_data_server-0.7.0-py3-none-manylinux2014_x86_64.whl (6.6 MB)
  213. Collecting absl-py>=0.4
  214. Using cached absl_py-1.4.0-py3-none-any.whl (126 kB)
  215. Requirement already satisfied: wheel>=0.26 in /home/illuin/.clearml/venvs-builds/3.10/lib/python3.10/site-packages (from tensorboard==2.12.0->-r /tmp/cached-reqsorg8ms7v.txt (line 19)) (0.40.0)
  216. Collecting tensorboard-plugin-wit>=1.6.0
  217. Using cached tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
  218. Collecting grpcio>=1.48.2
  219. Downloading grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
  220. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 36.1 MB/s eta 0:00:00
  221. Requirement already satisfied: setuptools>=41.0.0 in /home/illuin/.clearml/venvs-builds/3.10/lib/python3.10/site-packages (from tensorboard==2.12.0->-r /tmp/cached-reqsorg8ms7v.txt (line 19)) (67.6.1)
  222. Collecting nvidia-cudnn-cu11==8.5.0.96
  223. Using cached nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)
  224. Collecting nvidia-curand-cu11==10.2.10.91
  225. Using cached nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB)
  226. Collecting nvidia-cufft-cu11==10.9.0.58
  227. Using cached nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB)
  228. Collecting nvidia-cusparse-cu11==11.7.4.91
  229. Using cached nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB)
  230. Collecting jinja2
  231. Using cached https://download.pytorch.org/whl/Jinja2-3.1.2-py3-none-any.whl (133 kB)
  232. Collecting nvidia-cuda-runtime-cu11==11.7.99
  233. Using cached nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)
  234. Collecting nvidia-nvtx-cu11==11.7.91
  235. Using cached nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB)
  236. Collecting triton==2.0.0
  237. Using cached https://download.pytorch.org/whl/triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)
  238. Collecting nvidia-cuda-cupti-cu11==11.7.101
  239. Using cached nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB)
  240. Collecting nvidia-cuda-nvrtc-cu11==11.7.99
  241. Using cached nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)
  242. Collecting nvidia-cublas-cu11==11.10.3.66
  243. Using cached nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)
  244. Collecting nvidia-cusolver-cu11==11.4.0.1
  245. Using cached nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB)
  246. Collecting nvidia-nccl-cu11==2.14.3
  247. Using cached nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB)
  248. Collecting sympy
  249. Using cached https://download.pytorch.org/whl/sympy-1.11.1-py3-none-any.whl (6.5 MB)
  250. Collecting filelock
  251. Downloading filelock-3.12.0-py3-none-any.whl (10 kB)
  252. Collecting urllib3>=1.25
  253. Using cached urllib3-2.0.1-py3-none-any.whl (123 kB)
  254. Collecting tokenizers!=0.11.3,<0.14,>=0.11.1
  255. Using cached tokenizers-0.13.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB)
  256. Collecting sentry-sdk>=1.0.0
  257. Downloading sentry_sdk-1.21.1-py2.py3-none-any.whl (201 kB)
  258. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.7/201.7 kB 12.5 MB/s eta 0:00:00
  259. Collecting appdirs>=1.4.3
  260. Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
  261. Collecting docker-pycreds>=0.4.0
  262. Using cached docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)
  263. Collecting setproctitle
  264. Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB)
  265. Collecting GitPython!=3.1.29,>=1.0.0
  266. Using cached GitPython-3.1.31-py3-none-any.whl (184 kB)
  267. Collecting pathtools
  268. Using cached pathtools-0.1.2-py3-none-any.whl
  269. Collecting psutil>=5.0.0
  270. Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
  271. Collecting beautifulsoup4
  272. Using cached beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
  273. Collecting pyjwt<2.5.0,>=2.4.0
  274. Using cached PyJWT-2.4.0-py3-none-any.whl (18 kB)
  275. Collecting pathlib2>=2.3.0
  276. Using cached pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB)
  277. Collecting Pillow>=4.1.1
  278. Using cached Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB)
  279. Collecting six>=1.13.0
  280. Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
  281. Collecting python-dateutil>=2.6.1
  282. Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  283. Collecting furl>=2.0.0
  284. Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
  285. Collecting autograd>=1.3
  286. Using cached autograd-1.5-py3-none-any.whl (48 kB)
  287. Collecting cma==2.7
  288. Using cached cma-2.7.0-py2.py3-none-any.whl (239 kB)
  289. Collecting matplotlib>=3
  290. Using cached matplotlib-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
  291. Collecting cmake
  292. Using cached cmake-3.26.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB)
  293. Collecting lit
  294. Downloading lit-16.0.2.tar.gz (137 kB)
  295. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.9/137.9 kB 11.0 MB/s eta 0:00:00
  296. Preparing metadata (setup.py): started
  297. Preparing metadata (setup.py): finished with status 'done'
  298. Collecting Mako
  299. Using cached Mako-1.2.4-py3-none-any.whl (78 kB)
  300. Collecting urllib3>=1.25
  301. Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
  302. Collecting charset-normalizer<4.0,>=2.0
  303. Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
  304. Collecting frozenlist>=1.1.1
  305. Using cached frozenlist-1.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB)
  306. Collecting aiosignal>=1.1.2
  307. Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
  308. Collecting yarl<2.0,>=1.0
  309. Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB)
  310. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268.8/268.8 kB 10.9 MB/s eta 0:00:00
  311. Collecting async-timeout<5.0,>=4.0.0a3
  312. Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
  313. Collecting multidict<7.0,>=4.5
  314. Using cached multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)
  315. Collecting orderedmultidict>=1.0.1
  316. Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
  317. Collecting gitdb<5,>=4.0.1
  318. Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
  319. Collecting googleapis-common-protos<2.0dev,>=1.56.2
  320. Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB)
  321. Collecting rsa<5,>=3.1.4
  322. Using cached rsa-4.9-py3-none-any.whl (34 kB)
  323. Collecting pyasn1-modules>=0.2.1
  324. Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
  325. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 14.0 MB/s eta 0:00:00
  326. Collecting cachetools<6.0,>=2.0.0
  327. Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB)
  328. Collecting requests-oauthlib>=0.7.0
  329. Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
  330. Collecting google-crc32c<2.0dev,>=1.0
  331. Using cached google_crc32c-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)
  332. Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  333. Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB)
  334. Collecting mdurl~=0.1
  335. Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
  336. Collecting pytz>=2020.1
  337. Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB)
  338. Collecting certifi>=2017.4.17
  339. Using cached https://download.pytorch.org/whl/certifi-2022.12.7-py3-none-any.whl (155 kB)
  340. Collecting idna<4,>=2.5
  341. Using cached https://download.pytorch.org/whl/idna-3.4-py3-none-any.whl (61 kB)
  342. Collecting greenlet!=0.4.17
  343. Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB)
  344. Collecting MarkupSafe>=2.1.1
  345. Using cached https://download.pytorch.org/whl/MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  346. Collecting soupsieve>1.2
  347. Using cached soupsieve-2.4.1-py3-none-any.whl (36 kB)
  348. Collecting mpmath>=0.19
  349. Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
  350. Collecting future>=0.15.2
  351. Using cached future-0.18.3-py3-none-any.whl
  352. Collecting smmap<6,>=3.0.1
  353. Using cached smmap-5.0.0-py3-none-any.whl (24 kB)
  354. Collecting fonttools>=4.22.0
  355. Using cached fonttools-4.39.3-py3-none-any.whl (1.0 MB)
  356. Collecting cycler>=0.10
  357. Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
  358. Collecting kiwisolver>=1.0.1
  359. Using cached kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
  360. Collecting contourpy>=1.0.1
  361. Using cached contourpy-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
  362. Collecting pyasn1<0.6.0,>=0.4.6
  363. Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
  364. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 8.2 MB/s eta 0:00:00
  365. Collecting oauthlib>=3.0.0
  366. Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
  367. Building wheels for collected packages: lit
  368. Building wheel for lit (setup.py): started
  369. Building wheel for lit (setup.py): finished with status 'done'
  370. Created wheel for lit: filename=lit-16.0.2-py3-none-any.whl size=88173 sha256=6a9dfef8daa0a5ef1d242a7c7c3e68d4afee3a3838385aecf0956e8b96006f87
  371. Stored in directory: /home/illuin/.cache/pip/wheels/4d/31/6f/140862d5c69ddd665b3ed9485f4c93aa9c84cb34b359cba3ce
  372. Successfully built lit
  373. Installing collected packages: tokenizers, texttable, tensorboard-plugin-wit, pytz, pathtools, ninja, mpmath, lit, jstyleson, cmake, cma, appdirs, xxhash, urllib3, typing-extensions, tqdm, threadpoolctl, tensorboard-data-server, tenacity, sympy, soupsieve, smmap, six, setproctitle, scipy, regex, pyyaml, python_dotenv, pyrsistent, pyparsing, pyjwt, pygments, pyasn1, pyarrow, psutil, protobuf, Pillow, packaging, oauthlib, nvidia-nvtx-cu11, nvidia-nccl-cu11, nvidia-cusparse-cu11, nvidia-curand-cu11, nvidia-cufft-cu11, nvidia-cuda-runtime-cu11, nvidia-cuda-nvrtc-cu11, nvidia-cuda-cupti-cu11, nvidia-cublas-cu11, networkx, natsort, multidict, mdurl, MarkupSafe, markdown, kiwisolver, joblib, jmespath, idna, grpcio, greenlet, google-crc32c, future, fsspec, frozenlist, fonttools, filelock, dill, cycler, contourpy, colorlog, cmaes, click, charset-normalizer, certifi, cachetools, attrs, async-timeout, absl-py, yarl, werkzeug, sqlalchemy, sentry-sdk, scikit_learn, rsa, requests, python-dateutil, pydot, pyasn1-modules, pathlib2, orderedmultidict, nvidia-cusolver-cu11, nvidia-cudnn-cu11, nltk, multiprocess, markdown-it-py, Mako, lightning-utilities, jsonschema, jsonlines, jinja2, googleapis-common-protos, google-resumable-media, gitdb, docker-pycreds, configue, beautifulsoup4, autograd, aiosignal, wikipedia, rich, responses, requests-oauthlib, pandas, openvino-telemetry, matplotlib, huggingface-hub, google-auth, GitPython, furl, botocore, alembic, aiohttp, wandb, transformers, s3transfer, pymoo, optuna, google-auth-oauthlib, google-api-core, configue_cli, clearml, tensorboard, nncf, google-cloud-core, datasets, boto3, google_cloud_storage, triton, torch, torchmetrics, torchdata, pytorch_optimizer, pytorch_lightning
  374. Successfully installed GitPython-3.1.31 Mako-1.2.4 MarkupSafe-2.1.2 Pillow-9.5.0 absl-py-1.4.0 aiohttp-3.8.4 aiosignal-1.3.1 alembic-1.10.4 appdirs-1.4.4 async-timeout-4.0.2 attrs-22.2.0 autograd-1.5 beautifulsoup4-4.12.2 boto3-1.26.124 botocore-1.29.124 cachetools-5.3.0 certifi-2022.12.7 charset-normalizer-3.1.0 clearml-1.10.3 click-8.1.3 cma-2.7.0 cmaes-0.9.1 cmake-3.26.3 colorlog-6.7.0 configue-4.2.0 configue_cli-0.1.0 contourpy-1.0.7 cycler-0.11.0 datasets-2.11.0 dill-0.3.6 docker-pycreds-0.4.0 filelock-3.12.0 fonttools-4.39.3 frozenlist-1.3.3 fsspec-2023.4.0 furl-2.1.3 future-0.18.3 gitdb-4.0.10 google-api-core-2.11.0 google-auth-2.17.3 google-auth-oauthlib-0.4.6 google-cloud-core-2.3.2 google-crc32c-1.5.0 google-resumable-media-2.5.0 google_cloud_storage-2.8.0 googleapis-common-protos-1.59.0 greenlet-2.0.2 grpcio-1.54.0 huggingface-hub-0.14.1 idna-3.4 jinja2-3.1.2 jmespath-1.0.1 joblib-1.2.0 jsonlines-3.1.0 jsonschema-4.17.3 jstyleson-0.0.2 kiwisolver-1.4.4 lightning-utilities-0.8.0 lit-16.0.2 markdown-3.4.3 markdown-it-py-2.2.0 matplotlib-3.7.1 mdurl-0.1.2 mpmath-1.3.0 multidict-6.0.4 multiprocess-0.70.14 natsort-8.3.1 networkx-2.8.2 ninja-1.10.2.4 nltk-3.8.1 nncf-2.4.0 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-cupti-cu11-11.7.101 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 nvidia-cufft-cu11-10.9.0.58 nvidia-curand-cu11-10.2.10.91 nvidia-cusolver-cu11-11.4.0.1 nvidia-cusparse-cu11-11.7.4.91 nvidia-nccl-cu11-2.14.3 nvidia-nvtx-cu11-11.7.91 oauthlib-3.2.2 openvino-telemetry-2022.3.0 optuna-3.1.0 orderedmultidict-1.0.1 packaging-23.1 pandas-1.5.2 pathlib2-2.3.7.post1 pathtools-0.1.2 protobuf-4.22.3 psutil-5.9.5 pyarrow-12.0.0 pyasn1-0.5.0 pyasn1-modules-0.3.0 pydot-1.4.2 pygments-2.15.1 pyjwt-2.4.0 pymoo-0.5.0 pyparsing-2.4.7 pyrsistent-0.19.3 python-dateutil-2.8.2 python_dotenv-0.21.0 pytorch_lightning-2.0.1 pytorch_optimizer-2.5.1 pytz-2023.3 pyyaml-6.0 regex-2023.5.2 requests-2.29.0 requests-oauthlib-1.3.1 responses-0.18.0 rich-13.3.3 rsa-4.9 s3transfer-0.6.0 scikit_learn-1.2.2 scipy-1.10.0 sentry-sdk-1.21.1 setproctitle-1.3.2 six-1.16.0 smmap-5.0.0 soupsieve-2.4.1 sqlalchemy-2.0.12 sympy-1.11.1 tenacity-8.2.2 tensorboard-2.12.0 tensorboard-data-server-0.7.0 tensorboard-plugin-wit-1.8.1 texttable-1.6.7 threadpoolctl-3.1.0 tokenizers-0.13.3 torch-2.0.0 torchdata-0.6.0 torchmetrics-0.11.4 tqdm-4.65.0 transformers-4.27.4 triton-2.0.0 typing-extensions-4.5.0 urllib3-1.26.15 wandb-0.14.0 werkzeug-2.3.3 wikipedia-1.4.0 xxhash-3.2.0 yarl-1.9.2
  375. Adding venv into cache: /home/illuin/.clearml/venvs-builds/3.10
  376. Running task id [235e4893f99a4273b3b8cc10a142f778]:
  377. [.]$ /home/illuin/.clearml/venvs-builds/3.10/bin/python -u -m emotions_classification.__main__ lightning train -c configs/logging.yml -c configs/lightning_module/multiclass-transformer.yml -c configs/data_module/fr-emotions-data-module.yml -c configs/trainer/debug.yml -c configs/common/camembert-base.yml trainer.logger.name=debug
  378. Summary - installed python packages:
  379. pip:
  380. - absl-py==1.4.0
  381. - aiohttp==3.8.4
  382. - aiosignal==1.3.1
  383. - alembic==1.10.4
  384. - appdirs==1.4.4
  385. - async-timeout==4.0.2
  386. - attrs==22.2.0
  387. - autograd==1.5
  388. - beautifulsoup4==4.12.2
  389. - boto3==1.26.124
  390. - botocore==1.29.124
  391. - cachetools==5.3.0
  392. - certifi==2022.12.7
  393. - charset-normalizer==3.1.0
  394. - clearml==1.10.3
  395. - click==8.1.3
  396. - cma==2.7.0
  397. - cmaes==0.9.1
  398. - cmake==3.26.3
  399. - colorlog==6.7.0
  400. - configue==4.2.0
  401. - configue-cli==0.1.0
  402. - contourpy==1.0.7
  403. - cycler==0.11.0
  404. - Cython==0.29.34
  405. - datasets==2.11.0
  406. - dill==0.3.6
  407. - docker-pycreds==0.4.0
  408. - filelock==3.12.0
  409. - fonttools==4.39.3
  410. - frozenlist==1.3.3
  411. - fsspec==2023.4.0
  412. - furl==2.1.3
  413. - future==0.18.3
  414. - gitdb==4.0.10
  415. - GitPython==3.1.31
  416. - google-api-core==2.11.0
  417. - google-auth==2.17.3
  418. - google-auth-oauthlib==0.4.6
  419. - google-cloud-core==2.3.2
  420. - google-cloud-storage==2.8.0
  421. - google-crc32c==1.5.0
  422. - google-resumable-media==2.5.0
  423. - googleapis-common-protos==1.59.0
  424. - greenlet==2.0.2
  425. - grpcio==1.54.0
  426. - huggingface-hub==0.14.1
  427. - idna==3.4
  428. - Jinja2==3.1.2
  429. - jmespath==1.0.1
  430. - joblib==1.2.0
  431. - jsonlines==3.1.0
  432. - jsonschema==4.17.3
  433. - jstyleson==0.0.2
  434. - kiwisolver==1.4.4
  435. - lightning-utilities==0.8.0
  436. - lit==16.0.2
  437. - Mako==1.2.4
  438. - Markdown==3.4.3
  439. - markdown-it-py==2.2.0
  440. - MarkupSafe==2.1.2
  441. - matplotlib==3.7.1
  442. - mdurl==0.1.2
  443. - mpmath==1.3.0
  444. - multidict==6.0.4
  445. - multiprocess==0.70.14
  446. - natsort==8.3.1
  447. - networkx==2.8.2
  448. - ninja==1.10.2.4
  449. - nltk==3.8.1
  450. - nncf==2.4.0
  451. - numpy==1.23.4
  452. - nvidia-cublas-cu11==11.10.3.66
  453. - nvidia-cuda-cupti-cu11==11.7.101
  454. - nvidia-cuda-nvrtc-cu11==11.7.99
  455. - nvidia-cuda-runtime-cu11==11.7.99
  456. - nvidia-cudnn-cu11==8.5.0.96
  457. - nvidia-cufft-cu11==10.9.0.58
  458. - nvidia-curand-cu11==10.2.10.91
  459. - nvidia-cusolver-cu11==11.4.0.1
  460. - nvidia-cusparse-cu11==11.7.4.91
  461. - nvidia-nccl-cu11==2.14.3
  462. - nvidia-nvtx-cu11==11.7.91
  463. - oauthlib==3.2.2
  464. - openvino-telemetry==2022.3.0
  465. - optuna==3.1.0
  466. - orderedmultidict==1.0.1
  467. - packaging==23.1
  468. - pandas==1.5.2
  469. - pathlib2==2.3.7.post1
  470. - pathtools==0.1.2
  471. - Pillow==9.5.0
  472. - protobuf==4.22.3
  473. - psutil==5.9.5
  474. - pyarrow==12.0.0
  475. - pyasn1==0.5.0
  476. - pyasn1-modules==0.3.0
  477. - pydot==1.4.2
  478. - Pygments==2.15.1
  479. - PyJWT==2.4.0
  480. - pymoo==0.5.0
  481. - pyparsing==2.4.7
  482. - pyrsistent==0.19.3
  483. - python-dateutil==2.8.2
  484. - python-dotenv==0.21.0
  485. - pytorch-lightning==2.0.1
  486. - pytorch-optimizer==2.5.1
  487. - pytz==2023.3
  488. - PyYAML==6.0
  489. - regex==2023.5.2
  490. - requests==2.29.0
  491. - requests-oauthlib==1.3.1
  492. - responses==0.18.0
  493. - rich==13.3.3
  494. - rsa==4.9
  495. - s3transfer==0.6.0
  496. - scikit-learn==1.2.2
  497. - scipy==1.10.0
  498. - sentry-sdk==1.21.1
  499. - setproctitle==1.3.2
  500. - six==1.16.0
  501. - smmap==5.0.0
  502. - soupsieve==2.4.1
  503. - SQLAlchemy==2.0.12
  504. - sympy==1.11.1
  505. - tenacity==8.2.2
  506. - tensorboard==2.12.0
  507. - tensorboard-data-server==0.7.0
  508. - tensorboard-plugin-wit==1.8.1
  509. - texttable==1.6.7
  510. - threadpoolctl==3.1.0
  511. - tokenizers==0.13.3
  512. - torch==2.0.0
  513. - torchdata==0.6.0
  514. - torchmetrics==0.11.4
  515. - tqdm==4.65.0
  516. - transformers==4.27.4
  517. - triton==2.0.0
  518. - typing_extensions==4.5.0
  519. - urllib3==1.26.15
  520. - wandb==0.14.0
  521. - Werkzeug==2.3.3
  522. - wikipedia==1.4.0
  523. - xxhash==3.2.0
  524. - yarl==1.9.2
  525.  
  526. Environment setup completed successfully
  527.  
  528. Starting Task Execution:
  529.  
  530. INFO:nncf:NNCF initialized successfully. Supported frameworks detected: torch
  531. WARNING:nncf:NNCF provides best results with torch==1.13.1, while current torch version is 2.0.0+cu117. If you encounter issues, consider switching to torch==1.13.1
  532. ClearML results page: https://app.clear.ml/projects/93503e4a74f94329be89f0f86d0c353b/experiments/235e4893f99a4273b3b8cc10a142f778/output/log
  533. Traceback (most recent call last):
  534. File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
  535. return _run_code(code, main_globals, None,
  536. File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
  537. exec(code, run_globals)
  538. File "/home/illuin/.clearml/venvs-builds/3.10/task_repository/emotion-classification.git/emotions_classification/__main__.py", line 4, in <module>
  539. cli()
  540. File "/home/illuin/.clearml/venvs-builds/3.10/lib/python3.10/site-packages/click/core.py", line 1130, in __call__
  541. return self.main(*args, **kwargs)
  542. File "/home/illuin/.clearml/venvs-builds/3.10/lib/python3.10/site-packages/click/core.py", line 1055, in main
  543. rv = self.invoke(ctx)
  544. File "/home/illuin/.clearml/venvs-builds/3.10/lib/python3.10/site-packages/click/core.py", line 1652, in invoke
  545. assert cmd is not None
  546. AssertionError
  547.  
  548. Leaving process id 132382
  549. DONE: Running task '235e4893f99a4273b3b8cc10a142f778', exit status 1
  550. Process failed, exit code 1No tasks in queue 7acdd21812cd45d093e94f5e11fed097
  551.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement