JoshaPan
JoshaPan
when I reduce the batch_size to 8 in train_joint.yaml the result is as follow: ForkingPickler(file, protocol).dump(obj) OverflowError: cannot serialize a bytes object larger than 4 GiB dose anyone can solve...
can you tell me which file has the variable: woker_number? luohongwen123 於 2020年5月23日 週六 下午9:50寫道: > woker_number=0 > > — > You are receiving this because you authored the thread....
所以是以下這一段 parser.add_argument( '--num-worker', type=int, default=32, help='the number of worker for data loader') 把default 改掉,或是用 --num-worker = 0 對嗎? luohongwen123 於 2020年5月28日 週四 上午11:11寫道: > 我出现这个问题是数据多线程加载导致的,只要把num_worker=0,只用主线程加载数据就可以 > > — > You...
好的,我再試試看 謝謝你 luohongwen123 於 2020年5月28日 週四 上午11:21寫道: > 对哦,可能是你的电脑环境不支持多线程,我是这样解决这种问题的 > > > > > > > ------------------ 原始邮件 ------------------ > 发件人: "JoshaPan" 发送时间: 2020年5月28日(星期四) 中午11:19 > 收件人: "lshiwjx/2s-AGCN" 抄送: "豳嚤葾劍" 主题: Re:...
改成0之後 系統訊息:CUDA out of memory. Tried to allocate 254.00 MiB (GPU 0; 11.00 GiB total capacity; 8.14 GiB already allocated; 86.59 MiB free; 8.29 GiB reserved in total by PyTorch)...
你有什麼方法嗎? 我的硬體應該是可以跑多執行續的 luohongwen123 於 2020年5月28日 週四 下午12:47寫道: > 数据太大了,显存爆了 > > > > > ------------------ 原始邮件 ------------------ > 发件人: "JoshaPan" 发送时间: 2020年5月28日(星期四) 中午12:46 > 收件人: "lshiwjx/2s-AGCN" 抄送: "豳嚤葾劍" 主题: Re: [lshiwjx/2s-AGCN] ForkingPickler(file,...
你的顯卡哪一張?為什麼可以跑這麼大的資料 還是我減少資料的訓練?有幫助嗎? luohongwen123 於 2020年5月28日 週四 下午12:52寫道: > 我无能为力了 > > > > > ------------------ 原始邮件 ------------------ > 发件人: "JoshaPan" 发送时间: 2020年5月28日(星期四) 中午12:51 > 收件人: "lshiwjx/2s-AGCN" 抄送: "豳嚤葾劍" 主题: Re: [lshiwjx/2s-AGCN] ForkingPickler(file,...
好的, 謝謝你, 我剛剛是整個都丟下去訓練, 就出錯了 另外, 你們的程式有機會能授權做商業用途嗎? 還是一定要釋出修改後的程式碼及學術用途? luohongwen123 於 2020年5月28日 週四 下午12:57寫道: > 我只取每一个视频片段的一部分作为输入,单GPU就可以跑了 > > > > > ------------------ 原始邮件 ------------------ > 发件人: "JoshaPan" 发送时间: 2020年5月28日(星期四) 中午12:54 > 收件人: "lshiwjx/2s-AGCN" 抄送:...