File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## [ Version 0.1.0 ] - 2021-04-10
88
99### Modified
10+ - Updated License from MIT to GNU AGPL V3
1011- Re-shuffling:
1112 - ` utils/data_loader.py ` -> ` core/data_loader.py `
1213 - ` utils/model.py ` -> ` core/model.py `
@@ -91,3 +92,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9192
9293
9394[ Version 0.1.0 Beta ] : https://github.com/animikhaich/Zero-Code-TF-Classifier/releases/tag/v0.1-beta
95+ [ Version 0.1.0 ] : https://github.com/animikhaich/Zero-Code-TF-Classifier/releases/tag/v0.1
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Contributions are what make the open source community such an amazing place to b
176176
177177## License
178178
179- Distributed under the MIT License. See [ LICENSE] ( LICENSE.md ) for more information.
179+ Distributed under the [ GNU AGPL V3 License] ( https://choosealicense.com/licenses/agpl-3.0/ ) . See [ LICENSE] ( LICENSE ) for more information.
180180
181181
182182## Contact
@@ -197,7 +197,7 @@ Distributed under the MIT License. See [LICENSE](LICENSE.md) for more informatio
197197[ stars-url ] : https://github.com/animikhaich/Zero-Code-TF-Classifier/stargazers
198198[ issues-shield ] : https://img.shields.io/github/issues/animikhaich/Zero-Code-TF-Classifier.svg?style=flat-square
199199[ issues-url ] : https://github.com/animikhaich/Zero-Code-TF-Classifier/issues
200- [ license-shield ] : https://img.shields.io/github/license/animikhaich/Semantic-Segmentation-using-AutoEncoders .svg?style=flat-square
200+ [ license-shield ] : https://img.shields.io/github/license/animikhaich/Zero-Code-TF-Classifier .svg?style=flat-square
201201[ license-url ] : https://github.com/animikhaich/Zero-Code-TF-Classifier/blob/main/LICENSE
202202[ linkedin-shield ] : https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
203203[ linkedin-url ] : https://linkedin.com/in/animikh-aich/
Original file line number Diff line number Diff line change 1313os .environ ["TF_CPP_MIN_LOG_LEVEL" ] = "1"
1414import tensorflow as tf
1515import streamlit as st
16- import numpy as np
17- import pandas as pd
1816import plotly .graph_objs as go
1917
2018
@@ -116,7 +114,7 @@ def on_train_begin(self, logs=None):
116114 logs (dict, optional): Training Metrics. Defaults to None.
117115 """
118116 self .status_text .info (
119- "Training Started! Live Graphs will be shown on the completion of the First Epoch."
117+ "Training Started! Live Graphs will be shown on the completion of Each Epoch."
120118 )
121119
122120 def on_train_end (self , logs = None ):
You can’t perform that action at this time.
0 commit comments