From b2d4200b5af5a3d5a49b4d88b37d9933666e60b9 Mon Sep 17 00:00:00 2001 From: Thalles Date: Thu, 20 Feb 2020 14:47:16 -0300 Subject: [PATCH] added tensorboard support --- FeatureEvaluation.ipynb | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/FeatureEvaluation.ipynb b/FeatureEvaluation.ipynb index 2b860be..f92f91d 100644 --- a/FeatureEvaluation.ipynb +++ b/FeatureEvaluation.ipynb @@ -195,7 +195,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 23, "metadata": {}, "outputs": [ { @@ -298,7 +298,7 @@ "" ] }, - "execution_count": 18, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" } @@ -323,7 +323,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 24, "metadata": {}, "outputs": [ { @@ -350,7 +350,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 25, "metadata": {}, "outputs": [ { @@ -377,7 +377,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 26, "metadata": {}, "outputs": [ { @@ -402,7 +402,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 27, "metadata": {}, "outputs": [ { @@ -410,8 +410,8 @@ "output_type": "stream", "text": [ "SimCLR feature evaluation\n", - "Train score: 0.7444\n", - "Test score: 0.62625\n" + "Train score: 0.7852\n", + "Test score: 0.641625\n" ] } ], @@ -420,16 +420,9 @@ "print(\"Train score:\", clf.score(X_train_feature, y_train))\n", "print(\"Test score:\", clf.score(X_test_feature, y_test))\n", "# SimCLR feature evaluation\n", - "# Train score: 0.7444\n", - "# Test score: 0.62625" + "# Train score: 0.7852\n", + "# Test score: 0.641625" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {