Skip to content
New issue

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

11章 プログラムエラー #19

Open
146790g opened this issue Jan 20, 2022 · 1 comment
Open

11章 プログラムエラー #19

146790g opened this issue Jan 20, 2022 · 1 comment

Comments

@146790g
Copy link

146790g commented Jan 20, 2022

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:

@Gin5050
Copy link
Owner

Gin5050 commented Jan 29, 2022

146790g 様

ご質問いただきありがとうございます。

こちらについては、おそらくですがキャッシュが存在しないことが原因だと思われます。
キャッシュを作成後に再実行していただけますでしょうか。

お手数をおかけしますが、どうぞよろしくお願い致します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants