Skip to content
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

Pull Request : #2 Plot for Epochs, Accuracy and Avg Loss #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Viddesh1
Copy link

Hello @konrad-gajdus

This PR is for issue #2

Added plots for metrics generted by nn.c.

I think there was 2 ways though which it can be done.

One way is by performing the read and write on the nn.c file itself for creating a .txt file for python to plot using matplotlib.

Second way is by taking the output that is generated from the nn.c file metrics and copy and pasting it a txt file to plot
using matplotlib by using python.

I have followed the second appoach in this case as the nn.c file takes a significant amount of the time to reach to 20 epochs by using CPU in local machine settings.

Regards!
Viddesh

@Viddesh1 Viddesh1 changed the title Pull Request : Plot for Epochs, Accuracy and Avg Loss #2 Pull Request : #2 Plot for Epochs, Accuracy and Avg Loss Sep 22, 2024
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.

2 participants