We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run('p2ch11.training.LunaTrainingApp', '--epochs=1')を実行したところ、以下のエラーがでました。 昨年11月頃には、うまく動いたのですが、本日、GithubのコードをそのままGoogle Colabにて実施したところ、 エラーがでてきました。 解決方法についてご教示いただけますと幸いです。
AssertionError Traceback (most recent call last) in () ----> 1 run('p2ch11.training.LunaTrainingApp', '--epochs=1')
3 frames /content/drive/My Drive/Colab Notebooks/Pytorch CT Lung Cancer/deep-learning-with-pytorch-ja-main/p2ch11/dsets.py in init(self, val_stride, isValSet_bool, series_uid, sortby_str) 169 elif val_stride > 0: 170 del self.candidateInfo_list[::val_stride] --> 171 assert self.candidateInfo_list 172 173 if sortby_str == 'random':
AssertionError:
The text was updated successfully, but these errors were encountered:
146790g 様
ご質問いただきありがとうございます。
こちらについては、おそらくですがキャッシュが存在しないことが原因だと思われます。 キャッシュを作成後に再実行していただけますでしょうか。
お手数をおかけしますが、どうぞよろしくお願い致します。
Sorry, something went wrong.
No branches or pull requests
run('p2ch11.training.LunaTrainingApp', '--epochs=1')を実行したところ、以下のエラーがでました。
昨年11月頃には、うまく動いたのですが、本日、GithubのコードをそのままGoogle Colabにて実施したところ、
エラーがでてきました。
解決方法についてご教示いただけますと幸いです。
2022-01-20 05:13:10,469 INFO pid:61 nb:004:run Running: p2ch11.training.LunaTrainingApp(['--num-workers=4', '--epochs=1']).main()
2022-01-20 05:13:11,010 INFO pid:61 p2ch11.training:138:main Starting LunaTrainingApp, Namespace(batch_size=32, comment='dwlpt', epochs=1, num_workers=4, tb_prefix='p2ch11')
AssertionError Traceback (most recent call last)
in ()
----> 1 run('p2ch11.training.LunaTrainingApp', '--epochs=1')
3 frames
/content/drive/My Drive/Colab Notebooks/Pytorch CT Lung Cancer/deep-learning-with-pytorch-ja-main/p2ch11/dsets.py in init(self, val_stride, isValSet_bool, series_uid, sortby_str)
169 elif val_stride > 0:
170 del self.candidateInfo_list[::val_stride]
--> 171 assert self.candidateInfo_list
172
173 if sortby_str == 'random':
AssertionError:
The text was updated successfully, but these errors were encountered: