resolve merge conflicts

This commit is contained in:
Ayaan Khan 2020-07-01 03:28:12 +05:30 committed by ayaankhan98
parent de99092144
commit 8a738b07f3

View File

@ -436,7 +436,7 @@ int main() {
std::vector<float> Y(N);
std::cout
<< "Enter training data. Per sample, provide features and one output."
<< "Enter training data. Per sample, provide features ad one output."
<< std::endl;
for (size_t rows = 0; rows < N; rows++) {