MedicalNet
MedicalNet copied to clipboard
cuda error: out of memory
could you please tell me how many graphic memories are required? can i use my 6gb memories to run this project
Same problem with 6g memories.
you can decrease the input size in setting.py file.Like I changed to 969696 from 44844850 parser.add_argument( '--input_D', default=96, type=int, help='Input size of depth') parser.add_argument( '--input_H', default=96, type=int, help='Input size of height') parser.add_argument( '--input_W', default=96, type=int, help='Input size of width')
thx, it works BUT does the size have any influence on the result?