Skip to content

Train partial api #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Train partial api #5

wants to merge 2 commits into from

Conversation

arnoldkalmbach
Copy link
Collaborator

@arnoldkalmbach arnoldkalmbach commented Jan 10, 2020

A few issues with this:

  • You still need to pass the data.list format, and if you got it wrong it blows up in cryptic ways.
  • Stuff like learning rate schedulers are still determined by the config file and network state plays into the actual values they get.
  • Each batch is independently randomly sampled. No iterating over shuffled datasets!

.... I'm sure there are more

@arnoldkalmbach arnoldkalmbach changed the title WIP: Train partial api Partial training and evaluation API Jan 11, 2020
@arnoldkalmbach arnoldkalmbach changed the title Partial training and evaluation API Train partial api Jan 11, 2020
@@ -146,7 +146,6 @@ void forward_yolo_layer(const layer l, network net)
#endif

memset(l.delta, 0, l.outputs * l.batch * sizeof(float));
if(!net.train) return;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Revert this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant