Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
A-Team
209 bytes added
,
05: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 ===
Spdjurovic
113
edits