From 392c72531bd586a6d0ee25cf742496a60b695b6d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 1 Jan 2020 19:16:41 +0530 Subject: Publish deploy 2020-01-01 19:16 --- feed.rss | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feed.rss b/feed.rss index b1159e5..85e322b 100644 --- a/feed.rss +++ b/feed.rss @@ -1,4 +1,4 @@ -Navan ChauhanI try to post tutorials, tips and tricks related to programming, designing and just some science stuffhttps://navanchauhan.github.io/SwiftWebsiteenWed, 1 Jan 2020 19:10:36 +0530Wed, 1 Jan 2020 19:10:36 +0530250https://navanchauhan.github.io/SwiftWebsite/posts/splitting-zipsSplitting ZIPs into Multiple PartsShort code snippet for splitting zips.https://navanchauhan.github.io/SwiftWebsite/posts/splitting-zipsSun, 8 Dec 2019 13:27:00 +0530Splitting ZIPs into Multiple Parts

Tested on macOS

Creating the archive:

zip -r -s 5 oodlesofnoodles.zip website/
+Navan ChauhanI try to post tutorials, tips and tricks related to programming, designing and just some science stuffhttps://navanchauhan.github.io/SwiftWebsite/enWed, 1 Jan 2020 19:16:37 +0530Wed, 1 Jan 2020 19:16:37 +0530250https://navanchauhan.github.io/SwiftWebsite/posts/splitting-zipsSplitting ZIPs into Multiple PartsShort code snippet for splitting zips.https://navanchauhan.github.io/SwiftWebsite/posts/splitting-zipsSun, 8 Dec 2019 13:27:00 +0530Splitting ZIPs into Multiple Parts

Tested on macOS

Creating the archive:

zip -r -s 5 oodlesofnoodles.zip website/
 

5 stands for each split files' size (in mb, kb and gb can also be specified)

For encrypting the zip:

zip -er -s 5 oodlesofnoodles.zip website
 

Extracting Files

First we need to collect all parts, then

zip -F oodlesofnoodles.zip --out merged.zip
 
]]>
https://navanchauhan.github.io/SwiftWebsite/tutorials/custom-image-classifier-keras-tensorflowCreating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting MalariaShort tutorial for creating a custom image classifier using TF 2.0https://navanchauhan.github.io/SwiftWebsite/tutorials/custom-image-classifier-keras-tensorflowSun, 8 Dec 2019 11:27:00 +0530Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria

Done during Google Code-In. Org: Tensorflow.

Imports

%tensorflow_version 2.x #This is for telling Colab that you want to use TF 2.0, ignore if running on local machine
diff --git a/index.html b/index.html
index 37f6df5..963c0b0 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-Hi | Navan Chauhan

Hi

I try to post tutorials, tips and tricks related to programming, designing and just some science stuff

Latest content

\ No newline at end of file +Hi | Navan Chauhan

Hi

I try to post tutorials, tips and tricks related to programming, designing and just some science stuff

Latest content

\ No newline at end of file -- cgit v1.2.3