Closed belsten closed 6 months ago
The learn_dictionary method only samples one random batch from the dataset per epoch, as opposed to using all the data in the dataset. In other words, one update was called a whole epoch. Noticed when training was much faster than expected.
The learn_dictionary method only samples one random batch from the dataset per epoch, as opposed to using all the data in the dataset. In other words, one update was called a whole epoch. Noticed when training was much faster than expected.