# 2022.03.07- 2022.03.13 weekly report ## Installation ### openpifpaf #### problem ![](https://i.imgur.com/ujXfv27.png) #### fix update pip #### problem ERROR: Could not build wheels for openpifpaf-vita, which is required to install pyproject.toml-based projects ![](https://i.imgur.com/HJBfMWa.png) resultes in the following ![](https://i.imgur.com/f82oCyB.png) #### fix t1: attempt with python 3.8.12 -> same error ![](https://i.imgur.com/ZlPvfUi.png) t2: attempt with python 3.8.10 -> same error t3: run pip install --no-cache-dir "openpifpaf-vita[backbones,dev,test,train]" [solved] ## pose-action-recognition ### Run ``` (base) [alin@izar poseact]$ sbatch python_wrapper.sh Submitted batch job 892506 ``` ``` (base) [alin@izar poseact]$ scontrol -d show job 892506 JobId=892506 JobName=RUN_TITAN UserId=alin(251701) GroupId=in-e(30034) MCS_label=N/A Priority=230 Nice=0 Account=vita QOS=gpu JobState=FAILED Reason=NonZeroExitCode Dependency=(null) Requeue=0 Restarts=0 BatchFlag=1 Reboot=0 ExitCode=1:0 DerivedExitCode=0:0 RunTime=00:00:00 TimeLimit=3-00:00:00 TimeMin=N/A SubmitTime=2022-03-14T20:35:12 EligibleTime=2022-03-14T20:35:12 AccrueTime=2022-03-14T20:35:12 StartTime=2022-03-14T20:35:13 EndTime=2022-03-14T20:35:13 Deadline=N/A SuspendTime=None SecsPreSuspend=0 LastSchedEval=2022-03-14T20:35:13 Partition=gpu AllocNode:Sid=izar:12073 ReqNodeList=(null) ExcNodeList=(null) NodeList=i01 BatchHost=i01 NumNodes=1 NumCPUs=10 NumTasks=1 CPUs/Task=10 ReqB:S:C:T=0:0:*:* TRES=cpu=10,mem=32G,node=1,billing=10,gres/gpu=1 Socks/Node=* NtasksPerN:B:S:C=1:0:*:* CoreSpec=* JOB_GRES=gpu:1 Nodes=i01 CPU_IDs=20-29 Mem=32768 GRES= MinCPUsNode=10 MinMemoryNode=32G MinTmpDiskNode=0 Features=(null) DelayBoot=00:00:00 OverSubscribe=OK Contiguous=0 Licenses=(null) Network=(null) Command=/home/alin/pose-action-recognition/poseact/python_wrapper.sh WorkDir=/home/alin/pose-action-recognition/poseact StdErr=/home/alin/pose-action-recognition/poseact/out/slurm-892506_4294967294.log StdIn=/dev/null StdOut=/home/alin/pose-action-recognition/poseact/out/slurm-892506_4294967294.log Power= TresPerNode=gpu:1 MailUser=(null) MailType=NONE ``` ``` (base) [alin@izar poseact]$ Sjob 892506 JobID JobName Cluster Account Partition Timelimit User Group ------------ ---------- ---------- ---------- ---------- ---------- --------- --------- 892506 RUN_TITAN izar vita gpu 3-00:00:00 alin in-e 892506.batch batch izar vita 892506.exte+ extern izar vita Submit Eligible Start End ------------------- ------------------- ------------------- ------------------- 2022-03-14T20:35:12 2022-03-14T20:35:12 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 2022-03-14T20:35:13 Elapsed ExitCode State ---------- -------- ---------- 00:00:00 1:0 FAILED 00:00:00 1:0 FAILED 00:00:00 0:0 COMPLETED NCPUS NTasks NodeList UserCPU SystemCPU AveCPU MaxVMSize ---------- -------- --------------- ---------- ---------- ---------- ---------- 10 i01 00:00:00 00:00:00 10 1 i01 00:00:00 00:00:00 10 1 i01 00:00:00 00:00:00 00:00:00 107956K ``` ### Other dependency ``` python -m pip install sklearn pandas numpy ``` ### TCG ![](https://i.imgur.com/5lsnmRV.png) Train with Titan failed ## Readings - **[MTV-H](https://paperswithcode.com/paper/multiview-transformers-for-video-recognition)** - **[MestFest](https://paperswithcode.com/paper/masked-feature-prediction-for-self-supervised)**