Closed YuechengLiu closed 4 years ago
Dear author: I got a little doubt after reading the code. In folder 'cnn' >> 'train_search.py' , line 137, the code is written as 'model.train()', however, I can't find any method named 'train()' in Class 'Network', what does that mean?
I have understood that, it's a method defined in the superclass ‘Module’
Dear author: I got a little doubt after reading the code. In folder 'cnn' >> 'train_search.py' , line 137, the code is written as 'model.train()', however, I can't find any method named 'train()' in Class 'Network', what does that mean?