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

is possible to run load_fast_files() in train_2ddense.py? #6

Closed
dzfowen opened this issue Dec 5, 2018 · 3 comments
Closed

is possible to run load_fast_files() in train_2ddense.py? #6

dzfowen opened this issue Dec 5, 2018 · 3 comments

Comments

@dzfowen
Copy link

dzfowen commented Dec 5, 2018

It seems to load 131 volumes once in RAM, which needs optimization and cannot run in a normal server.

@xmengli
Copy link
Owner

xmengli commented Dec 5, 2018

Loading 131 volumes once in RAM can save training time. Alternatively, you can load image path only and read images when training the network.

@dzfowen
Copy link
Author

dzfowen commented Dec 5, 2018

thanks what about 131 lines liverlist[] meaning in train_2ddense.py?

@xmengli
Copy link
Owner

xmengli commented Dec 28, 2018

The index in liverlist is the data case that does not contain tumor.

@xmengli xmengli closed this as completed Dec 28, 2018
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