diff --git a/plot/copy_ckpt.ipynb b/plot/copy_ckpt.ipynb deleted file mode 100644 index 7ded8c8..0000000 --- a/plot/copy_ckpt.ipynb +++ /dev/null @@ -1,1103 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 2, - "id": "acac1b72", - "metadata": {}, - "outputs": [], - "source": [ - "import numpy as np\n", - "import matplotlib.pyplot as plt\n", - "import os\n", - "import json\n", - "import glob" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "id": "ac8425ad", - "metadata": {}, - "outputs": [ - { - "ename": "NameError", - "evalue": "name 'dataset_names' is not defined", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", - "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 11\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 12\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 13\u001b[0;31m \u001b[0;32mif\u001b[0m \u001b[0mfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msplit\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'/'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m-\u001b[0m\u001b[0;36m2\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mdataset_names\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 14\u001b[0m \u001b[0mprint\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msplit\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'/'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m-\u001b[0m\u001b[0;36m2\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;31mNameError\u001b[0m: name 'dataset_names' is not defined" - ] - } - ], - "source": [ - "proj_path = '/home/msrdl/azure_mounts/exp_output/dino_exp'\n", - "ckpt_path = ''\n", - "ckpt_path = os.path.join(proj_path, ckpt_path)\n", - "\n", - "datasets, accs = [], []\n", - "# Returns a list of names in list files.\n", - "txt_path = os.path.join(ckpt_path, f'**/checkpoint.pth')\n", - "\n", - "files = glob.glob(txt_path, recursive = True)\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "id": "d9ac6e6f", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_2crop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_lastglobal/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_14121/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_14121/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/vil_mode0/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/swin_tiny/bl_lr0.0005_gpu16_bs64_2crop_zip/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs128_2crop/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128_2crop_zip/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128_zip/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs16_dense_multicrop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_2crop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_deit_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs128/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs64/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs64_multicrop_epoch100_deit_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0085/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/continued_from0200_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0150_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0200/imagenet22k/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0200/num_mixup_views2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt150_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0040/view2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0100/view2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0200/view2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0240/view2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch100/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch100_deit_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300_deit_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch100_dino_aug_window7/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/continued_from0200_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view0/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view1/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view10/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view6/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_webvision1_debug/checkpoint.pth\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_crop_n2_2_4_8_size112_96_48_32/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_cropsize112/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_cropsize48/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view1/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view10/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view6/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense_normalized/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_deit_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug_window14/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from_epoch200_mixup_views2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from_epoch260_mixup_views2/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0240_dense/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/continued_to_epoch600/checkpoint.pth\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug/checkpoint.pth\n" - ] - } - ], - "source": [ - "for file in files:\n", - " print(file)\n", - " \n", - " file_path_source = file.split('/')\n", - " file_path_target = file_path_source\n", - " file_path_target[5] = 'ckpts/esvit'\n", - "\n", - " file_path_target_file = '/'.join(file_path_target)\n", - " file_path_target_dir = '/'.join(file_path_target[:-1])\n", - " file_path_source = file\n", - " \n", - " if not os.path.exists(file_path_target_dir):\n", - " os.makedirs(file_path_target_dir)\n", - "\n", - " copyanything(file_path_source, file_path_target_file)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 38, - "id": "df20b87e", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/checkpoint0250.pth\n", - "/home/msrdl/azure_mounts/exp_output/ckpts/esvit/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/checkpoint0250.pth\n", - "/home/msrdl/azure_mounts/exp_output/ckpts/esvit/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense\n" - ] - } - ], - "source": [ - "file_path = '/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/checkpoint0250.pth'\n", - "\n", - "file_path_source = file_path.split('/')\n", - "file_path_target = file_path_source\n", - "file_path_target[5] = 'ckpts/esvit'\n", - "\n", - "file_path_target_file = '/'.join(file_path_target)\n", - "file_path_target_dir = '/'.join(file_path_target[:-1])\n", - "file_path_source = file_path\n", - "\n", - "\n", - "print(file_path_source)\n", - "print(file_path_target_file)\n", - "print(file_path_target_dir)\n", - "\n", - "if not os.path.exists(file_path_target_dir):\n", - " os.makedirs(file_path_target_dir)\n", - "\n", - "copyanything(file_path_source, file_path_target_file)" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "id": "d4904b99", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 27, - "id": "ca5c4bd9", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 32, - "id": "08f0bbe7", - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "# Returns a list of names in list files.\n", - "txt_path = os.path.join(ckpt_path, f'**/log.txt')\n", - "txt_files = glob.glob(txt_path, recursive = True)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 34, - "id": "f27442c8", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0160/4_last_blocks/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_2crop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_2crop_epoch100/lincls/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_lastglobal/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/lincls/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/lincls/5_last_blocks/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_1281/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/lincls/6_last_blocks/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_14121/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_14121/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/features/epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/4_last_blocks/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/lincls/epoch0100/4_last_blocks/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/vil_mode0/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/vil/vil_2262/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/vil_mode0/features/epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/swin_tiny/bl_lr0.0005_gpu16_bs64_2crop_zip/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/swin_tiny/bl_lr0.0005_gpu16_bs64_2crop_zip/lincls/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs64_multicrop_epoch100_deit_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs64_multicrop_epoch100_deit_aug/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs128_2crop/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs128_2crop/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128_2crop_zip/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128_2crop_zip/lincls/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_2crop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_2crop_epoch100/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_deit_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_deit_aug/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs64/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs64/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs16_dense_multicrop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs16_dense_multicrop_epoch100/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs128/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu4_bs128/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/lincls/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/deit/deit_small/bl_lr0.0005_gpu16_bs128_zip/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/cifar10/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/lr0.0005/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/lr0.002/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/lr0.005/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/lr0.01/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/lr0.05/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/lincls/epoch_last/lr0.1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0200/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/resume_from_ckpt0085/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/resnet/resnet50/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug/lincls/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/continued_from0200_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/continued_from0200_dense/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/features/epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/cvt/cvt_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0220/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/features/epoch0270/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0160_dense/features/epoch0295/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0200/num_mixup_views2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0200/imagenet22k/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0210/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0250/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0255/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0290/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt0205_dense/features/epoch0295/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug/resume_from_ckpt150_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/features/epoch0210/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/lincls/epoch0220/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/lincls/epoch0230/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/resume_from_ckpt0200/lincls/epoch0240/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/features/epoch0210/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/lincls/epoch0220/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/lincls/epoch0230/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14/lincls/epoch0240/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_large/bl_lr0.0005_nodes4_gpu16_bs6_multicrop_epoch300_dino_aug_window14/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300_deit_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300_deit_aug/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0200/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_imagenet22k_debug/features/epoch0030/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/continued_from0200_dense/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0240/view2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0240/view2/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0200/view2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0040/view2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/mixup/resume_from_ckpt0100/view2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300/lincls/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_webvision1_debug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_webvision1_debug/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window7/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view0/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/hatefulmemes/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_webvision1_debug/features/epoch0150/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch100_dino_aug_window7/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch100/lincls/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch100_deit_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch100_deit_aug/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_cropsize112/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_crop_n2_2_4_8_size112_96_48_32/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_cropsize48/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/crops/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_cropsize48/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch150_dino_aug_window7_openimages_v4_debug/features/epoch050/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view6/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view2/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view6/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view6/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/mixup/bl_lr0.0005_gpu16_bs64_multicrop_epoch300_dino_aug_window7_view1/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100/lincls/epoch100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs64_multicrop_epoch100_dino_aug_window7_view10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/continued_from0200_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/continued_from0200_dense/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/continued_from0200_dense/lincls/epoch_last/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug_window14/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_tiny/bl_lr0.0005_nodes4_gpu16_bs16_multicrop_epoch300_dino_aug/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_deit_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug_window14/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug_window14/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_nodes2_gpu16_bs16_multicrop_epoch300_dino_aug_window14/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/stanfordcars/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.0001/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.0005/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.0008_n_last_blocks2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.001/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.001_n_last_blocks2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.002_n_last_blocks3/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.003_n_last_blocks1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.003_n_last_blocks2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.003_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.005/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.01/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_0.05/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_1e-05/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_dense_multicrop_epoch300/lincls/epoch0300/lr_5e-05/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense_normalized/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense_normalized/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense_normalized/features/epoch0255/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0245/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0250/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0255/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0270/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0295/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/lincls/epoch0250/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/lincls/epoch0250/lr_0.0008/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0180_dense/lincls/epoch0250/lr_0.0015/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0270/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0295/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0305/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0310/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0315/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0320/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0325/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0330/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/features/epoch0400/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0320/lr_0.001/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.0005/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.001/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.001_n_last_blocks1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.002/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.003/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.005/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug_window14/continued_from0250_dense/lincls/epoch0330/lr_0.01/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_small/bl_lr0.0005_gpu16_bs32_multicrop_epoch300/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0140/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/features/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/lincls/epoch0260/lr_0.00025_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/lincls/epoch0260/lr_0.0005_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/lincls/epoch0260/lr_0.00075_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/lincls/epoch0260/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from0200_dense/lincls/epoch0260/lr_0.005_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from_epoch200_mixup_views2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/continued_from_epoch260_mixup_views2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/lincls/epoch0260/lr_0.0005_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/lincls/epoch0260/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs32_multicrop_epoch300_dino_aug/lincls/epoch0260/lr_0.005_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0240_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/idrid-disease-grading/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/chestx-ray8/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/stl10/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/lr_0.001_n_last_blocks2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0240/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0250/lr_0.001_n_last_blocks2/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0250/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0265/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0270/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0275/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0280/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0285/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0290/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/lincls/epoch0295/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0215/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0225/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0235/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0245/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0250/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0255/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0265/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0270/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0275/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0285/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense/features/epoch0290/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/hatefulmemes/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/nct-crc-he/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/caltech101-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/patchcamelyon/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/flower102-tf/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/fer2013-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/oct/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/cifar100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/fgvc-aircraft-2013b-variants102/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/ucf101-image/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/gtsrb/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/food101/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/sun397/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/dtd-v1/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/pet37/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/stanfordcars/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/isic/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/mnist/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/cifar10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/stl10/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/transfer/voc2007/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0300/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/lincls/epoch0240/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0225/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0235/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0245/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0250/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0255/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0270/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/features/epoch0290/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/lincls/epoch0240/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/lincls/epoch0245/lr_0.001_n_last_blocks4/log.txt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/lincls/epoch0250/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/lincls/epoch0255/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/lincls/epoch0260/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/continued_from_epoch0200_dense_norm_true/lincls/epoch260/lr_0.001_n_last_blocks4/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0210/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0215/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0225/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0230/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0235/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0245/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0250/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0255/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0265/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0270/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0275/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0285/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_lv/features/epoch0290/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_gpu16_bs16_multicrop_epoch300_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0120/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0060/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0280/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0020/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0040/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0100/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0080/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0140/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0200/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0160/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/continued_to_epoch600/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/lincls/epoch0240/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/lincls/epoch0260/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes2_gpu16_bs32_multicrop_epoch300_dino_aug/lincls/epoch0300/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0150/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0180/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0190/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0205/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0220/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0225/log.txt\n", - "/home/msrdl/azure_mounts/exp_output/dino_exp/swin/swin_base/bl_lr0.0005_nodes4_gpu16_bs8_multicrop_epoch300_dino_aug_window14_dense/features/epoch0235/log.txt\n" - ] - } - ], - "source": [ - "for file in txt_files:\n", - " print(file)\n", - " \n", - " file_path_source = file.split('/')\n", - " file_path_target = file_path_source\n", - " file_path_target[5] = 'ckpts/esvit'\n", - "\n", - " file_path_target_file = '/'.join(file_path_target)\n", - " file_path_target_dir = '/'.join(file_path_target[:-1])\n", - " file_path_source = file\n", - " \n", - " if not os.path.exists(file_path_target_dir):\n", - " os.makedirs(file_path_target_dir)\n", - "\n", - " copyanything(file_path_source, file_path_target_file)\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "d63247e5", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}