Changes

Jump to: navigation, search

A-Team

209 bytes added, 06:36, 1 April 2019
Initial implementation
}
}
 
====Naive====
Naturally this is a naive implementation as we are calling cudaMalloc for each iteration of the training for loop.
cout << "Training the model ...\n";
for (unsigned i = 0; i < 10000; ++i) {
=== Assignment 3 ===
113
edits

Navigation menu