Closed ddfabbro closed 6 years ago
I'm following the example found in the README, but during step 2
README
python3 train.py -action c3 -caffe 0
my computer crashes.
The last generated file is frozen500.pickle with size of 5Gb.
frozen500.pickle
What is causing this? Maybe I could lower memory usage?
You can sample less patches if you don't have enough memory. set nBatches in lib/cfgs.py to like 100, 300. But the accuracy is not guaranteed.
nBatches
lib/cfgs.py
I'm following the example found in the
README
, but during step 2my computer crashes.
The last generated file is
frozen500.pickle
with size of 5Gb.What is causing this? Maybe I could lower memory usage?