Skip to content

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

Open
Viddesh1 wants to merge 1 commit into
konrad-gajdus:mainfrom
Viddesh1:Ploting-Branch-For-Metrics
Open

Pull Request : #2 Plot for Epochs, Accuracy and Avg Loss#3
Viddesh1 wants to merge 1 commit into
konrad-gajdus:mainfrom
Viddesh1:Ploting-Branch-For-Metrics

Conversation

@Viddesh1

Copy link
Copy Markdown

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