alexgenovese / train-sdxl-lora
Train on RealVisXL 4.0 (Realistic Vision XL 4) | Mixed precision bf16 any LoRA
- Public
- 598 runs
-
A100 (80GB)
- GitHub
Prediction
alexgenovese/train-sdxl-lora:533e1248263c06db92aea251ca69c3115f3ffbd19c86346b46e52eda14e8fd11IDrsan62rbf65msxaftuoqcuvvnmStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- 82
- ti_lr
- 0.0001
- is_lora
- lora_lr
- 0.0004
- verbose
- lora_rank
- 32
- resolution
- 1024
- class_token
- blazer
- input_images
- image_dataset_1024.zip
- lr_scheduler
- constant
- optimization
- AdamW
- token_string
- siduhc
- caption_prefix
- a photo of siduhc blazer
- lora_rank_alpha
- 32
- lr_warmup_steps
- 0
- num_train_epochs
- 100
- train_batch_size
- 2
- unet_learning_rate
- 0.0001
- checkpointing_steps
- 999999
- clipseg_temperature
- 1
- input_images_filetype
- infer
- crop_based_on_salience
- use_face_detection_instead
{ "seed": 82, "ti_lr": 0.0001, "is_lora": true, "lora_lr": 0.0004, "verbose": true, "lora_rank": 32, "resolution": 1024, "class_token": "blazer", "input_images": "https://replicate.delivery/pbxt/Jai9c4k3MPpZHVP6Ypro2J8viBe9wgzQ7hgvK5YE1cWm2yKS/image_dataset_1024.zip", "lr_scheduler": "constant", "optimization": "AdamW", "token_string": "siduhc", "caption_prefix": "a photo of siduhc blazer", "lora_rank_alpha": 32, "lr_warmup_steps": 0, "num_train_epochs": 100, "train_batch_size": 2, "unet_learning_rate": 0.0001, "checkpointing_steps": 999999, "clipseg_temperature": 1, "input_images_filetype": "infer", "crop_based_on_salience": false, "use_face_detection_instead": false }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/train-sdxl-lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/train-sdxl-lora:533e1248263c06db92aea251ca69c3115f3ffbd19c86346b46e52eda14e8fd11", { input: { seed: 82, ti_lr: 0.0001, is_lora: true, lora_lr: 0.0004, verbose: true, lora_rank: 32, resolution: 1024, class_token: "blazer", input_images: "https://replicate.delivery/pbxt/Jai9c4k3MPpZHVP6Ypro2J8viBe9wgzQ7hgvK5YE1cWm2yKS/image_dataset_1024.zip", lr_scheduler: "constant", optimization: "AdamW", token_string: "siduhc", caption_prefix: "a photo of siduhc blazer", lora_rank_alpha: 32, lr_warmup_steps: 0, num_train_epochs: 100, train_batch_size: 2, unet_learning_rate: 0.0001, checkpointing_steps: 999999, clipseg_temperature: 1, input_images_filetype: "infer", crop_based_on_salience: false, use_face_detection_instead: false } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run alexgenovese/train-sdxl-lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/train-sdxl-lora:533e1248263c06db92aea251ca69c3115f3ffbd19c86346b46e52eda14e8fd11", input={ "seed": 82, "ti_lr": 0.0001, "is_lora": True, "lora_lr": 0.0004, "verbose": True, "lora_rank": 32, "resolution": 1024, "class_token": "blazer", "input_images": "https://replicate.delivery/pbxt/Jai9c4k3MPpZHVP6Ypro2J8viBe9wgzQ7hgvK5YE1cWm2yKS/image_dataset_1024.zip", "lr_scheduler": "constant", "optimization": "AdamW", "token_string": "siduhc", "caption_prefix": "a photo of siduhc blazer", "lora_rank_alpha": 32, "lr_warmup_steps": 0, "num_train_epochs": 100, "train_batch_size": 2, "unet_learning_rate": 0.0001, "checkpointing_steps": 999999, "clipseg_temperature": 1, "input_images_filetype": "infer", "crop_based_on_salience": False, "use_face_detection_instead": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/train-sdxl-lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "alexgenovese/train-sdxl-lora:533e1248263c06db92aea251ca69c3115f3ffbd19c86346b46e52eda14e8fd11", "input": { "seed": 82, "ti_lr": 0.0001, "is_lora": true, "lora_lr": 0.0004, "verbose": true, "lora_rank": 32, "resolution": 1024, "class_token": "blazer", "input_images": "https://replicate.delivery/pbxt/Jai9c4k3MPpZHVP6Ypro2J8viBe9wgzQ7hgvK5YE1cWm2yKS/image_dataset_1024.zip", "lr_scheduler": "constant", "optimization": "AdamW", "token_string": "siduhc", "caption_prefix": "a photo of siduhc blazer", "lora_rank_alpha": 32, "lr_warmup_steps": 0, "num_train_epochs": 100, "train_batch_size": 2, "unet_learning_rate": 0.0001, "checkpointing_steps": 999999, "clipseg_temperature": 1, "input_images_filetype": "infer", "crop_based_on_salience": false, "use_face_detection_instead": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-25T20:30:01.545310Z", "created_at": "2023-09-25T20:22:53.668149Z", "data_removed": false, "error": null, "id": "rsan62rbf65msxaftuoqcuvvnm", "input": { "seed": 82, "ti_lr": 0.0001, "is_lora": true, "lora_lr": 0.0004, "verbose": true, "lora_rank": 32, "resolution": 1024, "class_token": "blazer", "input_images": "https://replicate.delivery/pbxt/Jai9c4k3MPpZHVP6Ypro2J8viBe9wgzQ7hgvK5YE1cWm2yKS/image_dataset_1024.zip", "lr_scheduler": "constant", "optimization": "AdamW", "token_string": "siduhc", "caption_prefix": "a photo of siduhc blazer", "lora_rank_alpha": 32, "lr_warmup_steps": 0, "num_train_epochs": 100, "train_batch_size": 2, "unet_learning_rate": 0.0001, "checkpointing_steps": 999999, "clipseg_temperature": 1, "input_images_filetype": "infer", "crop_based_on_salience": false, "use_face_detection_instead": false }, "logs": "['./temp_in/1.jpeg', './temp_in/10.jpeg', './temp_in/2.jpeg', './temp_in/3.jpeg', './temp_in/4.jpeg', './temp_in/5.jpeg', './temp_in/6.jpeg', './temp_in/7.jpeg', './temp_in/8.jpeg', './temp_in/9.jpeg']\nGenerating 10 captions...\nInput captioning text: a photo of siduhc blazer\n 0%| | 0/10 [00:00<?, ?it/s]/root/.pyenv/versions/3.9.18/lib/python3.9/site-packages/transformers/generation/utils.py:1369: UserWarning: Using `max_length`'s default (20) to control the generation length. This behaviour is deprecated and will be removed from the config in v5 of Transformers -- we recommend using `max_new_tokens` to control the maximum length of the generation.\nwarnings.warn(\nsiduhc\nsiduhc\n 10%|█ | 1/10 [00:00<00:04, 2.24it/s]\nsiduhc\n 20%|██ | 2/10 [00:00<00:03, 2.18it/s]\nsiduhc\n 30%|███ | 3/10 [00:01<00:03, 2.09it/s]\nsiduhc\n 40%|████ | 4/10 [00:01<00:02, 2.22it/s]\nsiduhc\n 50%|█████ | 5/10 [00:02<00:02, 2.19it/s]\nsiduhc\n 60%|██████ | 6/10 [00:02<00:01, 2.29it/s]\nsiduhc\n 70%|███████ | 7/10 [00:03<00:01, 2.35it/s]\nsiduhc\n 80%|████████ | 8/10 [00:03<00:00, 2.28it/s]\nsiduhc\nGenerated captions ['a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ']\n 90%|█████████ | 9/10 [00:04<00:00, 2.26it/s]\n100%|██████████| 10/10 [00:04<00:00, 2.16it/s]\n100%|██████████| 10/10 [00:04<00:00, 2.21it/s]\nGenerating 10 masks...\nWarning: only one target prompt \"\" was given, so it will be used for all images\nInstead of {class_token} is using {class_token}\n0it [00:00, ?it/s]\n1it [00:00, 9.45it/s]\n2it [00:00, 9.03it/s]\n4it [00:00, 9.70it/s]\n5it [00:00, 9.64it/s]\n6it [00:00, 9.57it/s]\n8it [00:00, 9.76it/s]\n9it [00:00, 9.56it/s]\n10it [00:01, 9.25it/s]\n10it [00:01, 9.45it/s]\nUpscaling 10 images...\n0%| | 0/10 [00:00<?, ?it/s]\n100%|██████████| 10/10 [00:00<00:00, 143150.31it/s]\nUsing seed 82\nYou are using a model of type clip_text_model to instantiate a model of type . This is not supported for all configurations of models and can yield errors.\nYou are using a model of type clip_text_model to instantiate a model of type . This is not supported for all configurations of models and can yield errors.\n# PTI : Loaded models\n0 text encodedr's std_token_embedding: 0.015380859375\ntorch.Size([49410])\n1 text encodedr's std_token_embedding: 0.014404296875\ntorch.Size([49410])\ntext_model.embeddings.token_embedding.weight\ntext_model.embeddings.token_embedding.weight\n# PTI : Loading dataset, do_cache True\nCaptions to train on:\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\na photo of <s0><s1> blazer\n# PTI : Loaded dataset\n# PTI : Running training\n# PTI : Num examples = 10\n# PTI : Num batches each epoch = 5\n# PTI : Num Epochs = 100\n# PTI : Instantaneous batch size per device = 2\nTotal train batch size (w. parallel, distributed & accumulation) = 2\n# PTI : Gradient Accumulation steps = 1\n# PTI : Total optimization steps = 500\n 0%| | 0/500 [00:00<?, ?it/s]\n# PTI :step: 0, epoch: 0: 0%| | 1/500 [00:00<00:11, 43.23it/s]\n# PTI :step: 0, epoch: 0: 0%| | 2/500 [00:01<04:26, 1.87it/s]\n# PTI :step: 1, epoch: 0: 0%| | 2/500 [00:01<04:26, 1.87it/s]\n# PTI :step: 1, epoch: 0: 1%| | 3/500 [00:01<05:01, 1.65it/s]\n# PTI :step: 2, epoch: 0: 1%| | 3/500 [00:01<05:01, 1.65it/s]\n# PTI :step: 2, epoch: 0: 1%| | 4/500 [00:02<05:21, 1.54it/s]\n# PTI :step: 3, epoch: 0: 1%| | 4/500 [00:02<05:21, 1.54it/s]\n# PTI :step: 3, epoch: 0: 1%| | 5/500 [00:03<05:36, 1.47it/s]\n# PTI :step: 4, epoch: 0: 1%| | 5/500 [00:03<05:36, 1.47it/s]\n# PTI :step: 4, epoch: 0: 1%| | 6/500 [00:04<05:51, 1.40it/s]\n# PTI :step: 5, epoch: 1: 1%| | 6/500 [00:04<05:51, 1.40it/s]\n# PTI :step: 5, epoch: 1: 1%|▏ | 7/500 [00:04<05:50, 1.41it/s]\n# PTI :step: 6, epoch: 1: 1%|▏ | 7/500 [00:04<05:50, 1.41it/s]\n# PTI :step: 6, epoch: 1: 2%|▏ | 8/500 [00:05<05:48, 1.41it/s]\n# PTI :step: 7, epoch: 1: 2%|▏ | 8/500 [00:05<05:48, 1.41it/s]\n# PTI :step: 7, epoch: 1: 2%|▏ | 9/500 [00:06<05:49, 1.41it/s]\n# PTI :step: 8, epoch: 1: 2%|▏ | 9/500 [00:06<05:49, 1.41it/s]\n# PTI :step: 8, epoch: 1: 2%|▏ | 10/500 [00:06<05:50, 1.40it/s]\n# PTI :step: 9, epoch: 1: 2%|▏ | 10/500 [00:06<05:50, 1.40it/s]\n# PTI :step: 9, epoch: 1: 2%|▏ | 11/500 [00:07<05:49, 1.40it/s]\n# PTI :step: 10, epoch: 2: 2%|▏ | 11/500 [00:07<05:49, 1.40it/s]\n# PTI :step: 10, epoch: 2: 2%|▏ | 12/500 [00:08<05:52, 1.38it/s]\n# PTI :step: 11, epoch: 2: 2%|▏ | 12/500 [00:08<05:52, 1.38it/s]\n# PTI :step: 11, epoch: 2: 3%|▎ | 13/500 [00:09<05:52, 1.38it/s]\n# PTI :step: 12, epoch: 2: 3%|▎ | 13/500 [00:09<05:52, 1.38it/s]\n# PTI :step: 12, epoch: 2: 3%|▎ | 14/500 [00:09<06:01, 1.34it/s]\n# PTI :step: 13, epoch: 2: 3%|▎ | 14/500 [00:09<06:01, 1.34it/s]\n# PTI :step: 13, epoch: 2: 3%|▎ | 15/500 [00:10<05:58, 1.35it/s]\n# PTI :step: 14, epoch: 2: 3%|▎ | 15/500 [00:10<05:58, 1.35it/s]\n# PTI :step: 14, epoch: 2: 3%|▎ | 16/500 [00:11<05:50, 1.38it/s]\n# PTI :step: 15, epoch: 3: 3%|▎ | 16/500 [00:11<05:50, 1.38it/s]\n# PTI :step: 15, epoch: 3: 3%|▎ | 17/500 [00:12<05:54, 1.36it/s]\n# PTI :step: 16, epoch: 3: 3%|▎ | 17/500 [00:12<05:54, 1.36it/s]\n# PTI :step: 16, epoch: 3: 4%|▎ | 18/500 [00:12<05:56, 1.35it/s]\n# PTI :step: 17, epoch: 3: 4%|▎ | 18/500 [00:12<05:56, 1.35it/s]\n# PTI :step: 17, epoch: 3: 4%|▍ | 19/500 [00:13<05:55, 1.35it/s]\n# PTI :step: 18, epoch: 3: 4%|▍ | 19/500 [00:13<05:55, 1.35it/s]\n# PTI :step: 18, epoch: 3: 4%|▍ | 20/500 [00:14<05:58, 1.34it/s]\n# PTI :step: 19, epoch: 3: 4%|▍ | 20/500 [00:14<05:58, 1.34it/s]\n# PTI :step: 19, epoch: 3: 4%|▍ | 21/500 [00:15<06:11, 1.29it/s]\n# PTI :step: 20, epoch: 4: 4%|▍ | 21/500 [00:15<06:11, 1.29it/s]\n# PTI :step: 20, epoch: 4: 4%|▍ | 22/500 [00:15<06:13, 1.28it/s]\n# PTI :step: 21, epoch: 4: 4%|▍ | 22/500 [00:15<06:13, 1.28it/s]\n# PTI :step: 21, epoch: 4: 5%|▍ | 23/500 [00:16<05:51, 1.36it/s]\n# PTI :step: 22, epoch: 4: 5%|▍ | 23/500 [00:16<05:51, 1.36it/s]\n# PTI :step: 22, epoch: 4: 5%|▍ | 24/500 [00:17<05:44, 1.38it/s]\n# PTI :step: 23, epoch: 4: 5%|▍ | 24/500 [00:17<05:44, 1.38it/s]\n# PTI :step: 23, epoch: 4: 5%|▌ | 25/500 [00:17<05:43, 1.38it/s]\n# PTI :step: 24, epoch: 4: 5%|▌ | 25/500 [00:17<05:43, 1.38it/s]\n# PTI :step: 24, epoch: 4: 5%|▌ | 26/500 [00:18<05:39, 1.39it/s]\n# PTI :step: 25, epoch: 5: 5%|▌ | 26/500 [00:18<05:39, 1.39it/s]\n# PTI :step: 25, epoch: 5: 5%|▌ | 27/500 [00:19<05:41, 1.39it/s]\n# PTI :step: 26, epoch: 5: 5%|▌ | 27/500 [00:19<05:41, 1.39it/s]\n# PTI :step: 26, epoch: 5: 6%|▌ | 28/500 [00:20<05:48, 1.35it/s]\n# PTI :step: 27, epoch: 5: 6%|▌ | 28/500 [00:20<05:48, 1.35it/s]\n# PTI :step: 27, epoch: 5: 6%|▌ | 29/500 [00:20<05:55, 1.33it/s]\n# PTI :step: 28, epoch: 5: 6%|▌ | 29/500 [00:20<05:55, 1.33it/s]\n# PTI :step: 28, epoch: 5: 6%|▌ | 30/500 [00:21<05:48, 1.35it/s]\n# PTI :step: 29, epoch: 5: 6%|▌ | 30/500 [00:21<05:48, 1.35it/s]\n# PTI :step: 29, epoch: 5: 6%|▌ | 31/500 [00:22<05:53, 1.33it/s]\n# PTI :step: 30, epoch: 6: 6%|▌ | 31/500 [00:22<05:53, 1.33it/s]\n# PTI :step: 30, epoch: 6: 6%|▋ | 32/500 [00:23<05:53, 1.32it/s]\n# PTI :step: 31, epoch: 6: 6%|▋ | 32/500 [00:23<05:53, 1.32it/s]\n# PTI :step: 31, epoch: 6: 7%|▋ | 33/500 [00:23<05:45, 1.35it/s]\n# PTI :step: 32, epoch: 6: 7%|▋ | 33/500 [00:23<05:45, 1.35it/s]\n# PTI :step: 32, epoch: 6: 7%|▋ | 34/500 [00:24<05:37, 1.38it/s]\n# PTI :step: 33, epoch: 6: 7%|▋ | 34/500 [00:24<05:37, 1.38it/s]\n# PTI :step: 33, epoch: 6: 7%|▋ | 35/500 [00:25<05:53, 1.32it/s]\n# PTI :step: 34, epoch: 6: 7%|▋ | 35/500 [00:25<05:53, 1.32it/s]\n# PTI :step: 34, epoch: 6: 7%|▋ | 36/500 [00:26<05:45, 1.34it/s]\n# PTI :step: 35, epoch: 7: 7%|▋ | 36/500 [00:26<05:45, 1.34it/s]\n# PTI :step: 35, epoch: 7: 7%|▋ | 37/500 [00:26<05:49, 1.32it/s]\n# PTI :step: 36, epoch: 7: 7%|▋ | 37/500 [00:26<05:49, 1.32it/s]\n# PTI :step: 36, epoch: 7: 8%|▊ | 38/500 [00:27<05:34, 1.38it/s]\n# PTI :step: 37, epoch: 7: 8%|▊ | 38/500 [00:27<05:34, 1.38it/s]\n# PTI :step: 37, epoch: 7: 8%|▊ | 39/500 [00:28<05:25, 1.42it/s]\n# PTI :step: 38, epoch: 7: 8%|▊ | 39/500 [00:28<05:25, 1.42it/s]\n# PTI :step: 38, epoch: 7: 8%|▊ | 40/500 [00:28<05:17, 1.45it/s]\n# PTI :step: 39, epoch: 7: 8%|▊ | 40/500 [00:28<05:17, 1.45it/s]\n# PTI :step: 39, epoch: 7: 8%|▊ | 41/500 [00:29<05:31, 1.39it/s]\n# PTI :step: 40, epoch: 8: 8%|▊ | 41/500 [00:29<05:31, 1.39it/s]\n# PTI :step: 40, epoch: 8: 8%|▊ | 42/500 [00:30<05:32, 1.38it/s]\n# PTI :step: 41, epoch: 8: 8%|▊ | 42/500 [00:30<05:32, 1.38it/s]\n# PTI :step: 41, epoch: 8: 9%|▊ | 43/500 [00:31<05:37, 1.35it/s]\n# PTI :step: 42, epoch: 8: 9%|▊ | 43/500 [00:31<05:37, 1.35it/s]\n# PTI :step: 42, epoch: 8: 9%|▉ | 44/500 [00:31<05:31, 1.37it/s]\n# PTI :step: 43, epoch: 8: 9%|▉ | 44/500 [00:31<05:31, 1.37it/s]\n# PTI :step: 43, epoch: 8: 9%|▉ | 45/500 [00:32<05:26, 1.39it/s]\n# PTI :step: 44, epoch: 8: 9%|▉ | 45/500 [00:32<05:26, 1.39it/s]\n# PTI :step: 44, epoch: 8: 9%|▉ | 46/500 [00:33<05:24, 1.40it/s]\n# PTI :step: 45, epoch: 9: 9%|▉ | 46/500 [00:33<05:24, 1.40it/s]\n# PTI :step: 45, epoch: 9: 9%|▉ | 47/500 [00:34<05:27, 1.38it/s]\n# PTI :step: 46, epoch: 9: 9%|▉ | 47/500 [00:34<05:27, 1.38it/s]\n# PTI :step: 46, epoch: 9: 10%|▉ | 48/500 [00:34<05:26, 1.39it/s]\n# PTI :step: 47, epoch: 9: 10%|▉ | 48/500 [00:34<05:26, 1.39it/s]\n# PTI :step: 47, epoch: 9: 10%|▉ | 49/500 [00:35<05:19, 1.41it/s]\n# PTI :step: 48, epoch: 9: 10%|▉ | 49/500 [00:35<05:19, 1.41it/s]\n# PTI :step: 48, epoch: 9: 10%|█ | 50/500 [00:36<05:23, 1.39it/s]\n# PTI :step: 49, epoch: 9: 10%|█ | 50/500 [00:36<05:23, 1.39it/s]\n# PTI :step: 49, epoch: 9: 10%|█ | 51/500 [00:36<05:22, 1.39it/s]\n# PTI :step: 50, epoch: 10: 10%|█ | 51/500 [00:36<05:22, 1.39it/s]\n# PTI :step: 50, epoch: 10: 10%|█ | 52/500 [00:37<05:16, 1.42it/s]\n# PTI :step: 51, epoch: 10: 10%|█ | 52/500 [00:37<05:16, 1.42it/s]\n# PTI :step: 51, epoch: 10: 11%|█ | 53/500 [00:38<05:18, 1.40it/s]\n# PTI :step: 52, epoch: 10: 11%|█ | 53/500 [00:38<05:18, 1.40it/s]\n# PTI :step: 52, epoch: 10: 11%|█ | 54/500 [00:39<05:21, 1.39it/s]\n# PTI :step: 53, epoch: 10: 11%|█ | 54/500 [00:39<05:21, 1.39it/s]\n# PTI :step: 53, epoch: 10: 11%|█ | 55/500 [00:39<05:16, 1.41it/s]\n# PTI :step: 54, epoch: 10: 11%|█ | 55/500 [00:39<05:16, 1.41it/s]\n# PTI :step: 54, epoch: 10: 11%|█ | 56/500 [00:40<05:17, 1.40it/s]\n# PTI :step: 55, epoch: 11: 11%|█ | 56/500 [00:40<05:17, 1.40it/s]\n# PTI :step: 55, epoch: 11: 11%|█▏ | 57/500 [00:41<05:28, 1.35it/s]\n# PTI :step: 56, epoch: 11: 11%|█▏ | 57/500 [00:41<05:28, 1.35it/s]\n# PTI :step: 56, epoch: 11: 12%|█▏ | 58/500 [00:42<05:29, 1.34it/s]\n# PTI :step: 57, epoch: 11: 12%|█▏ | 58/500 [00:42<05:29, 1.34it/s]\n# PTI :step: 57, epoch: 11: 12%|█▏ | 59/500 [00:42<05:29, 1.34it/s]\n# PTI :step: 58, epoch: 11: 12%|█▏ | 59/500 [00:42<05:29, 1.34it/s]\n# PTI :step: 58, epoch: 11: 12%|█▏ | 60/500 [00:43<05:22, 1.37it/s]\n# PTI :step: 59, epoch: 11: 12%|█▏ | 60/500 [00:43<05:22, 1.37it/s]\n# PTI :step: 59, epoch: 11: 12%|█▏ | 61/500 [00:44<05:23, 1.36it/s]\n# PTI :step: 60, epoch: 12: 12%|█▏ | 61/500 [00:44<05:23, 1.36it/s]\n# PTI :step: 60, epoch: 12: 12%|█▏ | 62/500 [00:44<05:18, 1.38it/s]\n# PTI :step: 61, epoch: 12: 12%|█▏ | 62/500 [00:44<05:18, 1.38it/s]\n# PTI :step: 61, epoch: 12: 13%|█▎ | 63/500 [00:45<05:16, 1.38it/s]\n# PTI :step: 62, epoch: 12: 13%|█▎ | 63/500 [00:45<05:16, 1.38it/s]\n# PTI :step: 62, epoch: 12: 13%|█▎ | 64/500 [00:46<05:27, 1.33it/s]\n# PTI :step: 63, epoch: 12: 13%|█▎ | 64/500 [00:46<05:27, 1.33it/s]\n# PTI :step: 63, epoch: 12: 13%|█▎ | 65/500 [00:47<05:26, 1.33it/s]\n# PTI :step: 64, epoch: 12: 13%|█▎ | 65/500 [00:47<05:26, 1.33it/s]\n# PTI :step: 64, epoch: 12: 13%|█▎ | 66/500 [00:47<05:27, 1.32it/s]\n# PTI :step: 65, epoch: 13: 13%|█▎ | 66/500 [00:47<05:27, 1.32it/s]\n# PTI :step: 65, epoch: 13: 13%|█▎ | 67/500 [00:48<05:29, 1.31it/s]\n# PTI :step: 66, epoch: 13: 13%|█▎ | 67/500 [00:48<05:29, 1.31it/s]\n# PTI :step: 66, epoch: 13: 14%|█▎ | 68/500 [00:49<05:29, 1.31it/s]\n# PTI :step: 67, epoch: 13: 14%|█▎ | 68/500 [00:49<05:29, 1.31it/s]\n# PTI :step: 67, epoch: 13: 14%|█▍ | 69/500 [00:50<05:25, 1.32it/s]\n# PTI :step: 68, epoch: 13: 14%|█▍ | 69/500 [00:50<05:25, 1.32it/s]\n# PTI :step: 68, epoch: 13: 14%|█▍ | 70/500 [00:50<05:23, 1.33it/s]\n# PTI :step: 69, epoch: 13: 14%|█▍ | 70/500 [00:50<05:23, 1.33it/s]\n# PTI :step: 69, epoch: 13: 14%|█▍ | 71/500 [00:51<05:15, 1.36it/s]\n# PTI :step: 70, epoch: 14: 14%|█▍ | 71/500 [00:51<05:15, 1.36it/s]\n# PTI :step: 70, epoch: 14: 14%|█▍ | 72/500 [00:52<05:23, 1.32it/s]\n# PTI :step: 71, epoch: 14: 14%|█▍ | 72/500 [00:52<05:23, 1.32it/s]\n# PTI :step: 71, epoch: 14: 15%|█▍ | 73/500 [00:53<05:16, 1.35it/s]\n# PTI :step: 72, epoch: 14: 15%|█▍ | 73/500 [00:53<05:16, 1.35it/s]\n# PTI :step: 72, epoch: 14: 15%|█▍ | 74/500 [00:53<05:15, 1.35it/s]\n# PTI :step: 73, epoch: 14: 15%|█▍ | 74/500 [00:53<05:15, 1.35it/s]\n# PTI :step: 73, epoch: 14: 15%|█▌ | 75/500 [00:54<05:08, 1.38it/s]\n# PTI :step: 74, epoch: 14: 15%|█▌ | 75/500 [00:54<05:08, 1.38it/s]\n# PTI :step: 74, epoch: 14: 15%|█▌ | 76/500 [00:55<05:13, 1.35it/s]\n# PTI :step: 75, epoch: 15: 15%|█▌ | 76/500 [00:55<05:13, 1.35it/s]\n# PTI :step: 75, epoch: 15: 15%|█▌ | 77/500 [00:56<05:20, 1.32it/s]\n# PTI :step: 76, epoch: 15: 15%|█▌ | 77/500 [00:56<05:20, 1.32it/s]\n# PTI :step: 76, epoch: 15: 16%|█▌ | 78/500 [00:56<05:19, 1.32it/s]\n# PTI :step: 77, epoch: 15: 16%|█▌ | 78/500 [00:56<05:19, 1.32it/s]\n# PTI :step: 77, epoch: 15: 16%|█▌ | 79/500 [00:57<05:19, 1.32it/s]\n# PTI :step: 78, epoch: 15: 16%|█▌ | 79/500 [00:57<05:19, 1.32it/s]\n# PTI :step: 78, epoch: 15: 16%|█▌ | 80/500 [00:58<05:15, 1.33it/s]\n# PTI :step: 79, epoch: 15: 16%|█▌ | 80/500 [00:58<05:15, 1.33it/s]\n# PTI :step: 79, epoch: 15: 16%|█▌ | 81/500 [00:59<05:14, 1.33it/s]\n# PTI :step: 80, epoch: 16: 16%|█▌ | 81/500 [00:59<05:14, 1.33it/s]\n# PTI :step: 80, epoch: 16: 16%|█▋ | 82/500 [00:59<05:14, 1.33it/s]\n# PTI :step: 81, epoch: 16: 16%|█▋ | 82/500 [00:59<05:14, 1.33it/s]\n# PTI :step: 81, epoch: 16: 17%|█▋ | 83/500 [01:00<05:17, 1.31it/s]\n# PTI :step: 82, epoch: 16: 17%|█▋ | 83/500 [01:00<05:17, 1.31it/s]\n# PTI :step: 82, epoch: 16: 17%|█▋ | 84/500 [01:01<05:06, 1.36it/s]\n# PTI :step: 83, epoch: 16: 17%|█▋ | 84/500 [01:01<05:06, 1.36it/s]\n# PTI :step: 83, epoch: 16: 17%|█▋ | 85/500 [01:02<05:12, 1.33it/s]\n# PTI :step: 84, epoch: 16: 17%|█▋ | 85/500 [01:02<05:12, 1.33it/s]\n# PTI :step: 84, epoch: 16: 17%|█▋ | 86/500 [01:02<05:09, 1.34it/s]\n# PTI :step: 85, epoch: 17: 17%|█▋ | 86/500 [01:02<05:09, 1.34it/s]\n# PTI :step: 85, epoch: 17: 17%|█▋ | 87/500 [01:03<05:26, 1.26it/s]\n# PTI :step: 86, epoch: 17: 17%|█▋ | 87/500 [01:03<05:26, 1.26it/s]\n# PTI :step: 86, epoch: 17: 18%|█▊ | 88/500 [01:04<05:15, 1.30it/s]\n# PTI :step: 87, epoch: 17: 18%|█▊ | 88/500 [01:04<05:15, 1.30it/s]\n# PTI :step: 87, epoch: 17: 18%|█▊ | 89/500 [01:05<05:13, 1.31it/s]\n# PTI :step: 88, epoch: 17: 18%|█▊ | 89/500 [01:05<05:13, 1.31it/s]\n# PTI :step: 88, epoch: 17: 18%|█▊ | 90/500 [01:06<05:13, 1.31it/s]\n# PTI :step: 89, epoch: 17: 18%|█▊ | 90/500 [01:06<05:13, 1.31it/s]\n# PTI :step: 89, epoch: 17: 18%|█▊ | 91/500 [01:06<05:12, 1.31it/s]\n# PTI :step: 90, epoch: 18: 18%|█▊ | 91/500 [01:06<05:12, 1.31it/s]\n# PTI :step: 90, epoch: 18: 18%|█▊ | 92/500 [01:07<05:01, 1.35it/s]\n# PTI :step: 91, epoch: 18: 18%|█▊ | 92/500 [01:07<05:01, 1.35it/s]\n# PTI :step: 91, epoch: 18: 19%|█▊ | 93/500 [01:08<05:04, 1.34it/s]\n# PTI :step: 92, epoch: 18: 19%|█▊ | 93/500 [01:08<05:04, 1.34it/s]\n# PTI :step: 92, epoch: 18: 19%|█▉ | 94/500 [01:09<05:01, 1.35it/s]\n# PTI :step: 93, epoch: 18: 19%|█▉ | 94/500 [01:09<05:01, 1.35it/s]\n# PTI :step: 93, epoch: 18: 19%|█▉ | 95/500 [01:09<04:58, 1.36it/s]\n# PTI :step: 94, epoch: 18: 19%|█▉ | 95/500 [01:09<04:58, 1.36it/s]\n# PTI :step: 94, epoch: 18: 19%|█▉ | 96/500 [01:10<05:00, 1.35it/s]\n# PTI :step: 95, epoch: 19: 19%|█▉ | 96/500 [01:10<05:00, 1.35it/s]\n# PTI :step: 95, epoch: 19: 19%|█▉ | 97/500 [01:11<04:54, 1.37it/s]\n# PTI :step: 96, epoch: 19: 19%|█▉ | 97/500 [01:11<04:54, 1.37it/s]\n# PTI :step: 96, epoch: 19: 20%|█▉ | 98/500 [01:11<04:53, 1.37it/s]\n# PTI :step: 97, epoch: 19: 20%|█▉ | 98/500 [01:11<04:53, 1.37it/s]\n# PTI :step: 97, epoch: 19: 20%|█▉ | 99/500 [01:12<04:49, 1.39it/s]\n# PTI :step: 98, epoch: 19: 20%|█▉ | 99/500 [01:12<04:49, 1.39it/s]\n# PTI :step: 98, epoch: 19: 20%|██ | 100/500 [01:13<04:50, 1.38it/s]\n# PTI :step: 99, epoch: 19: 20%|██ | 100/500 [01:13<04:50, 1.38it/s]\n# PTI :step: 99, epoch: 19: 20%|██ | 101/500 [01:14<04:51, 1.37it/s]\n# PTI :step: 100, epoch: 20: 20%|██ | 101/500 [01:14<04:51, 1.37it/s]\n# PTI :step: 100, epoch: 20: 20%|██ | 102/500 [01:14<04:52, 1.36it/s]\n# PTI :step: 101, epoch: 20: 20%|██ | 102/500 [01:14<04:52, 1.36it/s]\n# PTI :step: 101, epoch: 20: 21%|██ | 103/500 [01:15<04:44, 1.40it/s]\n# PTI :step: 102, epoch: 20: 21%|██ | 103/500 [01:15<04:44, 1.40it/s]\n# PTI :step: 102, epoch: 20: 21%|██ | 104/500 [01:16<04:42, 1.40it/s]\n# PTI :step: 103, epoch: 20: 21%|██ | 104/500 [01:16<04:42, 1.40it/s]\n# PTI :step: 103, epoch: 20: 21%|██ | 105/500 [01:17<04:53, 1.34it/s]\n# PTI :step: 104, epoch: 20: 21%|██ | 105/500 [01:17<04:53, 1.34it/s]\n# PTI :step: 104, epoch: 20: 21%|██ | 106/500 [01:17<04:55, 1.33it/s]\n# PTI :step: 105, epoch: 21: 21%|██ | 106/500 [01:17<04:55, 1.33it/s]\n# PTI :step: 105, epoch: 21: 21%|██▏ | 107/500 [01:18<04:50, 1.35it/s]\n# PTI :step: 106, epoch: 21: 21%|██▏ | 107/500 [01:18<04:50, 1.35it/s]\n# PTI :step: 106, epoch: 21: 22%|██▏ | 108/500 [01:19<04:52, 1.34it/s]\n# PTI :step: 107, epoch: 21: 22%|██▏ | 108/500 [01:19<04:52, 1.34it/s]\n# PTI :step: 107, epoch: 21: 22%|██▏ | 109/500 [01:20<04:54, 1.33it/s]\n# PTI :step: 108, epoch: 21: 22%|██▏ | 109/500 [01:20<04:54, 1.33it/s]\n# PTI :step: 108, epoch: 21: 22%|██▏ | 110/500 [01:20<04:50, 1.34it/s]\n# PTI :step: 109, epoch: 21: 22%|██▏ | 110/500 [01:20<04:50, 1.34it/s]\n# PTI :step: 109, epoch: 21: 22%|██▏ | 111/500 [01:21<04:47, 1.35it/s]\n# PTI :step: 110, epoch: 22: 22%|██▏ | 111/500 [01:21<04:47, 1.35it/s]\n# PTI :step: 110, epoch: 22: 22%|██▏ | 112/500 [01:22<04:51, 1.33it/s]\n# PTI :step: 111, epoch: 22: 22%|██▏ | 112/500 [01:22<04:51, 1.33it/s]\n# PTI :step: 111, epoch: 22: 23%|██▎ | 113/500 [01:22<04:42, 1.37it/s]\n# PTI :step: 112, epoch: 22: 23%|██▎ | 113/500 [01:22<04:42, 1.37it/s]\n# PTI :step: 112, epoch: 22: 23%|██▎ | 114/500 [01:23<04:32, 1.42it/s]\n# PTI :step: 113, epoch: 22: 23%|██▎ | 114/500 [01:23<04:32, 1.42it/s]\n# PTI :step: 113, epoch: 22: 23%|██▎ | 115/500 [01:24<04:29, 1.43it/s]\n# PTI :step: 114, epoch: 22: 23%|██▎ | 115/500 [01:24<04:29, 1.43it/s]\n# PTI :step: 114, epoch: 22: 23%|██▎ | 116/500 [01:25<04:31, 1.41it/s]\n# PTI :step: 115, epoch: 23: 23%|██▎ | 116/500 [01:25<04:31, 1.41it/s]\n# PTI :step: 115, epoch: 23: 23%|██▎ | 117/500 [01:25<04:38, 1.37it/s]\n# PTI :step: 116, epoch: 23: 23%|██▎ | 117/500 [01:25<04:38, 1.37it/s]\n# PTI :step: 116, epoch: 23: 24%|██▎ | 118/500 [01:26<04:37, 1.38it/s]\n# PTI :step: 117, epoch: 23: 24%|██▎ | 118/500 [01:26<04:37, 1.38it/s]\n# PTI :step: 117, epoch: 23: 24%|██▍ | 119/500 [01:27<04:37, 1.37it/s]\n# PTI :step: 118, epoch: 23: 24%|██▍ | 119/500 [01:27<04:37, 1.37it/s]\n# PTI :step: 118, epoch: 23: 24%|██▍ | 120/500 [01:28<04:39, 1.36it/s]\n# PTI :step: 119, epoch: 23: 24%|██▍ | 120/500 [01:28<04:39, 1.36it/s]\n# PTI :step: 119, epoch: 23: 24%|██▍ | 121/500 [01:28<04:46, 1.32it/s]\n# PTI :step: 120, epoch: 24: 24%|██▍ | 121/500 [01:28<04:46, 1.32it/s]\n# PTI :step: 120, epoch: 24: 24%|██▍ | 122/500 [01:29<04:40, 1.35it/s]\n# PTI :step: 121, epoch: 24: 24%|██▍ | 122/500 [01:29<04:40, 1.35it/s]\n# PTI :step: 121, epoch: 24: 25%|██▍ | 123/500 [01:30<04:42, 1.34it/s]\n# PTI :step: 122, epoch: 24: 25%|██▍ | 123/500 [01:30<04:42, 1.34it/s]\n# PTI :step: 122, epoch: 24: 25%|██▍ | 124/500 [01:31<04:43, 1.33it/s]\n# PTI :step: 123, epoch: 24: 25%|██▍ | 124/500 [01:31<04:43, 1.33it/s]\n# PTI :step: 123, epoch: 24: 25%|██▌ | 125/500 [01:31<04:40, 1.34it/s]\n# PTI :step: 124, epoch: 24: 25%|██▌ | 125/500 [01:31<04:40, 1.34it/s]\n# PTI :step: 124, epoch: 24: 25%|██▌ | 126/500 [01:32<04:43, 1.32it/s]\n# PTI :step: 125, epoch: 25: 25%|██▌ | 126/500 [01:32<04:43, 1.32it/s]\n# PTI :step: 125, epoch: 25: 25%|██▌ | 127/500 [01:33<04:46, 1.30it/s]\n# PTI :step: 126, epoch: 25: 25%|██▌ | 127/500 [01:33<04:46, 1.30it/s]\n# PTI :step: 126, epoch: 25: 26%|██▌ | 128/500 [01:34<04:47, 1.30it/s]\n# PTI :step: 127, epoch: 25: 26%|██▌ | 128/500 [01:34<04:47, 1.30it/s]\n# PTI :step: 127, epoch: 25: 26%|██▌ | 129/500 [01:34<04:45, 1.30it/s]\n# PTI :step: 128, epoch: 25: 26%|██▌ | 129/500 [01:34<04:45, 1.30it/s]\n# PTI :step: 128, epoch: 25: 26%|██▌ | 130/500 [01:35<04:45, 1.30it/s]\n# PTI :step: 129, epoch: 25: 26%|██▌ | 130/500 [01:35<04:45, 1.30it/s]\n# PTI :step: 129, epoch: 25: 26%|██▌ | 131/500 [01:36<04:46, 1.29it/s]\n# PTI :step: 130, epoch: 26: 26%|██▌ | 131/500 [01:36<04:46, 1.29it/s]\n# PTI :step: 130, epoch: 26: 26%|██▋ | 132/500 [01:37<04:42, 1.30it/s]\n# PTI :step: 131, epoch: 26: 26%|██▋ | 132/500 [01:37<04:42, 1.30it/s]\n# PTI :step: 131, epoch: 26: 27%|██▋ | 133/500 [01:37<04:38, 1.32it/s]\n# PTI :step: 132, epoch: 26: 27%|██▋ | 133/500 [01:37<04:38, 1.32it/s]\n# PTI :step: 132, epoch: 26: 27%|██▋ | 134/500 [01:38<04:35, 1.33it/s]\n# PTI :step: 133, epoch: 26: 27%|██▋ | 134/500 [01:38<04:35, 1.33it/s]\n# PTI :step: 133, epoch: 26: 27%|██▋ | 135/500 [01:39<04:27, 1.36it/s]\n# PTI :step: 134, epoch: 26: 27%|██▋ | 135/500 [01:39<04:27, 1.36it/s]\n# PTI :step: 134, epoch: 26: 27%|██▋ | 136/500 [01:40<04:34, 1.32it/s]\n# PTI :step: 135, epoch: 27: 27%|██▋ | 136/500 [01:40<04:34, 1.32it/s]\n# PTI :step: 135, epoch: 27: 27%|██▋ | 137/500 [01:40<04:33, 1.33it/s]\n# PTI :step: 136, epoch: 27: 27%|██▋ | 137/500 [01:40<04:33, 1.33it/s]\n# PTI :step: 136, epoch: 27: 28%|██▊ | 138/500 [01:41<04:39, 1.30it/s]\n# PTI :step: 137, epoch: 27: 28%|██▊ | 138/500 [01:41<04:39, 1.30it/s]\n# PTI :step: 137, epoch: 27: 28%|██▊ | 139/500 [01:42<04:27, 1.35it/s]\n# PTI :step: 138, epoch: 27: 28%|██▊ | 139/500 [01:42<04:27, 1.35it/s]\n# PTI :step: 138, epoch: 27: 28%|██▊ | 140/500 [01:43<04:16, 1.40it/s]\n# PTI :step: 139, epoch: 27: 28%|██▊ | 140/500 [01:43<04:16, 1.40it/s]\n# PTI :step: 139, epoch: 27: 28%|██▊ | 141/500 [01:43<04:09, 1.44it/s]\n# PTI :step: 140, epoch: 28: 28%|██▊ | 141/500 [01:43<04:09, 1.44it/s]\n# PTI :step: 140, epoch: 28: 28%|██▊ | 142/500 [01:44<04:00, 1.49it/s]\n# PTI :step: 141, epoch: 28: 28%|██▊ | 142/500 [01:44<04:00, 1.49it/s]\n# PTI :step: 141, epoch: 28: 29%|██▊ | 143/500 [01:45<03:56, 1.51it/s]\n# PTI :step: 142, epoch: 28: 29%|██▊ | 143/500 [01:45<03:56, 1.51it/s]\n# PTI :step: 142, epoch: 28: 29%|██▉ | 144/500 [01:45<03:53, 1.52it/s]\n# PTI :step: 143, epoch: 28: 29%|██▉ | 144/500 [01:45<03:53, 1.52it/s]\n# PTI :step: 143, epoch: 28: 29%|██▉ | 145/500 [01:46<03:51, 1.53it/s]\n# PTI :step: 144, epoch: 28: 29%|██▉ | 145/500 [01:46<03:51, 1.53it/s]\n# PTI :step: 144, epoch: 28: 29%|██▉ | 146/500 [01:46<03:55, 1.50it/s]\n# PTI :step: 145, epoch: 29: 29%|██▉ | 146/500 [01:46<03:55, 1.50it/s]\n# PTI :step: 145, epoch: 29: 29%|██▉ | 147/500 [01:47<03:54, 1.51it/s]\n# PTI :step: 146, epoch: 29: 29%|██▉ | 147/500 [01:47<03:54, 1.51it/s]\n# PTI :step: 146, epoch: 29: 30%|██▉ | 148/500 [01:48<04:50, 1.21it/s]\n# PTI :step: 147, epoch: 29: 30%|██▉ | 148/500 [01:48<04:50, 1.21it/s]\n# PTI :step: 147, epoch: 29: 30%|██▉ | 149/500 [01:49<04:29, 1.30it/s]\n# PTI :step: 148, epoch: 29: 30%|██▉ | 149/500 [01:49<04:29, 1.30it/s]\n# PTI :step: 148, epoch: 29: 30%|███ | 150/500 [01:50<04:16, 1.36it/s]\n# PTI :step: 149, epoch: 29: 30%|███ | 150/500 [01:50<04:16, 1.36it/s]\n# PTI :step: 149, epoch: 29: 30%|███ | 151/500 [01:50<04:12, 1.38it/s]\n# PTI :step: 150, epoch: 30: 30%|███ | 151/500 [01:50<04:12, 1.38it/s]\n# PTI :step: 150, epoch: 30: 30%|███ | 152/500 [01:51<04:03, 1.43it/s]\n# PTI :step: 151, epoch: 30: 30%|███ | 152/500 [01:51<04:03, 1.43it/s]\n# PTI :step: 151, epoch: 30: 31%|███ | 153/500 [01:52<03:58, 1.46it/s]\n# PTI :step: 152, epoch: 30: 31%|███ | 153/500 [01:52<03:58, 1.46it/s]\n# PTI :step: 152, epoch: 30: 31%|███ | 154/500 [01:52<03:53, 1.48it/s]\n# PTI :step: 153, epoch: 30: 31%|███ | 154/500 [01:52<03:53, 1.48it/s]\n# PTI :step: 153, epoch: 30: 31%|███ | 155/500 [01:53<03:50, 1.50it/s]\n# PTI :step: 154, epoch: 30: 31%|███ | 155/500 [01:53<03:50, 1.50it/s]\n# PTI :step: 154, epoch: 30: 31%|███ | 156/500 [01:54<03:48, 1.50it/s]\n# PTI :step: 155, epoch: 31: 31%|███ | 156/500 [01:54<03:48, 1.50it/s]\n# PTI :step: 155, epoch: 31: 31%|███▏ | 157/500 [01:54<03:45, 1.52it/s]\n# PTI :step: 156, epoch: 31: 31%|███▏ | 157/500 [01:54<03:45, 1.52it/s]\n# PTI :step: 156, epoch: 31: 32%|███▏ | 158/500 [01:55<03:46, 1.51it/s]\n# PTI :step: 157, epoch: 31: 32%|███▏ | 158/500 [01:55<03:46, 1.51it/s]\n# PTI :step: 157, epoch: 31: 32%|███▏ | 159/500 [01:56<03:57, 1.44it/s]\n# PTI :step: 158, epoch: 31: 32%|███▏ | 159/500 [01:56<03:57, 1.44it/s]\n# PTI :step: 158, epoch: 31: 32%|███▏ | 160/500 [01:56<04:08, 1.37it/s]\n# PTI :step: 159, epoch: 31: 32%|███▏ | 160/500 [01:56<04:08, 1.37it/s]\n# PTI :step: 159, epoch: 31: 32%|███▏ | 161/500 [01:57<04:15, 1.33it/s]\n# PTI :step: 160, epoch: 32: 32%|███▏ | 161/500 [01:57<04:15, 1.33it/s]\n# PTI :step: 160, epoch: 32: 32%|███▏ | 162/500 [01:58<04:29, 1.26it/s]\n# PTI :step: 161, epoch: 32: 32%|███▏ | 162/500 [01:58<04:29, 1.26it/s]\n# PTI :step: 161, epoch: 32: 33%|███▎ | 163/500 [01:59<04:34, 1.23it/s]\n# PTI :step: 162, epoch: 32: 33%|███▎ | 163/500 [01:59<04:34, 1.23it/s]\n# PTI :step: 162, epoch: 32: 33%|███▎ | 164/500 [02:00<04:30, 1.24it/s]\n# PTI :step: 163, epoch: 32: 33%|███▎ | 164/500 [02:00<04:30, 1.24it/s]\n# PTI :step: 163, epoch: 32: 33%|███▎ | 165/500 [02:01<04:21, 1.28it/s]\n# PTI :step: 164, epoch: 32: 33%|███▎ | 165/500 [02:01<04:21, 1.28it/s]\n# PTI :step: 164, epoch: 32: 33%|███▎ | 166/500 [02:01<04:21, 1.28it/s]\n# PTI :step: 165, epoch: 33: 33%|███▎ | 166/500 [02:01<04:21, 1.28it/s]\n# PTI :step: 165, epoch: 33: 33%|███▎ | 167/500 [02:02<04:24, 1.26it/s]\n# PTI :step: 166, epoch: 33: 33%|███▎ | 167/500 [02:02<04:24, 1.26it/s]\n# PTI :step: 166, epoch: 33: 34%|███▎ | 168/500 [02:03<04:21, 1.27it/s]\n# PTI :step: 167, epoch: 33: 34%|███▎ | 168/500 [02:03<04:21, 1.27it/s]\n# PTI :step: 167, epoch: 33: 34%|███▍ | 169/500 [02:04<04:25, 1.25it/s]\n# PTI :step: 168, epoch: 33: 34%|███▍ | 169/500 [02:04<04:25, 1.25it/s]\n# PTI :step: 168, epoch: 33: 34%|███▍ | 170/500 [02:04<04:11, 1.31it/s]\n# PTI :step: 169, epoch: 33: 34%|███▍ | 170/500 [02:04<04:11, 1.31it/s]\n# PTI :step: 169, epoch: 33: 34%|███▍ | 171/500 [02:05<04:12, 1.30it/s]\n# PTI :step: 170, epoch: 34: 34%|███▍ | 171/500 [02:05<04:12, 1.30it/s]\n# PTI :step: 170, epoch: 34: 34%|███▍ | 172/500 [02:06<04:00, 1.37it/s]\n# PTI :step: 171, epoch: 34: 34%|███▍ | 172/500 [02:06<04:00, 1.37it/s]\n# PTI :step: 171, epoch: 34: 35%|███▍ | 173/500 [02:07<04:03, 1.34it/s]\n# PTI :step: 172, epoch: 34: 35%|███▍ | 173/500 [02:07<04:03, 1.34it/s]\n# PTI :step: 172, epoch: 34: 35%|███▍ | 174/500 [02:07<03:52, 1.40it/s]\n# PTI :step: 173, epoch: 34: 35%|███▍ | 174/500 [02:07<03:52, 1.40it/s]\n# PTI :step: 173, epoch: 34: 35%|███▌ | 175/500 [02:08<03:56, 1.37it/s]\n# PTI :step: 174, epoch: 34: 35%|███▌ | 175/500 [02:08<03:56, 1.37it/s]\n# PTI :step: 174, epoch: 34: 35%|███▌ | 176/500 [02:09<03:57, 1.36it/s]\n# PTI :step: 175, epoch: 35: 35%|███▌ | 176/500 [02:09<03:57, 1.36it/s]\n# PTI :step: 175, epoch: 35: 35%|███▌ | 177/500 [02:10<03:55, 1.37it/s]\n# PTI :step: 176, epoch: 35: 35%|███▌ | 177/500 [02:10<03:55, 1.37it/s]\n# PTI :step: 176, epoch: 35: 36%|███▌ | 178/500 [02:10<03:53, 1.38it/s]\n# PTI :step: 177, epoch: 35: 36%|███▌ | 178/500 [02:10<03:53, 1.38it/s]\n# PTI :step: 177, epoch: 35: 36%|███▌ | 179/500 [02:11<03:46, 1.42it/s]\n# PTI :step: 178, epoch: 35: 36%|███▌ | 179/500 [02:11<03:46, 1.42it/s]\n# PTI :step: 178, epoch: 35: 36%|███▌ | 180/500 [02:12<03:39, 1.45it/s]\n# PTI :step: 179, epoch: 35: 36%|███▌ | 180/500 [02:12<03:39, 1.45it/s]\n# PTI :step: 179, epoch: 35: 36%|███▌ | 181/500 [02:12<03:43, 1.43it/s]\n# PTI :step: 180, epoch: 36: 36%|███▌ | 181/500 [02:12<03:43, 1.43it/s]\n# PTI :step: 180, epoch: 36: 36%|███▋ | 182/500 [02:13<03:38, 1.45it/s]\n# PTI :step: 181, epoch: 36: 36%|███▋ | 182/500 [02:13<03:38, 1.45it/s]\n# PTI :step: 181, epoch: 36: 37%|███▋ | 183/500 [02:14<03:32, 1.49it/s]\n# PTI :step: 182, epoch: 36: 37%|███▋ | 183/500 [02:14<03:32, 1.49it/s]\n# PTI :step: 182, epoch: 36: 37%|███▋ | 184/500 [02:14<03:29, 1.51it/s]\n# PTI :step: 183, epoch: 36: 37%|███▋ | 184/500 [02:14<03:29, 1.51it/s]\n# PTI :step: 183, epoch: 36: 37%|███▋ | 185/500 [02:15<03:27, 1.52it/s]\n# PTI :step: 184, epoch: 36: 37%|███▋ | 185/500 [02:15<03:27, 1.52it/s]\n# PTI :step: 184, epoch: 36: 37%|███▋ | 186/500 [02:16<03:28, 1.51it/s]\n# PTI :step: 185, epoch: 37: 37%|███▋ | 186/500 [02:16<03:28, 1.51it/s]\n# PTI :step: 185, epoch: 37: 37%|███▋ | 187/500 [02:16<03:25, 1.52it/s]\n# PTI :step: 186, epoch: 37: 37%|███▋ | 187/500 [02:16<03:25, 1.52it/s]\n# PTI :step: 186, epoch: 37: 38%|███▊ | 188/500 [02:17<03:22, 1.54it/s]\n# PTI :step: 187, epoch: 37: 38%|███▊ | 188/500 [02:17<03:22, 1.54it/s]\n# PTI :step: 187, epoch: 37: 38%|███▊ | 189/500 [02:17<03:22, 1.53it/s]\n# PTI :step: 188, epoch: 37: 38%|███▊ | 189/500 [02:17<03:22, 1.53it/s]\n# PTI :step: 188, epoch: 37: 38%|███▊ | 190/500 [02:18<03:19, 1.55it/s]\n# PTI :step: 189, epoch: 37: 38%|███▊ | 190/500 [02:18<03:19, 1.55it/s]\n# PTI :step: 189, epoch: 37: 38%|███▊ | 191/500 [02:19<03:20, 1.54it/s]\n# PTI :step: 190, epoch: 38: 38%|███▊ | 191/500 [02:19<03:20, 1.54it/s]\n# PTI :step: 190, epoch: 38: 38%|███▊ | 192/500 [02:19<03:20, 1.54it/s]\n# PTI :step: 191, epoch: 38: 38%|███▊ | 192/500 [02:19<03:20, 1.54it/s]\n# PTI :step: 191, epoch: 38: 39%|███▊ | 193/500 [02:20<03:20, 1.53it/s]\n# PTI :step: 192, epoch: 38: 39%|███▊ | 193/500 [02:20<03:20, 1.53it/s]\n# PTI :step: 192, epoch: 38: 39%|███▉ | 194/500 [02:21<03:20, 1.52it/s]\n# PTI :step: 193, epoch: 38: 39%|███▉ | 194/500 [02:21<03:20, 1.52it/s]\n# PTI :step: 193, epoch: 38: 39%|███▉ | 195/500 [02:21<03:20, 1.52it/s]\n# PTI :step: 194, epoch: 38: 39%|███▉ | 195/500 [02:21<03:20, 1.52it/s]\n# PTI :step: 194, epoch: 38: 39%|███▉ | 196/500 [02:22<03:19, 1.52it/s]\n# PTI :step: 195, epoch: 39: 39%|███▉ | 196/500 [02:22<03:19, 1.52it/s]\n# PTI :step: 195, epoch: 39: 39%|███▉ | 197/500 [02:23<03:18, 1.53it/s]\n# PTI :step: 196, epoch: 39: 39%|███▉ | 197/500 [02:23<03:18, 1.53it/s]\n# PTI :step: 196, epoch: 39: 40%|███▉ | 198/500 [02:23<03:20, 1.50it/s]\n# PTI :step: 197, epoch: 39: 40%|███▉ | 198/500 [02:23<03:20, 1.50it/s]\n# PTI :step: 197, epoch: 39: 40%|███▉ | 199/500 [02:24<03:21, 1.50it/s]\n# PTI :step: 198, epoch: 39: 40%|███▉ | 199/500 [02:24<03:21, 1.50it/s]\n# PTI :step: 198, epoch: 39: 40%|████ | 200/500 [02:25<03:30, 1.43it/s]\n# PTI :step: 199, epoch: 39: 40%|████ | 200/500 [02:25<03:30, 1.43it/s]\n# PTI :step: 199, epoch: 39: 40%|████ | 201/500 [02:26<03:36, 1.38it/s]\n# PTI :step: 200, epoch: 40: 40%|████ | 201/500 [02:26<03:36, 1.38it/s]\n# PTI :step: 200, epoch: 40: 40%|████ | 202/500 [02:26<03:38, 1.37it/s]\n# PTI :step: 201, epoch: 40: 40%|████ | 202/500 [02:26<03:38, 1.37it/s]\n# PTI :step: 201, epoch: 40: 41%|████ | 203/500 [02:27<03:34, 1.38it/s]\n# PTI :step: 202, epoch: 40: 41%|████ | 203/500 [02:27<03:34, 1.38it/s]\n# PTI :step: 202, epoch: 40: 41%|████ | 204/500 [02:28<03:29, 1.41it/s]\n# PTI :step: 203, epoch: 40: 41%|████ | 204/500 [02:28<03:29, 1.41it/s]\n# PTI :step: 203, epoch: 40: 41%|████ | 205/500 [02:28<03:32, 1.39it/s]\n# PTI :step: 204, epoch: 40: 41%|████ | 205/500 [02:28<03:32, 1.39it/s]\n# PTI :step: 204, epoch: 40: 41%|████ | 206/500 [02:29<03:38, 1.35it/s]\n# PTI :step: 205, epoch: 41: 41%|████ | 206/500 [02:29<03:38, 1.35it/s]\n# PTI :step: 205, epoch: 41: 41%|████▏ | 207/500 [02:30<03:35, 1.36it/s]\n# PTI :step: 206, epoch: 41: 41%|████▏ | 207/500 [02:30<03:35, 1.36it/s]\n# PTI :step: 206, epoch: 41: 42%|████▏ | 208/500 [02:31<03:35, 1.35it/s]\n# PTI :step: 207, epoch: 41: 42%|████▏ | 208/500 [02:31<03:35, 1.35it/s]\n# PTI :step: 207, epoch: 41: 42%|████▏ | 209/500 [02:31<03:30, 1.38it/s]\n# PTI :step: 208, epoch: 41: 42%|████▏ | 209/500 [02:31<03:30, 1.38it/s]\n# PTI :step: 208, epoch: 41: 42%|████▏ | 210/500 [02:32<03:31, 1.37it/s]\n# PTI :step: 209, epoch: 41: 42%|████▏ | 210/500 [02:32<03:31, 1.37it/s]\n# PTI :step: 209, epoch: 41: 42%|████▏ | 211/500 [02:33<03:31, 1.37it/s]\n# PTI :step: 210, epoch: 42: 42%|████▏ | 211/500 [02:33<03:31, 1.37it/s]\n# PTI :step: 210, epoch: 42: 42%|████▏ | 212/500 [02:34<03:31, 1.36it/s]\n# PTI :step: 211, epoch: 42: 42%|████▏ | 212/500 [02:34<03:31, 1.36it/s]\n# PTI :step: 211, epoch: 42: 43%|████▎ | 213/500 [02:34<03:33, 1.35it/s]\n# PTI :step: 212, epoch: 42: 43%|████▎ | 213/500 [02:34<03:33, 1.35it/s]\n# PTI :step: 212, epoch: 42: 43%|████▎ | 214/500 [02:35<03:27, 1.38it/s]\n# PTI :step: 213, epoch: 42: 43%|████▎ | 214/500 [02:35<03:27, 1.38it/s]\n# PTI :step: 213, epoch: 42: 43%|████▎ | 215/500 [02:36<03:30, 1.35it/s]\n# PTI :step: 214, epoch: 42: 43%|████▎ | 215/500 [02:36<03:30, 1.35it/s]\n# PTI :step: 214, epoch: 42: 43%|████▎ | 216/500 [02:37<03:35, 1.32it/s]\n# PTI :step: 215, epoch: 43: 43%|████▎ | 216/500 [02:37<03:35, 1.32it/s]\n# PTI :step: 215, epoch: 43: 43%|████▎ | 217/500 [02:37<03:33, 1.33it/s]\n# PTI :step: 216, epoch: 43: 43%|████▎ | 217/500 [02:37<03:33, 1.33it/s]\n# PTI :step: 216, epoch: 43: 44%|████▎ | 218/500 [02:38<03:30, 1.34it/s]\n# PTI :step: 217, epoch: 43: 44%|████▎ | 218/500 [02:38<03:30, 1.34it/s]\n# PTI :step: 217, epoch: 43: 44%|████▍ | 219/500 [02:39<03:27, 1.35it/s]\n# PTI :step: 218, epoch: 43: 44%|████▍ | 219/500 [02:39<03:27, 1.35it/s]\n# PTI :step: 218, epoch: 43: 44%|████▍ | 220/500 [02:40<03:27, 1.35it/s]\n# PTI :step: 219, epoch: 43: 44%|████▍ | 220/500 [02:40<03:27, 1.35it/s]\n# PTI :step: 219, epoch: 43: 44%|████▍ | 221/500 [02:40<03:31, 1.32it/s]\n# PTI :step: 220, epoch: 44: 44%|████▍ | 221/500 [02:40<03:31, 1.32it/s]\n# PTI :step: 220, epoch: 44: 44%|████▍ | 222/500 [02:41<03:28, 1.33it/s]\n# PTI :step: 221, epoch: 44: 44%|████▍ | 222/500 [02:41<03:28, 1.33it/s]\n# PTI :step: 221, epoch: 44: 45%|████▍ | 223/500 [02:42<03:24, 1.35it/s]\n# PTI :step: 222, epoch: 44: 45%|████▍ | 223/500 [02:42<03:24, 1.35it/s]\n# PTI :step: 222, epoch: 44: 45%|████▍ | 224/500 [02:43<03:23, 1.36it/s]\n# PTI :step: 223, epoch: 44: 45%|████▍ | 224/500 [02:43<03:23, 1.36it/s]\n# PTI :step: 223, epoch: 44: 45%|████▌ | 225/500 [02:43<03:28, 1.32it/s]\n# PTI :step: 224, epoch: 44: 45%|████▌ | 225/500 [02:43<03:28, 1.32it/s]\n# PTI :step: 224, epoch: 44: 45%|████▌ | 226/500 [02:44<03:27, 1.32it/s]\n# PTI :step: 225, epoch: 45: 45%|████▌ | 226/500 [02:44<03:27, 1.32it/s]\n# PTI :step: 225, epoch: 45: 45%|████▌ | 227/500 [02:45<03:29, 1.30it/s]\n# PTI :step: 226, epoch: 45: 45%|████▌ | 227/500 [02:45<03:29, 1.30it/s]\n# PTI :step: 226, epoch: 45: 46%|████▌ | 228/500 [02:46<03:23, 1.33it/s]\n# PTI :step: 227, epoch: 45: 46%|████▌ | 228/500 [02:46<03:23, 1.33it/s]\n# PTI :step: 227, epoch: 45: 46%|████▌ | 229/500 [02:46<03:21, 1.35it/s]\n# PTI :step: 228, epoch: 45: 46%|████▌ | 229/500 [02:46<03:21, 1.35it/s]\n# PTI :step: 228, epoch: 45: 46%|████▌ | 230/500 [02:47<03:15, 1.38it/s]\n# PTI :step: 229, epoch: 45: 46%|████▌ | 230/500 [02:47<03:15, 1.38it/s]\n# PTI :step: 229, epoch: 45: 46%|████▌ | 231/500 [02:48<03:12, 1.40it/s]\n# PTI :step: 230, epoch: 46: 46%|████▌ | 231/500 [02:48<03:12, 1.40it/s]\n# PTI :step: 230, epoch: 46: 46%|████▋ | 232/500 [02:49<03:17, 1.35it/s]\n# PTI :step: 231, epoch: 46: 46%|████▋ | 232/500 [02:49<03:17, 1.35it/s]\n# PTI :step: 231, epoch: 46: 47%|████▋ | 233/500 [02:49<03:20, 1.33it/s]\n# PTI :step: 232, epoch: 46: 47%|████▋ | 233/500 [02:49<03:20, 1.33it/s]\n# PTI :step: 232, epoch: 46: 47%|████▋ | 234/500 [02:50<03:16, 1.35it/s]\n# PTI :step: 233, epoch: 46: 47%|████▋ | 234/500 [02:50<03:16, 1.35it/s]\n# PTI :step: 233, epoch: 46: 47%|████▋ | 235/500 [02:51<03:08, 1.41it/s]\n# PTI :step: 234, epoch: 46: 47%|████▋ | 235/500 [02:51<03:08, 1.41it/s]\n# PTI :step: 234, epoch: 46: 47%|████▋ | 236/500 [02:51<03:05, 1.43it/s]\n# PTI :step: 235, epoch: 47: 47%|████▋ | 236/500 [02:51<03:05, 1.43it/s]\n# PTI :step: 235, epoch: 47: 47%|████▋ | 237/500 [02:52<02:59, 1.47it/s]\n# PTI :step: 236, epoch: 47: 47%|████▋ | 237/500 [02:52<02:59, 1.47it/s]\n# PTI :step: 236, epoch: 47: 48%|████▊ | 238/500 [02:53<02:55, 1.49it/s]\n# PTI :step: 237, epoch: 47: 48%|████▊ | 238/500 [02:53<02:55, 1.49it/s]\n# PTI :step: 237, epoch: 47: 48%|████▊ | 239/500 [02:53<02:55, 1.48it/s]\n# PTI :step: 238, epoch: 47: 48%|████▊ | 239/500 [02:53<02:55, 1.48it/s]\n# PTI :step: 238, epoch: 47: 48%|████▊ | 240/500 [02:54<02:54, 1.49it/s]\n# PTI :step: 239, epoch: 47: 48%|████▊ | 240/500 [02:54<02:54, 1.49it/s]\n# PTI :step: 239, epoch: 47: 48%|████▊ | 241/500 [02:55<02:53, 1.49it/s]\n# PTI :step: 240, epoch: 48: 48%|████▊ | 241/500 [02:55<02:53, 1.49it/s]\n# PTI :step: 240, epoch: 48: 48%|████▊ | 242/500 [02:55<02:51, 1.50it/s]\n# PTI :step: 241, epoch: 48: 48%|████▊ | 242/500 [02:55<02:51, 1.50it/s]\n# PTI :step: 241, epoch: 48: 49%|████▊ | 243/500 [02:56<02:48, 1.52it/s]\n# PTI :step: 242, epoch: 48: 49%|████▊ | 243/500 [02:56<02:48, 1.52it/s]\n# PTI :step: 242, epoch: 48: 49%|████▉ | 244/500 [02:57<02:50, 1.51it/s]\n# PTI :step: 243, epoch: 48: 49%|████▉ | 244/500 [02:57<02:50, 1.51it/s]\n# PTI :step: 243, epoch: 48: 49%|████▉ | 245/500 [02:57<02:51, 1.49it/s]\n# PTI :step: 244, epoch: 48: 49%|████▉ | 245/500 [02:57<02:51, 1.49it/s]\n# PTI :step: 244, epoch: 48: 49%|████▉ | 246/500 [02:58<02:52, 1.47it/s]\n# PTI :step: 245, epoch: 49: 49%|████▉ | 246/500 [02:58<02:52, 1.47it/s]\n# PTI :step: 245, epoch: 49: 49%|████▉ | 247/500 [02:59<02:52, 1.47it/s]\n# PTI :step: 246, epoch: 49: 49%|████▉ | 247/500 [02:59<02:52, 1.47it/s]\n# PTI :step: 246, epoch: 49: 50%|████▉ | 248/500 [02:59<02:51, 1.47it/s]\n# PTI :step: 247, epoch: 49: 50%|████▉ | 248/500 [02:59<02:51, 1.47it/s]\n# PTI :step: 247, epoch: 49: 50%|████▉ | 249/500 [03:00<03:06, 1.35it/s]\n# PTI :step: 248, epoch: 49: 50%|████▉ | 249/500 [03:00<03:06, 1.35it/s]\n# PTI :step: 248, epoch: 49: 50%|█████ | 250/500 [03:01<03:15, 1.28it/s]\n# PTI : Pivot halfway\n# PTI :step: 249, epoch: 49: 50%|█████ | 250/500 [03:01<03:15, 1.28it/s]\n# PTI :step: 249, epoch: 49: 50%|█████ | 251/500 [03:02<03:24, 1.22it/s]\n# PTI :step: 250, epoch: 50: 50%|█████ | 251/500 [03:02<03:24, 1.22it/s]\n# PTI :step: 250, epoch: 50: 50%|█████ | 252/500 [03:03<03:29, 1.18it/s]\n# PTI :step: 251, epoch: 50: 50%|█████ | 252/500 [03:03<03:29, 1.18it/s]\n# PTI :step: 251, epoch: 50: 51%|█████ | 253/500 [03:04<03:24, 1.21it/s]\n# PTI :step: 252, epoch: 50: 51%|█████ | 253/500 [03:04<03:24, 1.21it/s]\n# PTI :step: 252, epoch: 50: 51%|█████ | 254/500 [03:05<03:21, 1.22it/s]\n# PTI :step: 253, epoch: 50: 51%|█████ | 254/500 [03:05<03:21, 1.22it/s]\n# PTI :step: 253, epoch: 50: 51%|█████ | 255/500 [03:05<03:19, 1.23it/s]\n# PTI :step: 254, epoch: 50: 51%|█████ | 255/500 [03:05<03:19, 1.23it/s]\n# PTI :step: 254, epoch: 50: 51%|█████ | 256/500 [03:06<03:18, 1.23it/s]\n# PTI :step: 255, epoch: 51: 51%|█████ | 256/500 [03:06<03:18, 1.23it/s]\n# PTI :step: 255, epoch: 51: 51%|█████▏ | 257/500 [03:07<03:28, 1.16it/s]\n# PTI :step: 256, epoch: 51: 51%|█████▏ | 257/500 [03:07<03:28, 1.16it/s]\n# PTI :step: 256, epoch: 51: 52%|█████▏ | 258/500 [03:08<03:23, 1.19it/s]\n# PTI :step: 257, epoch: 51: 52%|█████▏ | 258/500 [03:08<03:23, 1.19it/s]\n# PTI :step: 257, epoch: 51: 52%|█████▏ | 259/500 [03:09<03:22, 1.19it/s]\n# PTI :step: 258, epoch: 51: 52%|█████▏ | 259/500 [03:09<03:22, 1.19it/s]\n# PTI :step: 258, epoch: 51: 52%|█████▏ | 260/500 [03:10<03:17, 1.21it/s]\n# PTI :step: 259, epoch: 51: 52%|█████▏ | 260/500 [03:10<03:17, 1.21it/s]\n# PTI :step: 259, epoch: 51: 52%|█████▏ | 261/500 [03:10<03:23, 1.17it/s]\n# PTI :step: 260, epoch: 52: 52%|█████▏ | 261/500 [03:10<03:23, 1.17it/s]\n# PTI :step: 260, epoch: 52: 52%|█████▏ | 262/500 [03:11<03:21, 1.18it/s]\n# PTI :step: 261, epoch: 52: 52%|█████▏ | 262/500 [03:11<03:21, 1.18it/s]\n# PTI :step: 261, epoch: 52: 53%|█████▎ | 263/500 [03:12<03:15, 1.21it/s]\n# PTI :step: 262, epoch: 52: 53%|█████▎ | 263/500 [03:12<03:15, 1.21it/s]\n# PTI :step: 262, epoch: 52: 53%|█████▎ | 264/500 [03:13<03:12, 1.22it/s]\n# PTI :step: 263, epoch: 52: 53%|█████▎ | 264/500 [03:13<03:12, 1.22it/s]\n# PTI :step: 263, epoch: 52: 53%|█████▎ | 265/500 [03:14<03:08, 1.25it/s]\n# PTI :step: 264, epoch: 52: 53%|█████▎ | 265/500 [03:14<03:08, 1.25it/s]\n# PTI :step: 264, epoch: 52: 53%|█████▎ | 266/500 [03:14<03:06, 1.26it/s]\n# PTI :step: 265, epoch: 53: 53%|█████▎ | 266/500 [03:14<03:06, 1.26it/s]\n# PTI :step: 265, epoch: 53: 53%|█████▎ | 267/500 [03:15<02:55, 1.33it/s]\n# PTI :step: 266, epoch: 53: 53%|█████▎ | 267/500 [03:15<02:55, 1.33it/s]\n# PTI :step: 266, epoch: 53: 54%|█████▎ | 268/500 [03:16<02:48, 1.37it/s]\n# PTI :step: 267, epoch: 53: 54%|█████▎ | 268/500 [03:16<02:48, 1.37it/s]\n# PTI :step: 267, epoch: 53: 54%|█████▍ | 269/500 [03:16<02:44, 1.41it/s]\n# PTI :step: 268, epoch: 53: 54%|█████▍ | 269/500 [03:16<02:44, 1.41it/s]\n# PTI :step: 268, epoch: 53: 54%|█████▍ | 270/500 [03:17<02:40, 1.43it/s]\n# PTI :step: 269, epoch: 53: 54%|█████▍ | 270/500 [03:17<02:40, 1.43it/s]\n# PTI :step: 269, epoch: 53: 54%|█████▍ | 271/500 [03:18<02:42, 1.41it/s]\n# PTI :step: 270, epoch: 54: 54%|█████▍ | 271/500 [03:18<02:42, 1.41it/s]\n# PTI :step: 270, epoch: 54: 54%|█████▍ | 272/500 [03:19<02:43, 1.40it/s]\n# PTI :step: 271, epoch: 54: 54%|█████▍ | 272/500 [03:19<02:43, 1.40it/s]\n# PTI :step: 271, epoch: 54: 55%|█████▍ | 273/500 [03:19<02:44, 1.38it/s]\n# PTI :step: 272, epoch: 54: 55%|█████▍ | 273/500 [03:19<02:44, 1.38it/s]\n# PTI :step: 272, epoch: 54: 55%|█████▍ | 274/500 [03:20<02:46, 1.36it/s]\n# PTI :step: 273, epoch: 54: 55%|█████▍ | 274/500 [03:20<02:46, 1.36it/s]\n# PTI :step: 273, epoch: 54: 55%|█████▌ | 275/500 [03:21<02:49, 1.33it/s]\n# PTI :step: 274, epoch: 54: 55%|█████▌ | 275/500 [03:21<02:49, 1.33it/s]\n# PTI :step: 274, epoch: 54: 55%|█████▌ | 276/500 [03:22<02:50, 1.31it/s]\n# PTI :step: 275, epoch: 55: 55%|█████▌ | 276/500 [03:22<02:50, 1.31it/s]\n# PTI :step: 275, epoch: 55: 55%|█████▌ | 277/500 [03:22<02:49, 1.32it/s]\n# PTI :step: 276, epoch: 55: 55%|█████▌ | 277/500 [03:22<02:49, 1.32it/s]\n# PTI :step: 276, epoch: 55: 56%|█████▌ | 278/500 [03:23<02:47, 1.33it/s]\n# PTI :step: 277, epoch: 55: 56%|█████▌ | 278/500 [03:23<02:47, 1.33it/s]\n# PTI :step: 277, epoch: 55: 56%|█████▌ | 279/500 [03:24<02:44, 1.34it/s]\n# PTI :step: 278, epoch: 55: 56%|█████▌ | 279/500 [03:24<02:44, 1.34it/s]\n# PTI :step: 278, epoch: 55: 56%|█████▌ | 280/500 [03:25<02:42, 1.36it/s]\n# PTI :step: 279, epoch: 55: 56%|█████▌ | 280/500 [03:25<02:42, 1.36it/s]\n# PTI :step: 279, epoch: 55: 56%|█████▌ | 281/500 [03:25<02:42, 1.35it/s]\n# PTI :step: 280, epoch: 56: 56%|█████▌ | 281/500 [03:25<02:42, 1.35it/s]\n# PTI :step: 280, epoch: 56: 56%|█████▋ | 282/500 [03:26<02:41, 1.35it/s]\n# PTI :step: 281, epoch: 56: 56%|█████▋ | 282/500 [03:26<02:41, 1.35it/s]\n# PTI :step: 281, epoch: 56: 57%|█████▋ | 283/500 [03:27<02:44, 1.32it/s]\n# PTI :step: 282, epoch: 56: 57%|█████▋ | 283/500 [03:27<02:44, 1.32it/s]\n# PTI :step: 282, epoch: 56: 57%|█████▋ | 284/500 [03:28<02:44, 1.31it/s]\n# PTI :step: 283, epoch: 56: 57%|█████▋ | 284/500 [03:28<02:44, 1.31it/s]\n# PTI :step: 283, epoch: 56: 57%|█████▋ | 285/500 [03:28<02:41, 1.33it/s]\n# PTI :step: 284, epoch: 56: 57%|█████▋ | 285/500 [03:28<02:41, 1.33it/s]\n# PTI :step: 284, epoch: 56: 57%|█████▋ | 286/500 [03:29<02:43, 1.31it/s]\n# PTI :step: 285, epoch: 57: 57%|█████▋ | 286/500 [03:29<02:43, 1.31it/s]\n# PTI :step: 285, epoch: 57: 57%|█████▋ | 287/500 [03:30<02:42, 1.31it/s]\n# PTI :step: 286, epoch: 57: 57%|█████▋ | 287/500 [03:30<02:42, 1.31it/s]\n# PTI :step: 286, epoch: 57: 58%|█████▊ | 288/500 [03:31<02:42, 1.31it/s]\n# PTI :step: 287, epoch: 57: 58%|█████▊ | 288/500 [03:31<02:42, 1.31it/s]\n# PTI :step: 287, epoch: 57: 58%|█████▊ | 289/500 [03:31<02:42, 1.30it/s]\n# PTI :step: 288, epoch: 57: 58%|█████▊ | 289/500 [03:31<02:42, 1.30it/s]\n# PTI :step: 288, epoch: 57: 58%|█████▊ | 290/500 [03:32<02:42, 1.29it/s]\n# PTI :step: 289, epoch: 57: 58%|█████▊ | 290/500 [03:32<02:42, 1.29it/s]\n# PTI :step: 289, epoch: 57: 58%|█████▊ | 291/500 [03:33<02:44, 1.27it/s]\n# PTI :step: 290, epoch: 58: 58%|█████▊ | 291/500 [03:33<02:44, 1.27it/s]\n# PTI :step: 290, epoch: 58: 58%|█████▊ | 292/500 [03:34<02:45, 1.26it/s]\n# PTI :step: 291, epoch: 58: 58%|█████▊ | 292/500 [03:34<02:45, 1.26it/s]\n# PTI :step: 291, epoch: 58: 59%|█████▊ | 293/500 [03:35<02:45, 1.25it/s]\n# PTI :step: 292, epoch: 58: 59%|█████▊ | 293/500 [03:35<02:45, 1.25it/s]\n# PTI :step: 292, epoch: 58: 59%|█████▉ | 294/500 [03:35<02:44, 1.25it/s]\n# PTI :step: 293, epoch: 58: 59%|█████▉ | 294/500 [03:35<02:44, 1.25it/s]\n# PTI :step: 293, epoch: 58: 59%|█████▉ | 295/500 [03:36<02:43, 1.25it/s]\n# PTI :step: 294, epoch: 58: 59%|█████▉ | 295/500 [03:36<02:43, 1.25it/s]\n# PTI :step: 294, epoch: 58: 59%|█████▉ | 296/500 [03:37<02:44, 1.24it/s]\n# PTI :step: 295, epoch: 59: 59%|█████▉ | 296/500 [03:37<02:44, 1.24it/s]\n# PTI :step: 295, epoch: 59: 59%|█████▉ | 297/500 [03:38<02:39, 1.27it/s]\n# PTI :step: 296, epoch: 59: 59%|█████▉ | 297/500 [03:38<02:39, 1.27it/s]\n# PTI :step: 296, epoch: 59: 60%|█████▉ | 298/500 [03:39<02:41, 1.25it/s]\n# PTI :step: 297, epoch: 59: 60%|█████▉ | 298/500 [03:39<02:41, 1.25it/s]\n# PTI :step: 297, epoch: 59: 60%|█████▉ | 299/500 [03:39<02:39, 1.26it/s]\n# PTI :step: 298, epoch: 59: 60%|█████▉ | 299/500 [03:39<02:39, 1.26it/s]\n# PTI :step: 298, epoch: 59: 60%|██████ | 300/500 [03:40<02:37, 1.27it/s]\n# PTI :step: 299, epoch: 59: 60%|██████ | 300/500 [03:40<02:37, 1.27it/s]\n# PTI :step: 299, epoch: 59: 60%|██████ | 301/500 [03:41<02:37, 1.27it/s]\n# PTI :step: 300, epoch: 60: 60%|██████ | 301/500 [03:41<02:37, 1.27it/s]\n# PTI :step: 300, epoch: 60: 60%|██████ | 302/500 [03:42<02:38, 1.25it/s]\n# PTI :step: 301, epoch: 60: 60%|██████ | 302/500 [03:42<02:38, 1.25it/s]\n# PTI :step: 301, epoch: 60: 61%|██████ | 303/500 [03:43<02:35, 1.27it/s]\n# PTI :step: 302, epoch: 60: 61%|██████ | 303/500 [03:43<02:35, 1.27it/s]\n# PTI :step: 302, epoch: 60: 61%|██████ | 304/500 [03:43<02:32, 1.28it/s]\n# PTI :step: 303, epoch: 60: 61%|██████ | 304/500 [03:43<02:32, 1.28it/s]\n# PTI :step: 303, epoch: 60: 61%|██████ | 305/500 [03:44<02:31, 1.28it/s]\n# PTI :step: 304, epoch: 60: 61%|██████ | 305/500 [03:44<02:31, 1.28it/s]\n# PTI :step: 304, epoch: 60: 61%|██████ | 306/500 [03:45<02:36, 1.24it/s]\n# PTI :step: 305, epoch: 61: 61%|██████ | 306/500 [03:45<02:36, 1.24it/s]\n# PTI :step: 305, epoch: 61: 61%|██████▏ | 307/500 [03:46<02:36, 1.24it/s]\n# PTI :step: 306, epoch: 61: 61%|██████▏ | 307/500 [03:46<02:36, 1.24it/s]\n# PTI :step: 306, epoch: 61: 62%|██████▏ | 308/500 [03:47<02:36, 1.23it/s]\n# PTI :step: 307, epoch: 61: 62%|██████▏ | 308/500 [03:47<02:36, 1.23it/s]\n# PTI :step: 307, epoch: 61: 62%|██████▏ | 309/500 [03:47<02:35, 1.23it/s]\n# PTI :step: 308, epoch: 61: 62%|██████▏ | 309/500 [03:47<02:35, 1.23it/s]\n# PTI :step: 308, epoch: 61: 62%|██████▏ | 310/500 [03:48<02:31, 1.25it/s]\n# PTI :step: 309, epoch: 61: 62%|██████▏ | 310/500 [03:48<02:31, 1.25it/s]\n# PTI :step: 309, epoch: 61: 62%|██████▏ | 311/500 [03:49<02:35, 1.21it/s]\n# PTI :step: 310, epoch: 62: 62%|██████▏ | 311/500 [03:49<02:35, 1.21it/s]\n# PTI :step: 310, epoch: 62: 62%|██████▏ | 312/500 [03:50<02:32, 1.23it/s]\n# PTI :step: 311, epoch: 62: 62%|██████▏ | 312/500 [03:50<02:32, 1.23it/s]\n# PTI :step: 311, epoch: 62: 63%|██████▎ | 313/500 [03:51<02:30, 1.24it/s]\n# PTI :step: 312, epoch: 62: 63%|██████▎ | 313/500 [03:51<02:30, 1.24it/s]\n# PTI :step: 312, epoch: 62: 63%|██████▎ | 314/500 [03:51<02:27, 1.26it/s]\n# PTI :step: 313, epoch: 62: 63%|██████▎ | 314/500 [03:51<02:27, 1.26it/s]\n# PTI :step: 313, epoch: 62: 63%|██████▎ | 315/500 [03:52<02:19, 1.32it/s]\n# PTI :step: 314, epoch: 62: 63%|██████▎ | 315/500 [03:52<02:19, 1.32it/s]\n# PTI :step: 314, epoch: 62: 63%|██████▎ | 316/500 [03:53<02:15, 1.36it/s]\n# PTI :step: 315, epoch: 63: 63%|██████▎ | 316/500 [03:53<02:15, 1.36it/s]\n# PTI :step: 315, epoch: 63: 63%|██████▎ | 317/500 [03:53<02:10, 1.40it/s]\n# PTI :step: 316, epoch: 63: 63%|██████▎ | 317/500 [03:53<02:10, 1.40it/s]\n# PTI :step: 316, epoch: 63: 64%|██████▎ | 318/500 [03:54<02:07, 1.43it/s]\n# PTI :step: 317, epoch: 63: 64%|██████▎ | 318/500 [03:54<02:07, 1.43it/s]\n# PTI :step: 317, epoch: 63: 64%|██████▍ | 319/500 [03:55<02:05, 1.44it/s]\n# PTI :step: 318, epoch: 63: 64%|██████▍ | 319/500 [03:55<02:05, 1.44it/s]\n# PTI :step: 318, epoch: 63: 64%|██████▍ | 320/500 [03:55<02:04, 1.45it/s]\n# PTI :step: 319, epoch: 63: 64%|██████▍ | 320/500 [03:55<02:04, 1.45it/s]\n# PTI :step: 319, epoch: 63: 64%|██████▍ | 321/500 [03:56<02:02, 1.46it/s]\n# PTI :step: 320, epoch: 64: 64%|██████▍ | 321/500 [03:56<02:02, 1.46it/s]\n# PTI :step: 320, epoch: 64: 64%|██████▍ | 322/500 [03:57<02:00, 1.47it/s]\n# PTI :step: 321, epoch: 64: 64%|██████▍ | 322/500 [03:57<02:00, 1.47it/s]\n# PTI :step: 321, epoch: 64: 65%|██████▍ | 323/500 [03:58<01:59, 1.48it/s]\n# PTI :step: 322, epoch: 64: 65%|██████▍ | 323/500 [03:58<01:59, 1.48it/s]\n# PTI :step: 322, epoch: 64: 65%|██████▍ | 324/500 [03:58<02:12, 1.33it/s]\n# PTI :step: 323, epoch: 64: 65%|██████▍ | 324/500 [03:58<02:12, 1.33it/s]\n# PTI :step: 323, epoch: 64: 65%|██████▌ | 325/500 [03:59<02:10, 1.34it/s]\n# PTI :step: 324, epoch: 64: 65%|██████▌ | 325/500 [03:59<02:10, 1.34it/s]\n# PTI :step: 324, epoch: 64: 65%|██████▌ | 326/500 [04:00<02:07, 1.36it/s]\n# PTI :step: 325, epoch: 65: 65%|██████▌ | 326/500 [04:00<02:07, 1.36it/s]\n# PTI :step: 325, epoch: 65: 65%|██████▌ | 327/500 [04:01<02:03, 1.40it/s]\n# PTI :step: 326, epoch: 65: 65%|██████▌ | 327/500 [04:01<02:03, 1.40it/s]\n# PTI :step: 326, epoch: 65: 66%|██████▌ | 328/500 [04:01<02:00, 1.43it/s]\n# PTI :step: 327, epoch: 65: 66%|██████▌ | 328/500 [04:01<02:00, 1.43it/s]\n# PTI :step: 327, epoch: 65: 66%|██████▌ | 329/500 [04:02<02:01, 1.41it/s]\n# PTI :step: 328, epoch: 65: 66%|██████▌ | 329/500 [04:02<02:01, 1.41it/s]\n# PTI :step: 328, epoch: 65: 66%|██████▌ | 330/500 [04:03<02:00, 1.41it/s]\n# PTI :step: 329, epoch: 65: 66%|██████▌ | 330/500 [04:03<02:00, 1.41it/s]\n# PTI :step: 329, epoch: 65: 66%|██████▌ | 331/500 [04:03<02:00, 1.40it/s]\n# PTI :step: 330, epoch: 66: 66%|██████▌ | 331/500 [04:03<02:00, 1.40it/s]\n# PTI :step: 330, epoch: 66: 66%|██████▋ | 332/500 [04:04<02:00, 1.40it/s]\n# PTI :step: 331, epoch: 66: 66%|██████▋ | 332/500 [04:04<02:00, 1.40it/s]\n# PTI :step: 331, epoch: 66: 67%|██████▋ | 333/500 [04:05<01:58, 1.40it/s]\n# PTI :step: 332, epoch: 66: 67%|██████▋ | 333/500 [04:05<01:58, 1.40it/s]\n# PTI :step: 332, epoch: 66: 67%|██████▋ | 334/500 [04:05<01:56, 1.43it/s]\n# PTI :step: 333, epoch: 66: 67%|██████▋ | 334/500 [04:05<01:56, 1.43it/s]\n# PTI :step: 333, epoch: 66: 67%|██████▋ | 335/500 [04:06<01:53, 1.45it/s]\n# PTI :step: 334, epoch: 66: 67%|██████▋ | 335/500 [04:06<01:53, 1.45it/s]\n# PTI :step: 334, epoch: 66: 67%|██████▋ | 336/500 [04:07<01:53, 1.44it/s]\n# PTI :step: 335, epoch: 67: 67%|██████▋ | 336/500 [04:07<01:53, 1.44it/s]\n# PTI :step: 335, epoch: 67: 67%|██████▋ | 337/500 [04:08<01:52, 1.45it/s]\n# PTI :step: 336, epoch: 67: 67%|██████▋ | 337/500 [04:08<01:52, 1.45it/s]\n# PTI :step: 336, epoch: 67: 68%|██████▊ | 338/500 [04:08<01:50, 1.47it/s]\n# PTI :step: 337, epoch: 67: 68%|██████▊ | 338/500 [04:08<01:50, 1.47it/s]\n# PTI :step: 337, epoch: 67: 68%|██████▊ | 339/500 [04:09<01:48, 1.48it/s]\n# PTI :step: 338, epoch: 67: 68%|██████▊ | 339/500 [04:09<01:48, 1.48it/s]\n# PTI :step: 338, epoch: 67: 68%|██████▊ | 340/500 [04:10<01:48, 1.48it/s]\n# PTI :step: 339, epoch: 67: 68%|██████▊ | 340/500 [04:10<01:48, 1.48it/s]\n# PTI :step: 339, epoch: 67: 68%|██████▊ | 341/500 [04:10<01:49, 1.46it/s]\n# PTI :step: 340, epoch: 68: 68%|██████▊ | 341/500 [04:10<01:49, 1.46it/s]\n# PTI :step: 340, epoch: 68: 68%|██████▊ | 342/500 [04:11<01:47, 1.48it/s]\n# PTI :step: 341, epoch: 68: 68%|██████▊ | 342/500 [04:11<01:47, 1.48it/s]\n# PTI :step: 341, epoch: 68: 69%|██████▊ | 343/500 [04:12<01:45, 1.49it/s]\n# PTI :step: 342, epoch: 68: 69%|██████▊ | 343/500 [04:12<01:45, 1.49it/s]\n# PTI :step: 342, epoch: 68: 69%|██████▉ | 344/500 [04:12<01:43, 1.50it/s]\n# PTI :step: 343, epoch: 68: 69%|██████▉ | 344/500 [04:12<01:43, 1.50it/s]\n# PTI :step: 343, epoch: 68: 69%|██████▉ | 345/500 [04:13<01:42, 1.51it/s]\n# PTI :step: 344, epoch: 68: 69%|██████▉ | 345/500 [04:13<01:42, 1.51it/s]\n# PTI :step: 344, epoch: 68: 69%|██████▉ | 346/500 [04:14<01:43, 1.49it/s]\n# PTI :step: 345, epoch: 69: 69%|██████▉ | 346/500 [04:14<01:43, 1.49it/s]\n# PTI :step: 345, epoch: 69: 69%|██████▉ | 347/500 [04:14<01:42, 1.49it/s]\n# PTI :step: 346, epoch: 69: 69%|██████▉ | 347/500 [04:14<01:42, 1.49it/s]\n# PTI :step: 346, epoch: 69: 70%|██████▉ | 348/500 [04:15<01:42, 1.48it/s]\n# PTI :step: 347, epoch: 69: 70%|██████▉ | 348/500 [04:15<01:42, 1.48it/s]\n# PTI :step: 347, epoch: 69: 70%|██████▉ | 349/500 [04:16<01:41, 1.49it/s]\n# PTI :step: 348, epoch: 69: 70%|██████▉ | 349/500 [04:16<01:41, 1.49it/s]\n# PTI :step: 348, epoch: 69: 70%|███████ | 350/500 [04:16<01:41, 1.47it/s]\n# PTI :step: 349, epoch: 69: 70%|███████ | 350/500 [04:16<01:41, 1.47it/s]\n# PTI :step: 349, epoch: 69: 70%|███████ | 351/500 [04:17<01:41, 1.46it/s]\n# PTI :step: 350, epoch: 70: 70%|███████ | 351/500 [04:17<01:41, 1.46it/s]\n# PTI :step: 350, epoch: 70: 70%|███████ | 352/500 [04:18<01:42, 1.45it/s]\n# PTI :step: 351, epoch: 70: 70%|███████ | 352/500 [04:18<01:42, 1.45it/s]\n# PTI :step: 351, epoch: 70: 71%|███████ | 353/500 [04:18<01:39, 1.47it/s]\n# PTI :step: 352, epoch: 70: 71%|███████ | 353/500 [04:18<01:39, 1.47it/s]\n# PTI :step: 352, epoch: 70: 71%|███████ | 354/500 [04:19<01:38, 1.48it/s]\n# PTI :step: 353, epoch: 70: 71%|███████ | 354/500 [04:19<01:38, 1.48it/s]\n# PTI :step: 353, epoch: 70: 71%|███████ | 355/500 [04:20<01:37, 1.49it/s]\n# PTI :step: 354, epoch: 70: 71%|███████ | 355/500 [04:20<01:37, 1.49it/s]\n# PTI :step: 354, epoch: 70: 71%|███████ | 356/500 [04:20<01:36, 1.49it/s]\n# PTI :step: 355, epoch: 71: 71%|███████ | 356/500 [04:20<01:36, 1.49it/s]\n# PTI :step: 355, epoch: 71: 71%|███████▏ | 357/500 [04:21<01:37, 1.47it/s]\n# PTI :step: 356, epoch: 71: 71%|███████▏ | 357/500 [04:21<01:37, 1.47it/s]\n# PTI :step: 356, epoch: 71: 72%|███████▏ | 358/500 [04:22<01:37, 1.46it/s]\n# PTI :step: 357, epoch: 71: 72%|███████▏ | 358/500 [04:22<01:37, 1.46it/s]\n# PTI :step: 357, epoch: 71: 72%|███████▏ | 359/500 [04:22<01:35, 1.47it/s]\n# PTI :step: 358, epoch: 71: 72%|███████▏ | 359/500 [04:22<01:35, 1.47it/s]\n# PTI :step: 358, epoch: 71: 72%|███████▏ | 360/500 [04:23<01:34, 1.48it/s]\n# PTI :step: 359, epoch: 71: 72%|███████▏ | 360/500 [04:23<01:34, 1.48it/s]\n# PTI :step: 359, epoch: 71: 72%|███████▏ | 361/500 [04:24<01:33, 1.48it/s]\n# PTI :step: 360, epoch: 72: 72%|███████▏ | 361/500 [04:24<01:33, 1.48it/s]\n# PTI :step: 360, epoch: 72: 72%|███████▏ | 362/500 [04:24<01:33, 1.47it/s]\n# PTI :step: 361, epoch: 72: 72%|███████▏ | 362/500 [04:24<01:33, 1.47it/s]\n# PTI :step: 361, epoch: 72: 73%|███████▎ | 363/500 [04:25<01:32, 1.49it/s]\n# PTI :step: 362, epoch: 72: 73%|███████▎ | 363/500 [04:25<01:32, 1.49it/s]\n# PTI :step: 362, epoch: 72: 73%|███████▎ | 364/500 [04:26<01:30, 1.51it/s]\n# PTI :step: 363, epoch: 72: 73%|███████▎ | 364/500 [04:26<01:30, 1.51it/s]\n# PTI :step: 363, epoch: 72: 73%|███████▎ | 365/500 [04:26<01:29, 1.51it/s]\n# PTI :step: 364, epoch: 72: 73%|███████▎ | 365/500 [04:26<01:29, 1.51it/s]\n# PTI :step: 364, epoch: 72: 73%|███████▎ | 366/500 [04:27<01:29, 1.49it/s]\n# PTI :step: 365, epoch: 73: 73%|███████▎ | 366/500 [04:27<01:29, 1.49it/s]\n# PTI :step: 365, epoch: 73: 73%|███████▎ | 367/500 [04:28<01:28, 1.50it/s]\n# PTI :step: 366, epoch: 73: 73%|███████▎ | 367/500 [04:28<01:28, 1.50it/s]\n# PTI :step: 366, epoch: 73: 74%|███████▎ | 368/500 [04:28<01:27, 1.50it/s]\n# PTI :step: 367, epoch: 73: 74%|███████▎ | 368/500 [04:28<01:27, 1.50it/s]\n# PTI :step: 367, epoch: 73: 74%|███████▍ | 369/500 [04:29<01:25, 1.52it/s]\n# PTI :step: 368, epoch: 73: 74%|███████▍ | 369/500 [04:29<01:25, 1.52it/s]\n# PTI :step: 368, epoch: 73: 74%|███████▍ | 370/500 [04:30<01:25, 1.52it/s]\n# PTI :step: 369, epoch: 73: 74%|███████▍ | 370/500 [04:30<01:25, 1.52it/s]\n# PTI :step: 369, epoch: 73: 74%|███████▍ | 371/500 [04:30<01:27, 1.47it/s]\n# PTI :step: 370, epoch: 74: 74%|███████▍ | 371/500 [04:30<01:27, 1.47it/s]\n# PTI :step: 370, epoch: 74: 74%|███████▍ | 372/500 [04:31<01:30, 1.42it/s]\n# PTI :step: 371, epoch: 74: 74%|███████▍ | 372/500 [04:31<01:30, 1.42it/s]\n# PTI :step: 371, epoch: 74: 75%|███████▍ | 373/500 [04:32<01:33, 1.35it/s]\n# PTI :step: 372, epoch: 74: 75%|███████▍ | 373/500 [04:32<01:33, 1.35it/s]\n# PTI :step: 372, epoch: 74: 75%|███████▍ | 374/500 [04:33<01:34, 1.33it/s]\n# PTI :step: 373, epoch: 74: 75%|███████▍ | 374/500 [04:33<01:34, 1.33it/s]\n# PTI :step: 373, epoch: 74: 75%|███████▌ | 375/500 [04:33<01:33, 1.34it/s]\n# PTI :step: 374, epoch: 74: 75%|███████▌ | 375/500 [04:33<01:33, 1.34it/s]\n# PTI :step: 374, epoch: 74: 75%|███████▌ | 376/500 [04:34<01:40, 1.24it/s]\n# PTI :step: 375, epoch: 75: 75%|███████▌ | 376/500 [04:34<01:40, 1.24it/s]\n# PTI :step: 375, epoch: 75: 75%|███████▌ | 377/500 [04:35<01:39, 1.24it/s]\n# PTI :step: 376, epoch: 75: 75%|███████▌ | 377/500 [04:35<01:39, 1.24it/s]\n# PTI :step: 376, epoch: 75: 76%|███████▌ | 378/500 [04:36<01:36, 1.27it/s]\n# PTI :step: 377, epoch: 75: 76%|███████▌ | 378/500 [04:36<01:36, 1.27it/s]\n# PTI :step: 377, epoch: 75: 76%|███████▌ | 379/500 [04:37<01:35, 1.27it/s]\n# PTI :step: 378, epoch: 75: 76%|███████▌ | 379/500 [04:37<01:35, 1.27it/s]\n# PTI :step: 378, epoch: 75: 76%|███████▌ | 380/500 [04:38<01:33, 1.28it/s]\n# PTI :step: 379, epoch: 75: 76%|███████▌ | 380/500 [04:38<01:33, 1.28it/s]\n# PTI :step: 379, epoch: 75: 76%|███████▌ | 381/500 [04:38<01:34, 1.26it/s]\n# PTI :step: 380, epoch: 76: 76%|███████▌ | 381/500 [04:38<01:34, 1.26it/s]\n# PTI :step: 380, epoch: 76: 76%|███████▋ | 382/500 [04:39<01:29, 1.32it/s]\n# PTI :step: 381, epoch: 76: 76%|███████▋ | 382/500 [04:39<01:29, 1.32it/s]\n# PTI :step: 381, epoch: 76: 77%|███████▋ | 383/500 [04:40<01:30, 1.29it/s]\n# PTI :step: 382, epoch: 76: 77%|███████▋ | 383/500 [04:40<01:30, 1.29it/s]\n# PTI :step: 382, epoch: 76: 77%|███████▋ | 384/500 [04:41<01:26, 1.35it/s]\n# PTI :step: 383, epoch: 76: 77%|███████▋ | 384/500 [04:41<01:26, 1.35it/s]\n# PTI :step: 383, epoch: 76: 77%|███████▋ | 385/500 [04:41<01:24, 1.36it/s]\n# PTI :step: 384, epoch: 76: 77%|███████▋ | 385/500 [04:41<01:24, 1.36it/s]\n# PTI :step: 384, epoch: 76: 77%|███████▋ | 386/500 [04:42<01:27, 1.30it/s]\n# PTI :step: 385, epoch: 77: 77%|███████▋ | 386/500 [04:42<01:27, 1.30it/s]\n# PTI :step: 385, epoch: 77: 77%|███████▋ | 387/500 [04:43<01:28, 1.27it/s]\n# PTI :step: 386, epoch: 77: 77%|███████▋ | 387/500 [04:43<01:28, 1.27it/s]\n# PTI :step: 386, epoch: 77: 78%|███████▊ | 388/500 [04:44<01:26, 1.29it/s]\n# PTI :step: 387, epoch: 77: 78%|███████▊ | 388/500 [04:44<01:26, 1.29it/s]\n# PTI :step: 387, epoch: 77: 78%|███████▊ | 389/500 [04:44<01:23, 1.33it/s]\n# PTI :step: 388, epoch: 77: 78%|███████▊ | 389/500 [04:44<01:23, 1.33it/s]\n# PTI :step: 388, epoch: 77: 78%|███████▊ | 390/500 [04:45<01:21, 1.35it/s]\n# PTI :step: 389, epoch: 77: 78%|███████▊ | 390/500 [04:45<01:21, 1.35it/s]\n# PTI :step: 389, epoch: 77: 78%|███████▊ | 391/500 [04:46<01:21, 1.33it/s]\n# PTI :step: 390, epoch: 78: 78%|███████▊ | 391/500 [04:46<01:21, 1.33it/s]\n# PTI :step: 390, epoch: 78: 78%|███████▊ | 392/500 [04:47<01:21, 1.32it/s]\n# PTI :step: 391, epoch: 78: 78%|███████▊ | 392/500 [04:47<01:21, 1.32it/s]\n# PTI :step: 391, epoch: 78: 79%|███████▊ | 393/500 [04:47<01:20, 1.33it/s]\n# PTI :step: 392, epoch: 78: 79%|███████▊ | 393/500 [04:47<01:20, 1.33it/s]\n# PTI :step: 392, epoch: 78: 79%|███████▉ | 394/500 [04:48<01:20, 1.31it/s]\n# PTI :step: 393, epoch: 78: 79%|███████▉ | 394/500 [04:48<01:20, 1.31it/s]\n# PTI :step: 393, epoch: 78: 79%|███████▉ | 395/500 [04:49<01:18, 1.33it/s]\n# PTI :step: 394, epoch: 78: 79%|███████▉ | 395/500 [04:49<01:18, 1.33it/s]\n# PTI :step: 394, epoch: 78: 79%|███████▉ | 396/500 [04:50<01:19, 1.31it/s]\n# PTI :step: 395, epoch: 79: 79%|███████▉ | 396/500 [04:50<01:19, 1.31it/s]\n# PTI :step: 395, epoch: 79: 79%|███████▉ | 397/500 [04:50<01:20, 1.29it/s]\n# PTI :step: 396, epoch: 79: 79%|███████▉ | 397/500 [04:50<01:20, 1.29it/s]\n# PTI :step: 396, epoch: 79: 80%|███████▉ | 398/500 [04:51<01:17, 1.32it/s]\n# PTI :step: 397, epoch: 79: 80%|███████▉ | 398/500 [04:51<01:17, 1.32it/s]\n# PTI :step: 397, epoch: 79: 80%|███████▉ | 399/500 [04:52<01:15, 1.33it/s]\n# PTI :step: 398, epoch: 79: 80%|███████▉ | 399/500 [04:52<01:15, 1.33it/s]\n# PTI :step: 398, epoch: 79: 80%|████████ | 400/500 [04:53<01:16, 1.31it/s]\n# PTI :step: 399, epoch: 79: 80%|████████ | 400/500 [04:53<01:16, 1.31it/s]\n# PTI :step: 399, epoch: 79: 80%|████████ | 401/500 [04:53<01:15, 1.30it/s]\n# PTI :step: 400, epoch: 80: 80%|████████ | 401/500 [04:53<01:15, 1.30it/s]\n# PTI :step: 400, epoch: 80: 80%|████████ | 402/500 [04:54<01:15, 1.30it/s]\n# PTI :step: 401, epoch: 80: 80%|████████ | 402/500 [04:54<01:15, 1.30it/s]\n# PTI :step: 401, epoch: 80: 81%|████████ | 403/500 [04:55<01:13, 1.32it/s]\n# PTI :step: 402, epoch: 80: 81%|████████ | 403/500 [04:55<01:13, 1.32it/s]\n# PTI :step: 402, epoch: 80: 81%|████████ | 404/500 [04:56<01:12, 1.32it/s]\n# PTI :step: 403, epoch: 80: 81%|████████ | 404/500 [04:56<01:12, 1.32it/s]\n# PTI :step: 403, epoch: 80: 81%|████████ | 405/500 [04:56<01:10, 1.35it/s]\n# PTI :step: 404, epoch: 80: 81%|████████ | 405/500 [04:56<01:10, 1.35it/s]\n# PTI :step: 404, epoch: 80: 81%|████████ | 406/500 [04:57<01:10, 1.33it/s]\n# PTI :step: 405, epoch: 81: 81%|████████ | 406/500 [04:57<01:10, 1.33it/s]\n# PTI :step: 405, epoch: 81: 81%|████████▏ | 407/500 [04:58<01:11, 1.31it/s]\n# PTI :step: 406, epoch: 81: 81%|████████▏ | 407/500 [04:58<01:11, 1.31it/s]\n# PTI :step: 406, epoch: 81: 82%|████████▏ | 408/500 [04:59<01:08, 1.34it/s]\n# PTI :step: 407, epoch: 81: 82%|████████▏ | 408/500 [04:59<01:08, 1.34it/s]\n# PTI :step: 407, epoch: 81: 82%|████████▏ | 409/500 [05:00<01:10, 1.30it/s]\n# PTI :step: 408, epoch: 81: 82%|████████▏ | 409/500 [05:00<01:10, 1.30it/s]\n# PTI :step: 408, epoch: 81: 82%|████████▏ | 410/500 [05:00<01:09, 1.29it/s]\n# PTI :step: 409, epoch: 81: 82%|████████▏ | 410/500 [05:00<01:09, 1.29it/s]\n# PTI :step: 409, epoch: 81: 82%|████████▏ | 411/500 [05:01<01:08, 1.29it/s]\n# PTI :step: 410, epoch: 82: 82%|████████▏ | 411/500 [05:01<01:08, 1.29it/s]\n# PTI :step: 410, epoch: 82: 82%|████████▏ | 412/500 [05:02<01:07, 1.30it/s]\n# PTI :step: 411, epoch: 82: 82%|████████▏ | 412/500 [05:02<01:07, 1.30it/s]\n# PTI :step: 411, epoch: 82: 83%|████████▎ | 413/500 [05:03<01:06, 1.31it/s]\n# PTI :step: 412, epoch: 82: 83%|████████▎ | 413/500 [05:03<01:06, 1.31it/s]\n# PTI :step: 412, epoch: 82: 83%|████████▎ | 414/500 [05:03<01:06, 1.30it/s]\n# PTI :step: 413, epoch: 82: 83%|████████▎ | 414/500 [05:03<01:06, 1.30it/s]\n# PTI :step: 413, epoch: 82: 83%|████████▎ | 415/500 [05:04<01:04, 1.32it/s]\n# PTI :step: 414, epoch: 82: 83%|████████▎ | 415/500 [05:04<01:04, 1.32it/s]\n# PTI :step: 414, epoch: 82: 83%|████████▎ | 416/500 [05:05<01:04, 1.31it/s]\n# PTI :step: 415, epoch: 83: 83%|████████▎ | 416/500 [05:05<01:04, 1.31it/s]\n# PTI :step: 415, epoch: 83: 83%|████████▎ | 417/500 [05:06<01:03, 1.30it/s]\n# PTI :step: 416, epoch: 83: 83%|████████▎ | 417/500 [05:06<01:03, 1.30it/s]\n# PTI :step: 416, epoch: 83: 84%|████████▎ | 418/500 [05:06<01:01, 1.33it/s]\n# PTI :step: 417, epoch: 83: 84%|████████▎ | 418/500 [05:06<01:01, 1.33it/s]\n# PTI :step: 417, epoch: 83: 84%|████████▍ | 419/500 [05:07<01:00, 1.34it/s]\n# PTI :step: 418, epoch: 83: 84%|████████▍ | 419/500 [05:07<01:00, 1.34it/s]\n# PTI :step: 418, epoch: 83: 84%|████████▍ | 420/500 [05:08<01:00, 1.32it/s]\n# PTI :step: 419, epoch: 83: 84%|████████▍ | 420/500 [05:08<01:00, 1.32it/s]\n# PTI :step: 419, epoch: 83: 84%|████████▍ | 421/500 [05:09<01:00, 1.31it/s]\n# PTI :step: 420, epoch: 84: 84%|████████▍ | 421/500 [05:09<01:00, 1.31it/s]\n# PTI :step: 420, epoch: 84: 84%|████████▍ | 422/500 [05:09<00:59, 1.32it/s]\n# PTI :step: 421, epoch: 84: 84%|████████▍ | 422/500 [05:09<00:59, 1.32it/s]\n# PTI :step: 421, epoch: 84: 85%|████████▍ | 423/500 [05:10<00:59, 1.29it/s]\n# PTI :step: 422, epoch: 84: 85%|████████▍ | 423/500 [05:10<00:59, 1.29it/s]\n# PTI :step: 422, epoch: 84: 85%|████████▍ | 424/500 [05:11<00:58, 1.30it/s]\n# PTI :step: 423, epoch: 84: 85%|████████▍ | 424/500 [05:11<00:58, 1.30it/s]\n# PTI :step: 423, epoch: 84: 85%|████████▌ | 425/500 [05:12<00:57, 1.30it/s]\n# PTI :step: 424, epoch: 84: 85%|████████▌ | 425/500 [05:12<00:57, 1.30it/s]\n# PTI :step: 424, epoch: 84: 85%|████████▌ | 426/500 [05:13<00:55, 1.33it/s]\n# PTI :step: 425, epoch: 85: 85%|████████▌ | 426/500 [05:13<00:55, 1.33it/s]\n# PTI :step: 425, epoch: 85: 85%|████████▌ | 427/500 [05:13<00:55, 1.31it/s]\n# PTI :step: 426, epoch: 85: 85%|████████▌ | 427/500 [05:13<00:55, 1.31it/s]\n# PTI :step: 426, epoch: 85: 86%|████████▌ | 428/500 [05:14<00:54, 1.32it/s]\n# PTI :step: 427, epoch: 85: 86%|████████▌ | 428/500 [05:14<00:54, 1.32it/s]\n# PTI :step: 427, epoch: 85: 86%|████████▌ | 429/500 [05:15<00:54, 1.31it/s]\n# PTI :step: 428, epoch: 85: 86%|████████▌ | 429/500 [05:15<00:54, 1.31it/s]\n# PTI :step: 428, epoch: 85: 86%|████████▌ | 430/500 [05:16<00:53, 1.31it/s]\n# PTI :step: 429, epoch: 85: 86%|████████▌ | 430/500 [05:16<00:53, 1.31it/s]\n# PTI :step: 429, epoch: 85: 86%|████████▌ | 431/500 [05:16<00:52, 1.31it/s]\n# PTI :step: 430, epoch: 86: 86%|████████▌ | 431/500 [05:16<00:52, 1.31it/s]\n# PTI :step: 430, epoch: 86: 86%|████████▋ | 432/500 [05:17<00:51, 1.32it/s]\n# PTI :step: 431, epoch: 86: 86%|████████▋ | 432/500 [05:17<00:51, 1.32it/s]\n# PTI :step: 431, epoch: 86: 87%|████████▋ | 433/500 [05:18<00:51, 1.30it/s]\n# PTI :step: 432, epoch: 86: 87%|████████▋ | 433/500 [05:18<00:51, 1.30it/s]\n# PTI :step: 432, epoch: 86: 87%|████████▋ | 434/500 [05:19<00:50, 1.31it/s]\n# PTI :step: 433, epoch: 86: 87%|████████▋ | 434/500 [05:19<00:50, 1.31it/s]\n# PTI :step: 433, epoch: 86: 87%|████████▋ | 435/500 [05:19<00:48, 1.33it/s]\n# PTI :step: 434, epoch: 86: 87%|████████▋ | 435/500 [05:19<00:48, 1.33it/s]\n# PTI :step: 434, epoch: 86: 87%|████████▋ | 436/500 [05:20<00:49, 1.29it/s]\n# PTI :step: 435, epoch: 87: 87%|████████▋ | 436/500 [05:20<00:49, 1.29it/s]\n# PTI :step: 435, epoch: 87: 87%|████████▋ | 437/500 [05:21<00:48, 1.31it/s]\n# PTI :step: 436, epoch: 87: 87%|████████▋ | 437/500 [05:21<00:48, 1.31it/s]\n# PTI :step: 436, epoch: 87: 88%|████████▊ | 438/500 [05:22<00:47, 1.31it/s]\n# PTI :step: 437, epoch: 87: 88%|████████▊ | 438/500 [05:22<00:47, 1.31it/s]\n# PTI :step: 437, epoch: 87: 88%|████████▊ | 439/500 [05:22<00:47, 1.29it/s]\n# PTI :step: 438, epoch: 87: 88%|████████▊ | 439/500 [05:22<00:47, 1.29it/s]\n# PTI :step: 438, epoch: 87: 88%|████████▊ | 440/500 [05:23<00:47, 1.26it/s]\n# PTI :step: 439, epoch: 87: 88%|████████▊ | 440/500 [05:23<00:47, 1.26it/s]\n# PTI :step: 439, epoch: 87: 88%|████████▊ | 441/500 [05:24<00:46, 1.28it/s]\n# PTI :step: 440, epoch: 88: 88%|████████▊ | 441/500 [05:24<00:46, 1.28it/s]\n# PTI :step: 440, epoch: 88: 88%|████████▊ | 442/500 [05:25<00:44, 1.30it/s]\n# PTI :step: 441, epoch: 88: 88%|████████▊ | 442/500 [05:25<00:44, 1.30it/s]\n# PTI :step: 441, epoch: 88: 89%|████████▊ | 443/500 [05:26<00:44, 1.29it/s]\n# PTI :step: 442, epoch: 88: 89%|████████▊ | 443/500 [05:26<00:44, 1.29it/s]\n# PTI :step: 442, epoch: 88: 89%|████████▉ | 444/500 [05:26<00:43, 1.30it/s]\n# PTI :step: 443, epoch: 88: 89%|████████▉ | 444/500 [05:26<00:43, 1.30it/s]\n# PTI :step: 443, epoch: 88: 89%|████████▉ | 445/500 [05:27<00:42, 1.29it/s]\n# PTI :step: 444, epoch: 88: 89%|████████▉ | 445/500 [05:27<00:42, 1.29it/s]\n# PTI :step: 444, epoch: 88: 89%|████████▉ | 446/500 [05:28<00:41, 1.31it/s]\n# PTI :step: 445, epoch: 89: 89%|████████▉ | 446/500 [05:28<00:41, 1.31it/s]\n# PTI :step: 445, epoch: 89: 89%|████████▉ | 447/500 [05:29<00:40, 1.32it/s]\n# PTI :step: 446, epoch: 89: 89%|████████▉ | 447/500 [05:29<00:40, 1.32it/s]\n# PTI :step: 446, epoch: 89: 90%|████████▉ | 448/500 [05:29<00:38, 1.35it/s]\n# PTI :step: 447, epoch: 89: 90%|████████▉ | 448/500 [05:29<00:38, 1.35it/s]\n# PTI :step: 447, epoch: 89: 90%|████████▉ | 449/500 [05:30<00:38, 1.33it/s]\n# PTI :step: 448, epoch: 89: 90%|████████▉ | 449/500 [05:30<00:38, 1.33it/s]\n# PTI :step: 448, epoch: 89: 90%|█████████ | 450/500 [05:31<00:37, 1.33it/s]\n# PTI :step: 449, epoch: 89: 90%|█████████ | 450/500 [05:31<00:37, 1.33it/s]\n# PTI :step: 449, epoch: 89: 90%|█████████ | 451/500 [05:32<00:37, 1.32it/s]\n# PTI :step: 450, epoch: 90: 90%|█████████ | 451/500 [05:32<00:37, 1.32it/s]\n# PTI :step: 450, epoch: 90: 90%|█████████ | 452/500 [05:32<00:36, 1.33it/s]\n# PTI :step: 451, epoch: 90: 90%|█████████ | 452/500 [05:32<00:36, 1.33it/s]\n# PTI :step: 451, epoch: 90: 91%|█████████ | 453/500 [05:33<00:35, 1.32it/s]\n# PTI :step: 452, epoch: 90: 91%|█████████ | 453/500 [05:33<00:35, 1.32it/s]\n# PTI :step: 452, epoch: 90: 91%|█████████ | 454/500 [05:34<00:34, 1.35it/s]\n# PTI :step: 453, epoch: 90: 91%|█████████ | 454/500 [05:34<00:34, 1.35it/s]\n# PTI :step: 453, epoch: 90: 91%|█████████ | 455/500 [05:35<00:32, 1.37it/s]\n# PTI :step: 454, epoch: 90: 91%|█████████ | 455/500 [05:35<00:32, 1.37it/s]\n# PTI :step: 454, epoch: 90: 91%|█████████ | 456/500 [05:35<00:32, 1.35it/s]\n# PTI :step: 455, epoch: 91: 91%|█████████ | 456/500 [05:35<00:32, 1.35it/s]\n# PTI :step: 455, epoch: 91: 91%|█████████▏| 457/500 [05:36<00:32, 1.31it/s]\n# PTI :step: 456, epoch: 91: 91%|█████████▏| 457/500 [05:36<00:32, 1.31it/s]\n# PTI :step: 456, epoch: 91: 92%|█████████▏| 458/500 [05:37<00:32, 1.30it/s]\n# PTI :step: 457, epoch: 91: 92%|█████████▏| 458/500 [05:37<00:32, 1.30it/s]\n# PTI :step: 457, epoch: 91: 92%|█████████▏| 459/500 [05:38<00:31, 1.31it/s]\n# PTI :step: 458, epoch: 91: 92%|█████████▏| 459/500 [05:38<00:31, 1.31it/s]\n# PTI :step: 458, epoch: 91: 92%|█████████▏| 460/500 [05:38<00:30, 1.33it/s]\n# PTI :step: 459, epoch: 91: 92%|█████████▏| 460/500 [05:38<00:30, 1.33it/s]\n# PTI :step: 459, epoch: 91: 92%|█████████▏| 461/500 [05:39<00:29, 1.33it/s]\n# PTI :step: 460, epoch: 92: 92%|█████████▏| 461/500 [05:39<00:29, 1.33it/s]\n# PTI :step: 460, epoch: 92: 92%|█████████▏| 462/500 [05:40<00:29, 1.30it/s]\n# PTI :step: 461, epoch: 92: 92%|█████████▏| 462/500 [05:40<00:29, 1.30it/s]\n# PTI :step: 461, epoch: 92: 93%|█████████▎| 463/500 [05:41<00:28, 1.31it/s]\n# PTI :step: 462, epoch: 92: 93%|█████████▎| 463/500 [05:41<00:28, 1.31it/s]\n# PTI :step: 462, epoch: 92: 93%|█████████▎| 464/500 [05:41<00:26, 1.35it/s]\n# PTI :step: 463, epoch: 92: 93%|█████████▎| 464/500 [05:41<00:26, 1.35it/s]\n# PTI :step: 463, epoch: 92: 93%|█████████▎| 465/500 [05:42<00:25, 1.35it/s]\n# PTI :step: 464, epoch: 92: 93%|█████████▎| 465/500 [05:42<00:25, 1.35it/s]\n# PTI :step: 464, epoch: 92: 93%|█████████▎| 466/500 [05:43<00:25, 1.33it/s]\n# PTI :step: 465, epoch: 93: 93%|█████████▎| 466/500 [05:43<00:25, 1.33it/s]\n# PTI :step: 465, epoch: 93: 93%|█████████▎| 467/500 [05:44<00:24, 1.33it/s]\n# PTI :step: 466, epoch: 93: 93%|█████████▎| 467/500 [05:44<00:24, 1.33it/s]\n# PTI :step: 466, epoch: 93: 94%|█████████▎| 468/500 [05:44<00:24, 1.32it/s]\n# PTI :step: 467, epoch: 93: 94%|█████████▎| 468/500 [05:44<00:24, 1.32it/s]\n# PTI :step: 467, epoch: 93: 94%|█████████▍| 469/500 [05:45<00:22, 1.36it/s]\n# PTI :step: 468, epoch: 93: 94%|█████████▍| 469/500 [05:45<00:22, 1.36it/s]\n# PTI :step: 468, epoch: 93: 94%|█████████▍| 470/500 [05:46<00:22, 1.34it/s]\n# PTI :step: 469, epoch: 93: 94%|█████████▍| 470/500 [05:46<00:22, 1.34it/s]\n# PTI :step: 469, epoch: 93: 94%|█████████▍| 471/500 [05:47<00:21, 1.35it/s]\n# PTI :step: 470, epoch: 94: 94%|█████████▍| 471/500 [05:47<00:21, 1.35it/s]\n# PTI :step: 470, epoch: 94: 94%|█████████▍| 472/500 [05:47<00:20, 1.37it/s]\n# PTI :step: 471, epoch: 94: 94%|█████████▍| 472/500 [05:47<00:20, 1.37it/s]\n# PTI :step: 471, epoch: 94: 95%|█████████▍| 473/500 [05:48<00:19, 1.36it/s]\n# PTI :step: 472, epoch: 94: 95%|█████████▍| 473/500 [05:48<00:19, 1.36it/s]\n# PTI :step: 472, epoch: 94: 95%|█████████▍| 474/500 [05:49<00:19, 1.35it/s]\n# PTI :step: 473, epoch: 94: 95%|█████████▍| 474/500 [05:49<00:19, 1.35it/s]\n# PTI :step: 473, epoch: 94: 95%|█████████▌| 475/500 [05:50<00:18, 1.35it/s]\n# PTI :step: 474, epoch: 94: 95%|█████████▌| 475/500 [05:50<00:18, 1.35it/s]\n# PTI :step: 474, epoch: 94: 95%|█████████▌| 476/500 [05:50<00:17, 1.34it/s]\n# PTI :step: 475, epoch: 95: 95%|█████████▌| 476/500 [05:50<00:17, 1.34it/s]\n# PTI :step: 475, epoch: 95: 95%|█████████▌| 477/500 [05:51<00:16, 1.37it/s]\n# PTI :step: 476, epoch: 95: 95%|█████████▌| 477/500 [05:51<00:16, 1.37it/s]\n# PTI :step: 476, epoch: 95: 96%|█████████▌| 478/500 [05:52<00:16, 1.37it/s]\n# PTI :step: 477, epoch: 95: 96%|█████████▌| 478/500 [05:52<00:16, 1.37it/s]\n# PTI :step: 477, epoch: 95: 96%|█████████▌| 479/500 [05:52<00:14, 1.41it/s]\n# PTI :step: 478, epoch: 95: 96%|█████████▌| 479/500 [05:52<00:14, 1.41it/s]\n# PTI :step: 478, epoch: 95: 96%|█████████▌| 480/500 [05:53<00:13, 1.45it/s]\n# PTI :step: 479, epoch: 95: 96%|█████████▌| 480/500 [05:53<00:13, 1.45it/s]\n# PTI :step: 479, epoch: 95: 96%|█████████▌| 481/500 [05:54<00:12, 1.47it/s]\n# PTI :step: 480, epoch: 96: 96%|█████████▌| 481/500 [05:54<00:12, 1.47it/s]\n# PTI :step: 480, epoch: 96: 96%|█████████▋| 482/500 [05:54<00:12, 1.48it/s]\n# PTI :step: 481, epoch: 96: 96%|█████████▋| 482/500 [05:54<00:12, 1.48it/s]\n# PTI :step: 481, epoch: 96: 97%|█████████▋| 483/500 [05:55<00:11, 1.49it/s]\n# PTI :step: 482, epoch: 96: 97%|█████████▋| 483/500 [05:55<00:11, 1.49it/s]\n# PTI :step: 482, epoch: 96: 97%|█████████▋| 484/500 [05:56<00:10, 1.48it/s]\n# PTI :step: 483, epoch: 96: 97%|█████████▋| 484/500 [05:56<00:10, 1.48it/s]\n# PTI :step: 483, epoch: 96: 97%|█████████▋| 485/500 [05:56<00:10, 1.49it/s]\n# PTI :step: 484, epoch: 96: 97%|█████████▋| 485/500 [05:56<00:10, 1.49it/s]\n# PTI :step: 484, epoch: 96: 97%|█████████▋| 486/500 [05:57<00:09, 1.50it/s]\n# PTI :step: 485, epoch: 97: 97%|█████████▋| 486/500 [05:57<00:09, 1.50it/s]\n# PTI :step: 485, epoch: 97: 97%|█████████▋| 487/500 [05:58<00:08, 1.48it/s]\n# PTI :step: 486, epoch: 97: 97%|█████████▋| 487/500 [05:58<00:08, 1.48it/s]\n# PTI :step: 486, epoch: 97: 98%|█████████▊| 488/500 [05:58<00:08, 1.46it/s]\n# PTI :step: 487, epoch: 97: 98%|█████████▊| 488/500 [05:58<00:08, 1.46it/s]\n# PTI :step: 487, epoch: 97: 98%|█████████▊| 489/500 [05:59<00:07, 1.40it/s]\n# PTI :step: 488, epoch: 97: 98%|█████████▊| 489/500 [05:59<00:07, 1.40it/s]\n# PTI :step: 488, epoch: 97: 98%|█████████▊| 490/500 [06:00<00:08, 1.17it/s]\n# PTI :step: 489, epoch: 97: 98%|█████████▊| 490/500 [06:00<00:08, 1.17it/s]\n# PTI :step: 489, epoch: 97: 98%|█████████▊| 491/500 [06:02<00:10, 1.17s/it]\n# PTI :step: 490, epoch: 98: 98%|█████████▊| 491/500 [06:02<00:10, 1.17s/it]\n# PTI :step: 490, epoch: 98: 98%|█████████▊| 492/500 [06:03<00:08, 1.10s/it]\n# PTI :step: 491, epoch: 98: 98%|█████████▊| 492/500 [06:03<00:08, 1.10s/it]\n# PTI :step: 491, epoch: 98: 99%|█████████▊| 493/500 [06:04<00:06, 1.04it/s]\n# PTI :step: 492, epoch: 98: 99%|█████████▊| 493/500 [06:04<00:06, 1.04it/s]\n# PTI :step: 492, epoch: 98: 99%|█████████▉| 494/500 [06:05<00:05, 1.15it/s]\n# PTI :step: 493, epoch: 98: 99%|█████████▉| 494/500 [06:05<00:05, 1.15it/s]\n# PTI :step: 493, epoch: 98: 99%|█████████▉| 495/500 [06:05<00:03, 1.25it/s]\n# PTI :step: 494, epoch: 98: 99%|█████████▉| 495/500 [06:05<00:03, 1.25it/s]\n# PTI :step: 494, epoch: 98: 99%|█████████▉| 496/500 [06:06<00:03, 1.32it/s]\n# PTI :step: 495, epoch: 99: 99%|█████████▉| 496/500 [06:06<00:03, 1.32it/s]\n# PTI :step: 495, epoch: 99: 99%|█████████▉| 497/500 [06:06<00:02, 1.38it/s]\n# PTI :step: 496, epoch: 99: 99%|█████████▉| 497/500 [06:06<00:02, 1.38it/s]\n# PTI :step: 496, epoch: 99: 100%|█████████▉| 498/500 [06:07<00:01, 1.43it/s]\n# PTI :step: 497, epoch: 99: 100%|█████████▉| 498/500 [06:07<00:01, 1.43it/s]\n# PTI :step: 497, epoch: 99: 100%|█████████▉| 499/500 [06:08<00:00, 1.46it/s]\n# PTI :step: 498, epoch: 99: 100%|█████████▉| 499/500 [06:08<00:00, 1.46it/s]\n# PTI :step: 498, epoch: 99: 100%|██████████| 500/500 [06:08<00:00, 1.48it/s]\nSaving final model for return\n# PTI :step: 499, epoch: 99: 100%|██████████| 500/500 [06:08<00:00, 1.48it/s]\n# PTI :step: 499, epoch: 99: 100%|██████████| 500/500 [06:09<00:00, 1.35it/s]\ntraining_out/lora.safetensors\ntraining_out/embeddings.pti\ntraining_out/special_params.json", "metrics": { "predict_time": 427.932906, "total_time": 427.877161 }, "output": "https://pbxt.replicate.delivery/EnE55SO5IuKlCpTWAyKpveolsXkaIGHNSkGNedspS8dGfzPjA/trained_model.tar", "started_at": "2023-09-25T20:22:53.612404Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rsan62rbf65msxaftuoqcuvvnm", "cancel": "https://api.replicate.com/v1/predictions/rsan62rbf65msxaftuoqcuvvnm/cancel" }, "version": "533e1248263c06db92aea251ca69c3115f3ffbd19c86346b46e52eda14e8fd11" }
Generated in['./temp_in/1.jpeg', './temp_in/10.jpeg', './temp_in/2.jpeg', './temp_in/3.jpeg', './temp_in/4.jpeg', './temp_in/5.jpeg', './temp_in/6.jpeg', './temp_in/7.jpeg', './temp_in/8.jpeg', './temp_in/9.jpeg'] Generating 10 captions... Input captioning text: a photo of siduhc blazer 0%| | 0/10 [00:00<?, ?it/s]/root/.pyenv/versions/3.9.18/lib/python3.9/site-packages/transformers/generation/utils.py:1369: UserWarning: Using `max_length`'s default (20) to control the generation length. This behaviour is deprecated and will be removed from the config in v5 of Transformers -- we recommend using `max_new_tokens` to control the maximum length of the generation. warnings.warn( siduhc siduhc 10%|█ | 1/10 [00:00<00:04, 2.24it/s] siduhc 20%|██ | 2/10 [00:00<00:03, 2.18it/s] siduhc 30%|███ | 3/10 [00:01<00:03, 2.09it/s] siduhc 40%|████ | 4/10 [00:01<00:02, 2.22it/s] siduhc 50%|█████ | 5/10 [00:02<00:02, 2.19it/s] siduhc 60%|██████ | 6/10 [00:02<00:01, 2.29it/s] siduhc 70%|███████ | 7/10 [00:03<00:01, 2.35it/s] siduhc 80%|████████ | 8/10 [00:03<00:00, 2.28it/s] siduhc Generated captions ['a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer ', 'a photo of siduhc blazer '] 90%|█████████ | 9/10 [00:04<00:00, 2.26it/s] 100%|██████████| 10/10 [00:04<00:00, 2.16it/s] 100%|██████████| 10/10 [00:04<00:00, 2.21it/s] Generating 10 masks... Warning: only one target prompt "" was given, so it will be used for all images Instead of {class_token} is using {class_token} 0it [00:00, ?it/s] 1it [00:00, 9.45it/s] 2it [00:00, 9.03it/s] 4it [00:00, 9.70it/s] 5it [00:00, 9.64it/s] 6it [00:00, 9.57it/s] 8it [00:00, 9.76it/s] 9it [00:00, 9.56it/s] 10it [00:01, 9.25it/s] 10it [00:01, 9.45it/s] Upscaling 10 images... 0%| | 0/10 [00:00<?, ?it/s] 100%|██████████| 10/10 [00:00<00:00, 143150.31it/s] Using seed 82 You are using a model of type clip_text_model to instantiate a model of type . This is not supported for all configurations of models and can yield errors. You are using a model of type clip_text_model to instantiate a model of type . This is not supported for all configurations of models and can yield errors. # PTI : Loaded models 0 text encodedr's std_token_embedding: 0.015380859375 torch.Size([49410]) 1 text encodedr's std_token_embedding: 0.014404296875 torch.Size([49410]) text_model.embeddings.token_embedding.weight text_model.embeddings.token_embedding.weight # PTI : Loading dataset, do_cache True Captions to train on: a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer a photo of <s0><s1> blazer # PTI : Loaded dataset # PTI : Running training # PTI : Num examples = 10 # PTI : Num batches each epoch = 5 # PTI : Num Epochs = 100 # PTI : Instantaneous batch size per device = 2 Total train batch size (w. parallel, distributed & accumulation) = 2 # PTI : Gradient Accumulation steps = 1 # PTI : Total optimization steps = 500 0%| | 0/500 [00:00<?, ?it/s] # PTI :step: 0, epoch: 0: 0%| | 1/500 [00:00<00:11, 43.23it/s] # PTI :step: 0, epoch: 0: 0%| | 2/500 [00:01<04:26, 1.87it/s] # PTI :step: 1, epoch: 0: 0%| | 2/500 [00:01<04:26, 1.87it/s] # PTI :step: 1, epoch: 0: 1%| | 3/500 [00:01<05:01, 1.65it/s] # PTI :step: 2, epoch: 0: 1%| | 3/500 [00:01<05:01, 1.65it/s] # PTI :step: 2, epoch: 0: 1%| | 4/500 [00:02<05:21, 1.54it/s] # PTI :step: 3, epoch: 0: 1%| | 4/500 [00:02<05:21, 1.54it/s] # PTI :step: 3, epoch: 0: 1%| | 5/500 [00:03<05:36, 1.47it/s] # PTI :step: 4, epoch: 0: 1%| | 5/500 [00:03<05:36, 1.47it/s] # PTI :step: 4, epoch: 0: 1%| | 6/500 [00:04<05:51, 1.40it/s] # PTI :step: 5, epoch: 1: 1%| | 6/500 [00:04<05:51, 1.40it/s] # PTI :step: 5, epoch: 1: 1%|▏ | 7/500 [00:04<05:50, 1.41it/s] # PTI :step: 6, epoch: 1: 1%|▏ | 7/500 [00:04<05:50, 1.41it/s] # PTI :step: 6, epoch: 1: 2%|▏ | 8/500 [00:05<05:48, 1.41it/s] # PTI :step: 7, epoch: 1: 2%|▏ | 8/500 [00:05<05:48, 1.41it/s] # PTI :step: 7, epoch: 1: 2%|▏ | 9/500 [00:06<05:49, 1.41it/s] # PTI :step: 8, epoch: 1: 2%|▏ | 9/500 [00:06<05:49, 1.41it/s] # PTI :step: 8, epoch: 1: 2%|▏ | 10/500 [00:06<05:50, 1.40it/s] # PTI :step: 9, epoch: 1: 2%|▏ | 10/500 [00:06<05:50, 1.40it/s] # PTI :step: 9, epoch: 1: 2%|▏ | 11/500 [00:07<05:49, 1.40it/s] # PTI :step: 10, epoch: 2: 2%|▏ | 11/500 [00:07<05:49, 1.40it/s] # PTI :step: 10, epoch: 2: 2%|▏ | 12/500 [00:08<05:52, 1.38it/s] # PTI :step: 11, epoch: 2: 2%|▏ | 12/500 [00:08<05:52, 1.38it/s] # PTI :step: 11, epoch: 2: 3%|▎ | 13/500 [00:09<05:52, 1.38it/s] # PTI :step: 12, epoch: 2: 3%|▎ | 13/500 [00:09<05:52, 1.38it/s] # PTI :step: 12, epoch: 2: 3%|▎ | 14/500 [00:09<06:01, 1.34it/s] # PTI :step: 13, epoch: 2: 3%|▎ | 14/500 [00:09<06:01, 1.34it/s] # PTI :step: 13, epoch: 2: 3%|▎ | 15/500 [00:10<05:58, 1.35it/s] # PTI :step: 14, epoch: 2: 3%|▎ | 15/500 [00:10<05:58, 1.35it/s] # PTI :step: 14, epoch: 2: 3%|▎ | 16/500 [00:11<05:50, 1.38it/s] # PTI :step: 15, epoch: 3: 3%|▎ | 16/500 [00:11<05:50, 1.38it/s] # PTI :step: 15, epoch: 3: 3%|▎ | 17/500 [00:12<05:54, 1.36it/s] # PTI :step: 16, epoch: 3: 3%|▎ | 17/500 [00:12<05:54, 1.36it/s] # PTI :step: 16, epoch: 3: 4%|▎ | 18/500 [00:12<05:56, 1.35it/s] # PTI :step: 17, epoch: 3: 4%|▎ | 18/500 [00:12<05:56, 1.35it/s] # PTI :step: 17, epoch: 3: 4%|▍ | 19/500 [00:13<05:55, 1.35it/s] # PTI :step: 18, epoch: 3: 4%|▍ | 19/500 [00:13<05:55, 1.35it/s] # PTI :step: 18, epoch: 3: 4%|▍ | 20/500 [00:14<05:58, 1.34it/s] # PTI :step: 19, epoch: 3: 4%|▍ | 20/500 [00:14<05:58, 1.34it/s] # PTI :step: 19, epoch: 3: 4%|▍ | 21/500 [00:15<06:11, 1.29it/s] # PTI :step: 20, epoch: 4: 4%|▍ | 21/500 [00:15<06:11, 1.29it/s] # PTI :step: 20, epoch: 4: 4%|▍ | 22/500 [00:15<06:13, 1.28it/s] # PTI :step: 21, epoch: 4: 4%|▍ | 22/500 [00:15<06:13, 1.28it/s] # PTI :step: 21, epoch: 4: 5%|▍ | 23/500 [00:16<05:51, 1.36it/s] # PTI :step: 22, epoch: 4: 5%|▍ | 23/500 [00:16<05:51, 1.36it/s] # PTI :step: 22, epoch: 4: 5%|▍ | 24/500 [00:17<05:44, 1.38it/s] # PTI :step: 23, epoch: 4: 5%|▍ | 24/500 [00:17<05:44, 1.38it/s] # PTI :step: 23, epoch: 4: 5%|▌ | 25/500 [00:17<05:43, 1.38it/s] # PTI :step: 24, epoch: 4: 5%|▌ | 25/500 [00:17<05:43, 1.38it/s] # PTI :step: 24, epoch: 4: 5%|▌ | 26/500 [00:18<05:39, 1.39it/s] # PTI :step: 25, epoch: 5: 5%|▌ | 26/500 [00:18<05:39, 1.39it/s] # PTI :step: 25, epoch: 5: 5%|▌ | 27/500 [00:19<05:41, 1.39it/s] # PTI :step: 26, epoch: 5: 5%|▌ | 27/500 [00:19<05:41, 1.39it/s] # PTI :step: 26, epoch: 5: 6%|▌ | 28/500 [00:20<05:48, 1.35it/s] # PTI :step: 27, epoch: 5: 6%|▌ | 28/500 [00:20<05:48, 1.35it/s] # PTI :step: 27, epoch: 5: 6%|▌ | 29/500 [00:20<05:55, 1.33it/s] # PTI :step: 28, epoch: 5: 6%|▌ | 29/500 [00:20<05:55, 1.33it/s] # PTI :step: 28, epoch: 5: 6%|▌ | 30/500 [00:21<05:48, 1.35it/s] # PTI :step: 29, epoch: 5: 6%|▌ | 30/500 [00:21<05:48, 1.35it/s] # PTI :step: 29, epoch: 5: 6%|▌ | 31/500 [00:22<05:53, 1.33it/s] # PTI :step: 30, epoch: 6: 6%|▌ | 31/500 [00:22<05:53, 1.33it/s] # PTI :step: 30, epoch: 6: 6%|▋ | 32/500 [00:23<05:53, 1.32it/s] # PTI :step: 31, epoch: 6: 6%|▋ | 32/500 [00:23<05:53, 1.32it/s] # PTI :step: 31, epoch: 6: 7%|▋ | 33/500 [00:23<05:45, 1.35it/s] # PTI :step: 32, epoch: 6: 7%|▋ | 33/500 [00:23<05:45, 1.35it/s] # PTI :step: 32, epoch: 6: 7%|▋ | 34/500 [00:24<05:37, 1.38it/s] # PTI :step: 33, epoch: 6: 7%|▋ | 34/500 [00:24<05:37, 1.38it/s] # PTI :step: 33, epoch: 6: 7%|▋ | 35/500 [00:25<05:53, 1.32it/s] # PTI :step: 34, epoch: 6: 7%|▋ | 35/500 [00:25<05:53, 1.32it/s] # PTI :step: 34, epoch: 6: 7%|▋ | 36/500 [00:26<05:45, 1.34it/s] # PTI :step: 35, epoch: 7: 7%|▋ | 36/500 [00:26<05:45, 1.34it/s] # PTI :step: 35, epoch: 7: 7%|▋ | 37/500 [00:26<05:49, 1.32it/s] # PTI :step: 36, epoch: 7: 7%|▋ | 37/500 [00:26<05:49, 1.32it/s] # PTI :step: 36, epoch: 7: 8%|▊ | 38/500 [00:27<05:34, 1.38it/s] # PTI :step: 37, epoch: 7: 8%|▊ | 38/500 [00:27<05:34, 1.38it/s] # PTI :step: 37, epoch: 7: 8%|▊ | 39/500 [00:28<05:25, 1.42it/s] # PTI :step: 38, epoch: 7: 8%|▊ | 39/500 [00:28<05:25, 1.42it/s] # PTI :step: 38, epoch: 7: 8%|▊ | 40/500 [00:28<05:17, 1.45it/s] # PTI :step: 39, epoch: 7: 8%|▊ | 40/500 [00:28<05:17, 1.45it/s] # PTI :step: 39, epoch: 7: 8%|▊ | 41/500 [00:29<05:31, 1.39it/s] # PTI :step: 40, epoch: 8: 8%|▊ | 41/500 [00:29<05:31, 1.39it/s] # PTI :step: 40, epoch: 8: 8%|▊ | 42/500 [00:30<05:32, 1.38it/s] # PTI :step: 41, epoch: 8: 8%|▊ | 42/500 [00:30<05:32, 1.38it/s] # PTI :step: 41, epoch: 8: 9%|▊ | 43/500 [00:31<05:37, 1.35it/s] # PTI :step: 42, epoch: 8: 9%|▊ | 43/500 [00:31<05:37, 1.35it/s] # PTI :step: 42, epoch: 8: 9%|▉ | 44/500 [00:31<05:31, 1.37it/s] # PTI :step: 43, epoch: 8: 9%|▉ | 44/500 [00:31<05:31, 1.37it/s] # PTI :step: 43, epoch: 8: 9%|▉ | 45/500 [00:32<05:26, 1.39it/s] # PTI :step: 44, epoch: 8: 9%|▉ | 45/500 [00:32<05:26, 1.39it/s] # PTI :step: 44, epoch: 8: 9%|▉ | 46/500 [00:33<05:24, 1.40it/s] # PTI :step: 45, epoch: 9: 9%|▉ | 46/500 [00:33<05:24, 1.40it/s] # PTI :step: 45, epoch: 9: 9%|▉ | 47/500 [00:34<05:27, 1.38it/s] # PTI :step: 46, epoch: 9: 9%|▉ | 47/500 [00:34<05:27, 1.38it/s] # PTI :step: 46, epoch: 9: 10%|▉ | 48/500 [00:34<05:26, 1.39it/s] # PTI :step: 47, epoch: 9: 10%|▉ | 48/500 [00:34<05:26, 1.39it/s] # PTI :step: 47, epoch: 9: 10%|▉ | 49/500 [00:35<05:19, 1.41it/s] # PTI :step: 48, epoch: 9: 10%|▉ | 49/500 [00:35<05:19, 1.41it/s] # PTI :step: 48, epoch: 9: 10%|█ | 50/500 [00:36<05:23, 1.39it/s] # PTI :step: 49, epoch: 9: 10%|█ | 50/500 [00:36<05:23, 1.39it/s] # PTI :step: 49, epoch: 9: 10%|█ | 51/500 [00:36<05:22, 1.39it/s] # PTI :step: 50, epoch: 10: 10%|█ | 51/500 [00:36<05:22, 1.39it/s] # PTI :step: 50, epoch: 10: 10%|█ | 52/500 [00:37<05:16, 1.42it/s] # PTI :step: 51, epoch: 10: 10%|█ | 52/500 [00:37<05:16, 1.42it/s] # PTI :step: 51, epoch: 10: 11%|█ | 53/500 [00:38<05:18, 1.40it/s] # PTI :step: 52, epoch: 10: 11%|█ | 53/500 [00:38<05:18, 1.40it/s] # PTI :step: 52, epoch: 10: 11%|█ | 54/500 [00:39<05:21, 1.39it/s] # PTI :step: 53, epoch: 10: 11%|█ | 54/500 [00:39<05:21, 1.39it/s] # PTI :step: 53, epoch: 10: 11%|█ | 55/500 [00:39<05:16, 1.41it/s] # PTI :step: 54, epoch: 10: 11%|█ | 55/500 [00:39<05:16, 1.41it/s] # PTI :step: 54, epoch: 10: 11%|█ | 56/500 [00:40<05:17, 1.40it/s] # PTI :step: 55, epoch: 11: 11%|█ | 56/500 [00:40<05:17, 1.40it/s] # PTI :step: 55, epoch: 11: 11%|█▏ | 57/500 [00:41<05:28, 1.35it/s] # PTI :step: 56, epoch: 11: 11%|█▏ | 57/500 [00:41<05:28, 1.35it/s] # PTI :step: 56, epoch: 11: 12%|█▏ | 58/500 [00:42<05:29, 1.34it/s] # PTI :step: 57, epoch: 11: 12%|█▏ | 58/500 [00:42<05:29, 1.34it/s] # PTI :step: 57, epoch: 11: 12%|█▏ | 59/500 [00:42<05:29, 1.34it/s] # PTI :step: 58, epoch: 11: 12%|█▏ | 59/500 [00:42<05:29, 1.34it/s] # PTI :step: 58, epoch: 11: 12%|█▏ | 60/500 [00:43<05:22, 1.37it/s] # PTI :step: 59, epoch: 11: 12%|█▏ | 60/500 [00:43<05:22, 1.37it/s] # PTI :step: 59, epoch: 11: 12%|█▏ | 61/500 [00:44<05:23, 1.36it/s] # PTI :step: 60, epoch: 12: 12%|█▏ | 61/500 [00:44<05:23, 1.36it/s] # PTI :step: 60, epoch: 12: 12%|█▏ | 62/500 [00:44<05:18, 1.38it/s] # PTI :step: 61, epoch: 12: 12%|█▏ | 62/500 [00:44<05:18, 1.38it/s] # PTI :step: 61, epoch: 12: 13%|█▎ | 63/500 [00:45<05:16, 1.38it/s] # PTI :step: 62, epoch: 12: 13%|█▎ | 63/500 [00:45<05:16, 1.38it/s] # PTI :step: 62, epoch: 12: 13%|█▎ | 64/500 [00:46<05:27, 1.33it/s] # PTI :step: 63, epoch: 12: 13%|█▎ | 64/500 [00:46<05:27, 1.33it/s] # PTI :step: 63, epoch: 12: 13%|█▎ | 65/500 [00:47<05:26, 1.33it/s] # PTI :step: 64, epoch: 12: 13%|█▎ | 65/500 [00:47<05:26, 1.33it/s] # PTI :step: 64, epoch: 12: 13%|█▎ | 66/500 [00:47<05:27, 1.32it/s] # PTI :step: 65, epoch: 13: 13%|█▎ | 66/500 [00:47<05:27, 1.32it/s] # PTI :step: 65, epoch: 13: 13%|█▎ | 67/500 [00:48<05:29, 1.31it/s] # PTI :step: 66, epoch: 13: 13%|█▎ | 67/500 [00:48<05:29, 1.31it/s] # PTI :step: 66, epoch: 13: 14%|█▎ | 68/500 [00:49<05:29, 1.31it/s] # PTI :step: 67, epoch: 13: 14%|█▎ | 68/500 [00:49<05:29, 1.31it/s] # PTI :step: 67, epoch: 13: 14%|█▍ | 69/500 [00:50<05:25, 1.32it/s] # PTI :step: 68, epoch: 13: 14%|█▍ | 69/500 [00:50<05:25, 1.32it/s] # PTI :step: 68, epoch: 13: 14%|█▍ | 70/500 [00:50<05:23, 1.33it/s] # PTI :step: 69, epoch: 13: 14%|█▍ | 70/500 [00:50<05:23, 1.33it/s] # PTI :step: 69, epoch: 13: 14%|█▍ | 71/500 [00:51<05:15, 1.36it/s] # PTI :step: 70, epoch: 14: 14%|█▍ | 71/500 [00:51<05:15, 1.36it/s] # PTI :step: 70, epoch: 14: 14%|█▍ | 72/500 [00:52<05:23, 1.32it/s] # PTI :step: 71, epoch: 14: 14%|█▍ | 72/500 [00:52<05:23, 1.32it/s] # PTI :step: 71, epoch: 14: 15%|█▍ | 73/500 [00:53<05:16, 1.35it/s] # PTI :step: 72, epoch: 14: 15%|█▍ | 73/500 [00:53<05:16, 1.35it/s] # PTI :step: 72, epoch: 14: 15%|█▍ | 74/500 [00:53<05:15, 1.35it/s] # PTI :step: 73, epoch: 14: 15%|█▍ | 74/500 [00:53<05:15, 1.35it/s] # PTI :step: 73, epoch: 14: 15%|█▌ | 75/500 [00:54<05:08, 1.38it/s] # PTI :step: 74, epoch: 14: 15%|█▌ | 75/500 [00:54<05:08, 1.38it/s] # PTI :step: 74, epoch: 14: 15%|█▌ | 76/500 [00:55<05:13, 1.35it/s] # PTI :step: 75, epoch: 15: 15%|█▌ | 76/500 [00:55<05:13, 1.35it/s] # PTI :step: 75, epoch: 15: 15%|█▌ | 77/500 [00:56<05:20, 1.32it/s] # PTI :step: 76, epoch: 15: 15%|█▌ | 77/500 [00:56<05:20, 1.32it/s] # PTI :step: 76, epoch: 15: 16%|█▌ | 78/500 [00:56<05:19, 1.32it/s] # PTI :step: 77, epoch: 15: 16%|█▌ | 78/500 [00:56<05:19, 1.32it/s] # PTI :step: 77, epoch: 15: 16%|█▌ | 79/500 [00:57<05:19, 1.32it/s] # PTI :step: 78, epoch: 15: 16%|█▌ | 79/500 [00:57<05:19, 1.32it/s] # PTI :step: 78, epoch: 15: 16%|█▌ | 80/500 [00:58<05:15, 1.33it/s] # PTI :step: 79, epoch: 15: 16%|█▌ | 80/500 [00:58<05:15, 1.33it/s] # PTI :step: 79, epoch: 15: 16%|█▌ | 81/500 [00:59<05:14, 1.33it/s] # PTI :step: 80, epoch: 16: 16%|█▌ | 81/500 [00:59<05:14, 1.33it/s] # PTI :step: 80, epoch: 16: 16%|█▋ | 82/500 [00:59<05:14, 1.33it/s] # PTI :step: 81, epoch: 16: 16%|█▋ | 82/500 [00:59<05:14, 1.33it/s] # PTI :step: 81, epoch: 16: 17%|█▋ | 83/500 [01:00<05:17, 1.31it/s] # PTI :step: 82, epoch: 16: 17%|█▋ | 83/500 [01:00<05:17, 1.31it/s] # PTI :step: 82, epoch: 16: 17%|█▋ | 84/500 [01:01<05:06, 1.36it/s] # PTI :step: 83, epoch: 16: 17%|█▋ | 84/500 [01:01<05:06, 1.36it/s] # PTI :step: 83, epoch: 16: 17%|█▋ | 85/500 [01:02<05:12, 1.33it/s] # PTI :step: 84, epoch: 16: 17%|█▋ | 85/500 [01:02<05:12, 1.33it/s] # PTI :step: 84, epoch: 16: 17%|█▋ | 86/500 [01:02<05:09, 1.34it/s] # PTI :step: 85, epoch: 17: 17%|█▋ | 86/500 [01:02<05:09, 1.34it/s] # PTI :step: 85, epoch: 17: 17%|█▋ | 87/500 [01:03<05:26, 1.26it/s] # PTI :step: 86, epoch: 17: 17%|█▋ | 87/500 [01:03<05:26, 1.26it/s] # PTI :step: 86, epoch: 17: 18%|█▊ | 88/500 [01:04<05:15, 1.30it/s] # PTI :step: 87, epoch: 17: 18%|█▊ | 88/500 [01:04<05:15, 1.30it/s] # PTI :step: 87, epoch: 17: 18%|█▊ | 89/500 [01:05<05:13, 1.31it/s] # PTI :step: 88, epoch: 17: 18%|█▊ | 89/500 [01:05<05:13, 1.31it/s] # PTI :step: 88, epoch: 17: 18%|█▊ | 90/500 [01:06<05:13, 1.31it/s] # PTI :step: 89, epoch: 17: 18%|█▊ | 90/500 [01:06<05:13, 1.31it/s] # PTI :step: 89, epoch: 17: 18%|█▊ | 91/500 [01:06<05:12, 1.31it/s] # PTI :step: 90, epoch: 18: 18%|█▊ | 91/500 [01:06<05:12, 1.31it/s] # PTI :step: 90, epoch: 18: 18%|█▊ | 92/500 [01:07<05:01, 1.35it/s] # PTI :step: 91, epoch: 18: 18%|█▊ | 92/500 [01:07<05:01, 1.35it/s] # PTI :step: 91, epoch: 18: 19%|█▊ | 93/500 [01:08<05:04, 1.34it/s] # PTI :step: 92, epoch: 18: 19%|█▊ | 93/500 [01:08<05:04, 1.34it/s] # PTI :step: 92, epoch: 18: 19%|█▉ | 94/500 [01:09<05:01, 1.35it/s] # PTI :step: 93, epoch: 18: 19%|█▉ | 94/500 [01:09<05:01, 1.35it/s] # PTI :step: 93, epoch: 18: 19%|█▉ | 95/500 [01:09<04:58, 1.36it/s] # PTI :step: 94, epoch: 18: 19%|█▉ | 95/500 [01:09<04:58, 1.36it/s] # PTI :step: 94, epoch: 18: 19%|█▉ | 96/500 [01:10<05:00, 1.35it/s] # PTI :step: 95, epoch: 19: 19%|█▉ | 96/500 [01:10<05:00, 1.35it/s] # PTI :step: 95, epoch: 19: 19%|█▉ | 97/500 [01:11<04:54, 1.37it/s] # PTI :step: 96, epoch: 19: 19%|█▉ | 97/500 [01:11<04:54, 1.37it/s] # PTI :step: 96, epoch: 19: 20%|█▉ | 98/500 [01:11<04:53, 1.37it/s] # PTI :step: 97, epoch: 19: 20%|█▉ | 98/500 [01:11<04:53, 1.37it/s] # PTI :step: 97, epoch: 19: 20%|█▉ | 99/500 [01:12<04:49, 1.39it/s] # PTI :step: 98, epoch: 19: 20%|█▉ | 99/500 [01:12<04:49, 1.39it/s] # PTI :step: 98, epoch: 19: 20%|██ | 100/500 [01:13<04:50, 1.38it/s] # PTI :step: 99, epoch: 19: 20%|██ | 100/500 [01:13<04:50, 1.38it/s] # PTI :step: 99, epoch: 19: 20%|██ | 101/500 [01:14<04:51, 1.37it/s] # PTI :step: 100, epoch: 20: 20%|██ | 101/500 [01:14<04:51, 1.37it/s] # PTI :step: 100, epoch: 20: 20%|██ | 102/500 [01:14<04:52, 1.36it/s] # PTI :step: 101, epoch: 20: 20%|██ | 102/500 [01:14<04:52, 1.36it/s] # PTI :step: 101, epoch: 20: 21%|██ | 103/500 [01:15<04:44, 1.40it/s] # PTI :step: 102, epoch: 20: 21%|██ | 103/500 [01:15<04:44, 1.40it/s] # PTI :step: 102, epoch: 20: 21%|██ | 104/500 [01:16<04:42, 1.40it/s] # PTI :step: 103, epoch: 20: 21%|██ | 104/500 [01:16<04:42, 1.40it/s] # PTI :step: 103, epoch: 20: 21%|██ | 105/500 [01:17<04:53, 1.34it/s] # PTI :step: 104, epoch: 20: 21%|██ | 105/500 [01:17<04:53, 1.34it/s] # PTI :step: 104, epoch: 20: 21%|██ | 106/500 [01:17<04:55, 1.33it/s] # PTI :step: 105, epoch: 21: 21%|██ | 106/500 [01:17<04:55, 1.33it/s] # PTI :step: 105, epoch: 21: 21%|██▏ | 107/500 [01:18<04:50, 1.35it/s] # PTI :step: 106, epoch: 21: 21%|██▏ | 107/500 [01:18<04:50, 1.35it/s] # PTI :step: 106, epoch: 21: 22%|██▏ | 108/500 [01:19<04:52, 1.34it/s] # PTI :step: 107, epoch: 21: 22%|██▏ | 108/500 [01:19<04:52, 1.34it/s] # PTI :step: 107, epoch: 21: 22%|██▏ | 109/500 [01:20<04:54, 1.33it/s] # PTI :step: 108, epoch: 21: 22%|██▏ | 109/500 [01:20<04:54, 1.33it/s] # PTI :step: 108, epoch: 21: 22%|██▏ | 110/500 [01:20<04:50, 1.34it/s] # PTI :step: 109, epoch: 21: 22%|██▏ | 110/500 [01:20<04:50, 1.34it/s] # PTI :step: 109, epoch: 21: 22%|██▏ | 111/500 [01:21<04:47, 1.35it/s] # PTI :step: 110, epoch: 22: 22%|██▏ | 111/500 [01:21<04:47, 1.35it/s] # PTI :step: 110, epoch: 22: 22%|██▏ | 112/500 [01:22<04:51, 1.33it/s] # PTI :step: 111, epoch: 22: 22%|██▏ | 112/500 [01:22<04:51, 1.33it/s] # PTI :step: 111, epoch: 22: 23%|██▎ | 113/500 [01:22<04:42, 1.37it/s] # PTI :step: 112, epoch: 22: 23%|██▎ | 113/500 [01:22<04:42, 1.37it/s] # PTI :step: 112, epoch: 22: 23%|██▎ | 114/500 [01:23<04:32, 1.42it/s] # PTI :step: 113, epoch: 22: 23%|██▎ | 114/500 [01:23<04:32, 1.42it/s] # PTI :step: 113, epoch: 22: 23%|██▎ | 115/500 [01:24<04:29, 1.43it/s] # PTI :step: 114, epoch: 22: 23%|██▎ | 115/500 [01:24<04:29, 1.43it/s] # PTI :step: 114, epoch: 22: 23%|██▎ | 116/500 [01:25<04:31, 1.41it/s] # PTI :step: 115, epoch: 23: 23%|██▎ | 116/500 [01:25<04:31, 1.41it/s] # PTI :step: 115, epoch: 23: 23%|██▎ | 117/500 [01:25<04:38, 1.37it/s] # PTI :step: 116, epoch: 23: 23%|██▎ | 117/500 [01:25<04:38, 1.37it/s] # PTI :step: 116, epoch: 23: 24%|██▎ | 118/500 [01:26<04:37, 1.38it/s] # PTI :step: 117, epoch: 23: 24%|██▎ | 118/500 [01:26<04:37, 1.38it/s] # PTI :step: 117, epoch: 23: 24%|██▍ | 119/500 [01:27<04:37, 1.37it/s] # PTI :step: 118, epoch: 23: 24%|██▍ | 119/500 [01:27<04:37, 1.37it/s] # PTI :step: 118, epoch: 23: 24%|██▍ | 120/500 [01:28<04:39, 1.36it/s] # PTI :step: 119, epoch: 23: 24%|██▍ | 120/500 [01:28<04:39, 1.36it/s] # PTI :step: 119, epoch: 23: 24%|██▍ | 121/500 [01:28<04:46, 1.32it/s] # PTI :step: 120, epoch: 24: 24%|██▍ | 121/500 [01:28<04:46, 1.32it/s] # PTI :step: 120, epoch: 24: 24%|██▍ | 122/500 [01:29<04:40, 1.35it/s] # PTI :step: 121, epoch: 24: 24%|██▍ | 122/500 [01:29<04:40, 1.35it/s] # PTI :step: 121, epoch: 24: 25%|██▍ | 123/500 [01:30<04:42, 1.34it/s] # PTI :step: 122, epoch: 24: 25%|██▍ | 123/500 [01:30<04:42, 1.34it/s] # PTI :step: 122, epoch: 24: 25%|██▍ | 124/500 [01:31<04:43, 1.33it/s] # PTI :step: 123, epoch: 24: 25%|██▍ | 124/500 [01:31<04:43, 1.33it/s] # PTI :step: 123, epoch: 24: 25%|██▌ | 125/500 [01:31<04:40, 1.34it/s] # PTI :step: 124, epoch: 24: 25%|██▌ | 125/500 [01:31<04:40, 1.34it/s] # PTI :step: 124, epoch: 24: 25%|██▌ | 126/500 [01:32<04:43, 1.32it/s] # PTI :step: 125, epoch: 25: 25%|██▌ | 126/500 [01:32<04:43, 1.32it/s] # PTI :step: 125, epoch: 25: 25%|██▌ | 127/500 [01:33<04:46, 1.30it/s] # PTI :step: 126, epoch: 25: 25%|██▌ | 127/500 [01:33<04:46, 1.30it/s] # PTI :step: 126, epoch: 25: 26%|██▌ | 128/500 [01:34<04:47, 1.30it/s] # PTI :step: 127, epoch: 25: 26%|██▌ | 128/500 [01:34<04:47, 1.30it/s] # PTI :step: 127, epoch: 25: 26%|██▌ | 129/500 [01:34<04:45, 1.30it/s] # PTI :step: 128, epoch: 25: 26%|██▌ | 129/500 [01:34<04:45, 1.30it/s] # PTI :step: 128, epoch: 25: 26%|██▌ | 130/500 [01:35<04:45, 1.30it/s] # PTI :step: 129, epoch: 25: 26%|██▌ | 130/500 [01:35<04:45, 1.30it/s] # PTI :step: 129, epoch: 25: 26%|██▌ | 131/500 [01:36<04:46, 1.29it/s] # PTI :step: 130, epoch: 26: 26%|██▌ | 131/500 [01:36<04:46, 1.29it/s] # PTI :step: 130, epoch: 26: 26%|██▋ | 132/500 [01:37<04:42, 1.30it/s] # PTI :step: 131, epoch: 26: 26%|██▋ | 132/500 [01:37<04:42, 1.30it/s] # PTI :step: 131, epoch: 26: 27%|██▋ | 133/500 [01:37<04:38, 1.32it/s] # PTI :step: 132, epoch: 26: 27%|██▋ | 133/500 [01:37<04:38, 1.32it/s] # PTI :step: 132, epoch: 26: 27%|██▋ | 134/500 [01:38<04:35, 1.33it/s] # PTI :step: 133, epoch: 26: 27%|██▋ | 134/500 [01:38<04:35, 1.33it/s] # PTI :step: 133, epoch: 26: 27%|██▋ | 135/500 [01:39<04:27, 1.36it/s] # PTI :step: 134, epoch: 26: 27%|██▋ | 135/500 [01:39<04:27, 1.36it/s] # PTI :step: 134, epoch: 26: 27%|██▋ | 136/500 [01:40<04:34, 1.32it/s] # PTI :step: 135, epoch: 27: 27%|██▋ | 136/500 [01:40<04:34, 1.32it/s] # PTI :step: 135, epoch: 27: 27%|██▋ | 137/500 [01:40<04:33, 1.33it/s] # PTI :step: 136, epoch: 27: 27%|██▋ | 137/500 [01:40<04:33, 1.33it/s] # PTI :step: 136, epoch: 27: 28%|██▊ | 138/500 [01:41<04:39, 1.30it/s] # PTI :step: 137, epoch: 27: 28%|██▊ | 138/500 [01:41<04:39, 1.30it/s] # PTI :step: 137, epoch: 27: 28%|██▊ | 139/500 [01:42<04:27, 1.35it/s] # PTI :step: 138, epoch: 27: 28%|██▊ | 139/500 [01:42<04:27, 1.35it/s] # PTI :step: 138, epoch: 27: 28%|██▊ | 140/500 [01:43<04:16, 1.40it/s] # PTI :step: 139, epoch: 27: 28%|██▊ | 140/500 [01:43<04:16, 1.40it/s] # PTI :step: 139, epoch: 27: 28%|██▊ | 141/500 [01:43<04:09, 1.44it/s] # PTI :step: 140, epoch: 28: 28%|██▊ | 141/500 [01:43<04:09, 1.44it/s] # PTI :step: 140, epoch: 28: 28%|██▊ | 142/500 [01:44<04:00, 1.49it/s] # PTI :step: 141, epoch: 28: 28%|██▊ | 142/500 [01:44<04:00, 1.49it/s] # PTI :step: 141, epoch: 28: 29%|██▊ | 143/500 [01:45<03:56, 1.51it/s] # PTI :step: 142, epoch: 28: 29%|██▊ | 143/500 [01:45<03:56, 1.51it/s] # PTI :step: 142, epoch: 28: 29%|██▉ | 144/500 [01:45<03:53, 1.52it/s] # PTI :step: 143, epoch: 28: 29%|██▉ | 144/500 [01:45<03:53, 1.52it/s] # PTI :step: 143, epoch: 28: 29%|██▉ | 145/500 [01:46<03:51, 1.53it/s] # PTI :step: 144, epoch: 28: 29%|██▉ | 145/500 [01:46<03:51, 1.53it/s] # PTI :step: 144, epoch: 28: 29%|██▉ | 146/500 [01:46<03:55, 1.50it/s] # PTI :step: 145, epoch: 29: 29%|██▉ | 146/500 [01:46<03:55, 1.50it/s] # PTI :step: 145, epoch: 29: 29%|██▉ | 147/500 [01:47<03:54, 1.51it/s] # PTI :step: 146, epoch: 29: 29%|██▉ | 147/500 [01:47<03:54, 1.51it/s] # PTI :step: 146, epoch: 29: 30%|██▉ | 148/500 [01:48<04:50, 1.21it/s] # PTI :step: 147, epoch: 29: 30%|██▉ | 148/500 [01:48<04:50, 1.21it/s] # PTI :step: 147, epoch: 29: 30%|██▉ | 149/500 [01:49<04:29, 1.30it/s] # PTI :step: 148, epoch: 29: 30%|██▉ | 149/500 [01:49<04:29, 1.30it/s] # PTI :step: 148, epoch: 29: 30%|███ | 150/500 [01:50<04:16, 1.36it/s] # PTI :step: 149, epoch: 29: 30%|███ | 150/500 [01:50<04:16, 1.36it/s] # PTI :step: 149, epoch: 29: 30%|███ | 151/500 [01:50<04:12, 1.38it/s] # PTI :step: 150, epoch: 30: 30%|███ | 151/500 [01:50<04:12, 1.38it/s] # PTI :step: 150, epoch: 30: 30%|███ | 152/500 [01:51<04:03, 1.43it/s] # PTI :step: 151, epoch: 30: 30%|███ | 152/500 [01:51<04:03, 1.43it/s] # PTI :step: 151, epoch: 30: 31%|███ | 153/500 [01:52<03:58, 1.46it/s] # PTI :step: 152, epoch: 30: 31%|███ | 153/500 [01:52<03:58, 1.46it/s] # PTI :step: 152, epoch: 30: 31%|███ | 154/500 [01:52<03:53, 1.48it/s] # PTI :step: 153, epoch: 30: 31%|███ | 154/500 [01:52<03:53, 1.48it/s] # PTI :step: 153, epoch: 30: 31%|███ | 155/500 [01:53<03:50, 1.50it/s] # PTI :step: 154, epoch: 30: 31%|███ | 155/500 [01:53<03:50, 1.50it/s] # PTI :step: 154, epoch: 30: 31%|███ | 156/500 [01:54<03:48, 1.50it/s] # PTI :step: 155, epoch: 31: 31%|███ | 156/500 [01:54<03:48, 1.50it/s] # PTI :step: 155, epoch: 31: 31%|███▏ | 157/500 [01:54<03:45, 1.52it/s] # PTI :step: 156, epoch: 31: 31%|███▏ | 157/500 [01:54<03:45, 1.52it/s] # PTI :step: 156, epoch: 31: 32%|███▏ | 158/500 [01:55<03:46, 1.51it/s] # PTI :step: 157, epoch: 31: 32%|███▏ | 158/500 [01:55<03:46, 1.51it/s] # PTI :step: 157, epoch: 31: 32%|███▏ | 159/500 [01:56<03:57, 1.44it/s] # PTI :step: 158, epoch: 31: 32%|███▏ | 159/500 [01:56<03:57, 1.44it/s] # PTI :step: 158, epoch: 31: 32%|███▏ | 160/500 [01:56<04:08, 1.37it/s] # PTI :step: 159, epoch: 31: 32%|███▏ | 160/500 [01:56<04:08, 1.37it/s] # PTI :step: 159, epoch: 31: 32%|███▏ | 161/500 [01:57<04:15, 1.33it/s] # PTI :step: 160, epoch: 32: 32%|███▏ | 161/500 [01:57<04:15, 1.33it/s] # PTI :step: 160, epoch: 32: 32%|███▏ | 162/500 [01:58<04:29, 1.26it/s] # PTI :step: 161, epoch: 32: 32%|███▏ | 162/500 [01:58<04:29, 1.26it/s] # PTI :step: 161, epoch: 32: 33%|███▎ | 163/500 [01:59<04:34, 1.23it/s] # PTI :step: 162, epoch: 32: 33%|███▎ | 163/500 [01:59<04:34, 1.23it/s] # PTI :step: 162, epoch: 32: 33%|███▎ | 164/500 [02:00<04:30, 1.24it/s] # PTI :step: 163, epoch: 32: 33%|███▎ | 164/500 [02:00<04:30, 1.24it/s] # PTI :step: 163, epoch: 32: 33%|███▎ | 165/500 [02:01<04:21, 1.28it/s] # PTI :step: 164, epoch: 32: 33%|███▎ | 165/500 [02:01<04:21, 1.28it/s] # PTI :step: 164, epoch: 32: 33%|███▎ | 166/500 [02:01<04:21, 1.28it/s] # PTI :step: 165, epoch: 33: 33%|███▎ | 166/500 [02:01<04:21, 1.28it/s] # PTI :step: 165, epoch: 33: 33%|███▎ | 167/500 [02:02<04:24, 1.26it/s] # PTI :step: 166, epoch: 33: 33%|███▎ | 167/500 [02:02<04:24, 1.26it/s] # PTI :step: 166, epoch: 33: 34%|███▎ | 168/500 [02:03<04:21, 1.27it/s] # PTI :step: 167, epoch: 33: 34%|███▎ | 168/500 [02:03<04:21, 1.27it/s] # PTI :step: 167, epoch: 33: 34%|███▍ | 169/500 [02:04<04:25, 1.25it/s] # PTI :step: 168, epoch: 33: 34%|███▍ | 169/500 [02:04<04:25, 1.25it/s] # PTI :step: 168, epoch: 33: 34%|███▍ | 170/500 [02:04<04:11, 1.31it/s] # PTI :step: 169, epoch: 33: 34%|███▍ | 170/500 [02:04<04:11, 1.31it/s] # PTI :step: 169, epoch: 33: 34%|███▍ | 171/500 [02:05<04:12, 1.30it/s] # PTI :step: 170, epoch: 34: 34%|███▍ | 171/500 [02:05<04:12, 1.30it/s] # PTI :step: 170, epoch: 34: 34%|███▍ | 172/500 [02:06<04:00, 1.37it/s] # PTI :step: 171, epoch: 34: 34%|███▍ | 172/500 [02:06<04:00, 1.37it/s] # PTI :step: 171, epoch: 34: 35%|███▍ | 173/500 [02:07<04:03, 1.34it/s] # PTI :step: 172, epoch: 34: 35%|███▍ | 173/500 [02:07<04:03, 1.34it/s] # PTI :step: 172, epoch: 34: 35%|███▍ | 174/500 [02:07<03:52, 1.40it/s] # PTI :step: 173, epoch: 34: 35%|███▍ | 174/500 [02:07<03:52, 1.40it/s] # PTI :step: 173, epoch: 34: 35%|███▌ | 175/500 [02:08<03:56, 1.37it/s] # PTI :step: 174, epoch: 34: 35%|███▌ | 175/500 [02:08<03:56, 1.37it/s] # PTI :step: 174, epoch: 34: 35%|███▌ | 176/500 [02:09<03:57, 1.36it/s] # PTI :step: 175, epoch: 35: 35%|███▌ | 176/500 [02:09<03:57, 1.36it/s] # PTI :step: 175, epoch: 35: 35%|███▌ | 177/500 [02:10<03:55, 1.37it/s] # PTI :step: 176, epoch: 35: 35%|███▌ | 177/500 [02:10<03:55, 1.37it/s] # PTI :step: 176, epoch: 35: 36%|███▌ | 178/500 [02:10<03:53, 1.38it/s] # PTI :step: 177, epoch: 35: 36%|███▌ | 178/500 [02:10<03:53, 1.38it/s] # PTI :step: 177, epoch: 35: 36%|███▌ | 179/500 [02:11<03:46, 1.42it/s] # PTI :step: 178, epoch: 35: 36%|███▌ | 179/500 [02:11<03:46, 1.42it/s] # PTI :step: 178, epoch: 35: 36%|███▌ | 180/500 [02:12<03:39, 1.45it/s] # PTI :step: 179, epoch: 35: 36%|███▌ | 180/500 [02:12<03:39, 1.45it/s] # PTI :step: 179, epoch: 35: 36%|███▌ | 181/500 [02:12<03:43, 1.43it/s] # PTI :step: 180, epoch: 36: 36%|███▌ | 181/500 [02:12<03:43, 1.43it/s] # PTI :step: 180, epoch: 36: 36%|███▋ | 182/500 [02:13<03:38, 1.45it/s] # PTI :step: 181, epoch: 36: 36%|███▋ | 182/500 [02:13<03:38, 1.45it/s] # PTI :step: 181, epoch: 36: 37%|███▋ | 183/500 [02:14<03:32, 1.49it/s] # PTI :step: 182, epoch: 36: 37%|███▋ | 183/500 [02:14<03:32, 1.49it/s] # PTI :step: 182, epoch: 36: 37%|███▋ | 184/500 [02:14<03:29, 1.51it/s] # PTI :step: 183, epoch: 36: 37%|███▋ | 184/500 [02:14<03:29, 1.51it/s] # PTI :step: 183, epoch: 36: 37%|███▋ | 185/500 [02:15<03:27, 1.52it/s] # PTI :step: 184, epoch: 36: 37%|███▋ | 185/500 [02:15<03:27, 1.52it/s] # PTI :step: 184, epoch: 36: 37%|███▋ | 186/500 [02:16<03:28, 1.51it/s] # PTI :step: 185, epoch: 37: 37%|███▋ | 186/500 [02:16<03:28, 1.51it/s] # PTI :step: 185, epoch: 37: 37%|███▋ | 187/500 [02:16<03:25, 1.52it/s] # PTI :step: 186, epoch: 37: 37%|███▋ | 187/500 [02:16<03:25, 1.52it/s] # PTI :step: 186, epoch: 37: 38%|███▊ | 188/500 [02:17<03:22, 1.54it/s] # PTI :step: 187, epoch: 37: 38%|███▊ | 188/500 [02:17<03:22, 1.54it/s] # PTI :step: 187, epoch: 37: 38%|███▊ | 189/500 [02:17<03:22, 1.53it/s] # PTI :step: 188, epoch: 37: 38%|███▊ | 189/500 [02:17<03:22, 1.53it/s] # PTI :step: 188, epoch: 37: 38%|███▊ | 190/500 [02:18<03:19, 1.55it/s] # PTI :step: 189, epoch: 37: 38%|███▊ | 190/500 [02:18<03:19, 1.55it/s] # PTI :step: 189, epoch: 37: 38%|███▊ | 191/500 [02:19<03:20, 1.54it/s] # PTI :step: 190, epoch: 38: 38%|███▊ | 191/500 [02:19<03:20, 1.54it/s] # PTI :step: 190, epoch: 38: 38%|███▊ | 192/500 [02:19<03:20, 1.54it/s] # PTI :step: 191, epoch: 38: 38%|███▊ | 192/500 [02:19<03:20, 1.54it/s] # PTI :step: 191, epoch: 38: 39%|███▊ | 193/500 [02:20<03:20, 1.53it/s] # PTI :step: 192, epoch: 38: 39%|███▊ | 193/500 [02:20<03:20, 1.53it/s] # PTI :step: 192, epoch: 38: 39%|███▉ | 194/500 [02:21<03:20, 1.52it/s] # PTI :step: 193, epoch: 38: 39%|███▉ | 194/500 [02:21<03:20, 1.52it/s] # PTI :step: 193, epoch: 38: 39%|███▉ | 195/500 [02:21<03:20, 1.52it/s] # PTI :step: 194, epoch: 38: 39%|███▉ | 195/500 [02:21<03:20, 1.52it/s] # PTI :step: 194, epoch: 38: 39%|███▉ | 196/500 [02:22<03:19, 1.52it/s] # PTI :step: 195, epoch: 39: 39%|███▉ | 196/500 [02:22<03:19, 1.52it/s] # PTI :step: 195, epoch: 39: 39%|███▉ | 197/500 [02:23<03:18, 1.53it/s] # PTI :step: 196, epoch: 39: 39%|███▉ | 197/500 [02:23<03:18, 1.53it/s] # PTI :step: 196, epoch: 39: 40%|███▉ | 198/500 [02:23<03:20, 1.50it/s] # PTI :step: 197, epoch: 39: 40%|███▉ | 198/500 [02:23<03:20, 1.50it/s] # PTI :step: 197, epoch: 39: 40%|███▉ | 199/500 [02:24<03:21, 1.50it/s] # PTI :step: 198, epoch: 39: 40%|███▉ | 199/500 [02:24<03:21, 1.50it/s] # PTI :step: 198, epoch: 39: 40%|████ | 200/500 [02:25<03:30, 1.43it/s] # PTI :step: 199, epoch: 39: 40%|████ | 200/500 [02:25<03:30, 1.43it/s] # PTI :step: 199, epoch: 39: 40%|████ | 201/500 [02:26<03:36, 1.38it/s] # PTI :step: 200, epoch: 40: 40%|████ | 201/500 [02:26<03:36, 1.38it/s] # PTI :step: 200, epoch: 40: 40%|████ | 202/500 [02:26<03:38, 1.37it/s] # PTI :step: 201, epoch: 40: 40%|████ | 202/500 [02:26<03:38, 1.37it/s] # PTI :step: 201, epoch: 40: 41%|████ | 203/500 [02:27<03:34, 1.38it/s] # PTI :step: 202, epoch: 40: 41%|████ | 203/500 [02:27<03:34, 1.38it/s] # PTI :step: 202, epoch: 40: 41%|████ | 204/500 [02:28<03:29, 1.41it/s] # PTI :step: 203, epoch: 40: 41%|████ | 204/500 [02:28<03:29, 1.41it/s] # PTI :step: 203, epoch: 40: 41%|████ | 205/500 [02:28<03:32, 1.39it/s] # PTI :step: 204, epoch: 40: 41%|████ | 205/500 [02:28<03:32, 1.39it/s] # PTI :step: 204, epoch: 40: 41%|████ | 206/500 [02:29<03:38, 1.35it/s] # PTI :step: 205, epoch: 41: 41%|████ | 206/500 [02:29<03:38, 1.35it/s] # PTI :step: 205, epoch: 41: 41%|████▏ | 207/500 [02:30<03:35, 1.36it/s] # PTI :step: 206, epoch: 41: 41%|████▏ | 207/500 [02:30<03:35, 1.36it/s] # PTI :step: 206, epoch: 41: 42%|████▏ | 208/500 [02:31<03:35, 1.35it/s] # PTI :step: 207, epoch: 41: 42%|████▏ | 208/500 [02:31<03:35, 1.35it/s] # PTI :step: 207, epoch: 41: 42%|████▏ | 209/500 [02:31<03:30, 1.38it/s] # PTI :step: 208, epoch: 41: 42%|████▏ | 209/500 [02:31<03:30, 1.38it/s] # PTI :step: 208, epoch: 41: 42%|████▏ | 210/500 [02:32<03:31, 1.37it/s] # PTI :step: 209, epoch: 41: 42%|████▏ | 210/500 [02:32<03:31, 1.37it/s] # PTI :step: 209, epoch: 41: 42%|████▏ | 211/500 [02:33<03:31, 1.37it/s] # PTI :step: 210, epoch: 42: 42%|████▏ | 211/500 [02:33<03:31, 1.37it/s] # PTI :step: 210, epoch: 42: 42%|████▏ | 212/500 [02:34<03:31, 1.36it/s] # PTI :step: 211, epoch: 42: 42%|████▏ | 212/500 [02:34<03:31, 1.36it/s] # PTI :step: 211, epoch: 42: 43%|████▎ | 213/500 [02:34<03:33, 1.35it/s] # PTI :step: 212, epoch: 42: 43%|████▎ | 213/500 [02:34<03:33, 1.35it/s] # PTI :step: 212, epoch: 42: 43%|████▎ | 214/500 [02:35<03:27, 1.38it/s] # PTI :step: 213, epoch: 42: 43%|████▎ | 214/500 [02:35<03:27, 1.38it/s] # PTI :step: 213, epoch: 42: 43%|████▎ | 215/500 [02:36<03:30, 1.35it/s] # PTI :step: 214, epoch: 42: 43%|████▎ | 215/500 [02:36<03:30, 1.35it/s] # PTI :step: 214, epoch: 42: 43%|████▎ | 216/500 [02:37<03:35, 1.32it/s] # PTI :step: 215, epoch: 43: 43%|████▎ | 216/500 [02:37<03:35, 1.32it/s] # PTI :step: 215, epoch: 43: 43%|████▎ | 217/500 [02:37<03:33, 1.33it/s] # PTI :step: 216, epoch: 43: 43%|████▎ | 217/500 [02:37<03:33, 1.33it/s] # PTI :step: 216, epoch: 43: 44%|████▎ | 218/500 [02:38<03:30, 1.34it/s] # PTI :step: 217, epoch: 43: 44%|████▎ | 218/500 [02:38<03:30, 1.34it/s] # PTI :step: 217, epoch: 43: 44%|████▍ | 219/500 [02:39<03:27, 1.35it/s] # PTI :step: 218, epoch: 43: 44%|████▍ | 219/500 [02:39<03:27, 1.35it/s] # PTI :step: 218, epoch: 43: 44%|████▍ | 220/500 [02:40<03:27, 1.35it/s] # PTI :step: 219, epoch: 43: 44%|████▍ | 220/500 [02:40<03:27, 1.35it/s] # PTI :step: 219, epoch: 43: 44%|████▍ | 221/500 [02:40<03:31, 1.32it/s] # PTI :step: 220, epoch: 44: 44%|████▍ | 221/500 [02:40<03:31, 1.32it/s] # PTI :step: 220, epoch: 44: 44%|████▍ | 222/500 [02:41<03:28, 1.33it/s] # PTI :step: 221, epoch: 44: 44%|████▍ | 222/500 [02:41<03:28, 1.33it/s] # PTI :step: 221, epoch: 44: 45%|████▍ | 223/500 [02:42<03:24, 1.35it/s] # PTI :step: 222, epoch: 44: 45%|████▍ | 223/500 [02:42<03:24, 1.35it/s] # PTI :step: 222, epoch: 44: 45%|████▍ | 224/500 [02:43<03:23, 1.36it/s] # PTI :step: 223, epoch: 44: 45%|████▍ | 224/500 [02:43<03:23, 1.36it/s] # PTI :step: 223, epoch: 44: 45%|████▌ | 225/500 [02:43<03:28, 1.32it/s] # PTI :step: 224, epoch: 44: 45%|████▌ | 225/500 [02:43<03:28, 1.32it/s] # PTI :step: 224, epoch: 44: 45%|████▌ | 226/500 [02:44<03:27, 1.32it/s] # PTI :step: 225, epoch: 45: 45%|████▌ | 226/500 [02:44<03:27, 1.32it/s] # PTI :step: 225, epoch: 45: 45%|████▌ | 227/500 [02:45<03:29, 1.30it/s] # PTI :step: 226, epoch: 45: 45%|████▌ | 227/500 [02:45<03:29, 1.30it/s] # PTI :step: 226, epoch: 45: 46%|████▌ | 228/500 [02:46<03:23, 1.33it/s] # PTI :step: 227, epoch: 45: 46%|████▌ | 228/500 [02:46<03:23, 1.33it/s] # PTI :step: 227, epoch: 45: 46%|████▌ | 229/500 [02:46<03:21, 1.35it/s] # PTI :step: 228, epoch: 45: 46%|████▌ | 229/500 [02:46<03:21, 1.35it/s] # PTI :step: 228, epoch: 45: 46%|████▌ | 230/500 [02:47<03:15, 1.38it/s] # PTI :step: 229, epoch: 45: 46%|████▌ | 230/500 [02:47<03:15, 1.38it/s] # PTI :step: 229, epoch: 45: 46%|████▌ | 231/500 [02:48<03:12, 1.40it/s] # PTI :step: 230, epoch: 46: 46%|████▌ | 231/500 [02:48<03:12, 1.40it/s] # PTI :step: 230, epoch: 46: 46%|████▋ | 232/500 [02:49<03:17, 1.35it/s] # PTI :step: 231, epoch: 46: 46%|████▋ | 232/500 [02:49<03:17, 1.35it/s] # PTI :step: 231, epoch: 46: 47%|████▋ | 233/500 [02:49<03:20, 1.33it/s] # PTI :step: 232, epoch: 46: 47%|████▋ | 233/500 [02:49<03:20, 1.33it/s] # PTI :step: 232, epoch: 46: 47%|████▋ | 234/500 [02:50<03:16, 1.35it/s] # PTI :step: 233, epoch: 46: 47%|████▋ | 234/500 [02:50<03:16, 1.35it/s] # PTI :step: 233, epoch: 46: 47%|████▋ | 235/500 [02:51<03:08, 1.41it/s] # PTI :step: 234, epoch: 46: 47%|████▋ | 235/500 [02:51<03:08, 1.41it/s] # PTI :step: 234, epoch: 46: 47%|████▋ | 236/500 [02:51<03:05, 1.43it/s] # PTI :step: 235, epoch: 47: 47%|████▋ | 236/500 [02:51<03:05, 1.43it/s] # PTI :step: 235, epoch: 47: 47%|████▋ | 237/500 [02:52<02:59, 1.47it/s] # PTI :step: 236, epoch: 47: 47%|████▋ | 237/500 [02:52<02:59, 1.47it/s] # PTI :step: 236, epoch: 47: 48%|████▊ | 238/500 [02:53<02:55, 1.49it/s] # PTI :step: 237, epoch: 47: 48%|████▊ | 238/500 [02:53<02:55, 1.49it/s] # PTI :step: 237, epoch: 47: 48%|████▊ | 239/500 [02:53<02:55, 1.48it/s] # PTI :step: 238, epoch: 47: 48%|████▊ | 239/500 [02:53<02:55, 1.48it/s] # PTI :step: 238, epoch: 47: 48%|████▊ | 240/500 [02:54<02:54, 1.49it/s] # PTI :step: 239, epoch: 47: 48%|████▊ | 240/500 [02:54<02:54, 1.49it/s] # PTI :step: 239, epoch: 47: 48%|████▊ | 241/500 [02:55<02:53, 1.49it/s] # PTI :step: 240, epoch: 48: 48%|████▊ | 241/500 [02:55<02:53, 1.49it/s] # PTI :step: 240, epoch: 48: 48%|████▊ | 242/500 [02:55<02:51, 1.50it/s] # PTI :step: 241, epoch: 48: 48%|████▊ | 242/500 [02:55<02:51, 1.50it/s] # PTI :step: 241, epoch: 48: 49%|████▊ | 243/500 [02:56<02:48, 1.52it/s] # PTI :step: 242, epoch: 48: 49%|████▊ | 243/500 [02:56<02:48, 1.52it/s] # PTI :step: 242, epoch: 48: 49%|████▉ | 244/500 [02:57<02:50, 1.51it/s] # PTI :step: 243, epoch: 48: 49%|████▉ | 244/500 [02:57<02:50, 1.51it/s] # PTI :step: 243, epoch: 48: 49%|████▉ | 245/500 [02:57<02:51, 1.49it/s] # PTI :step: 244, epoch: 48: 49%|████▉ | 245/500 [02:57<02:51, 1.49it/s] # PTI :step: 244, epoch: 48: 49%|████▉ | 246/500 [02:58<02:52, 1.47it/s] # PTI :step: 245, epoch: 49: 49%|████▉ | 246/500 [02:58<02:52, 1.47it/s] # PTI :step: 245, epoch: 49: 49%|████▉ | 247/500 [02:59<02:52, 1.47it/s] # PTI :step: 246, epoch: 49: 49%|████▉ | 247/500 [02:59<02:52, 1.47it/s] # PTI :step: 246, epoch: 49: 50%|████▉ | 248/500 [02:59<02:51, 1.47it/s] # PTI :step: 247, epoch: 49: 50%|████▉ | 248/500 [02:59<02:51, 1.47it/s] # PTI :step: 247, epoch: 49: 50%|████▉ | 249/500 [03:00<03:06, 1.35it/s] # PTI :step: 248, epoch: 49: 50%|████▉ | 249/500 [03:00<03:06, 1.35it/s] # PTI :step: 248, epoch: 49: 50%|█████ | 250/500 [03:01<03:15, 1.28it/s] # PTI : Pivot halfway # PTI :step: 249, epoch: 49: 50%|█████ | 250/500 [03:01<03:15, 1.28it/s] # PTI :step: 249, epoch: 49: 50%|█████ | 251/500 [03:02<03:24, 1.22it/s] # PTI :step: 250, epoch: 50: 50%|█████ | 251/500 [03:02<03:24, 1.22it/s] # PTI :step: 250, epoch: 50: 50%|█████ | 252/500 [03:03<03:29, 1.18it/s] # PTI :step: 251, epoch: 50: 50%|█████ | 252/500 [03:03<03:29, 1.18it/s] # PTI :step: 251, epoch: 50: 51%|█████ | 253/500 [03:04<03:24, 1.21it/s] # PTI :step: 252, epoch: 50: 51%|█████ | 253/500 [03:04<03:24, 1.21it/s] # PTI :step: 252, epoch: 50: 51%|█████ | 254/500 [03:05<03:21, 1.22it/s] # PTI :step: 253, epoch: 50: 51%|█████ | 254/500 [03:05<03:21, 1.22it/s] # PTI :step: 253, epoch: 50: 51%|█████ | 255/500 [03:05<03:19, 1.23it/s] # PTI :step: 254, epoch: 50: 51%|█████ | 255/500 [03:05<03:19, 1.23it/s] # PTI :step: 254, epoch: 50: 51%|█████ | 256/500 [03:06<03:18, 1.23it/s] # PTI :step: 255, epoch: 51: 51%|█████ | 256/500 [03:06<03:18, 1.23it/s] # PTI :step: 255, epoch: 51: 51%|█████▏ | 257/500 [03:07<03:28, 1.16it/s] # PTI :step: 256, epoch: 51: 51%|█████▏ | 257/500 [03:07<03:28, 1.16it/s] # PTI :step: 256, epoch: 51: 52%|█████▏ | 258/500 [03:08<03:23, 1.19it/s] # PTI :step: 257, epoch: 51: 52%|█████▏ | 258/500 [03:08<03:23, 1.19it/s] # PTI :step: 257, epoch: 51: 52%|█████▏ | 259/500 [03:09<03:22, 1.19it/s] # PTI :step: 258, epoch: 51: 52%|█████▏ | 259/500 [03:09<03:22, 1.19it/s] # PTI :step: 258, epoch: 51: 52%|█████▏ | 260/500 [03:10<03:17, 1.21it/s] # PTI :step: 259, epoch: 51: 52%|█████▏ | 260/500 [03:10<03:17, 1.21it/s] # PTI :step: 259, epoch: 51: 52%|█████▏ | 261/500 [03:10<03:23, 1.17it/s] # PTI :step: 260, epoch: 52: 52%|█████▏ | 261/500 [03:10<03:23, 1.17it/s] # PTI :step: 260, epoch: 52: 52%|█████▏ | 262/500 [03:11<03:21, 1.18it/s] # PTI :step: 261, epoch: 52: 52%|█████▏ | 262/500 [03:11<03:21, 1.18it/s] # PTI :step: 261, epoch: 52: 53%|█████▎ | 263/500 [03:12<03:15, 1.21it/s] # PTI :step: 262, epoch: 52: 53%|█████▎ | 263/500 [03:12<03:15, 1.21it/s] # PTI :step: 262, epoch: 52: 53%|█████▎ | 264/500 [03:13<03:12, 1.22it/s] # PTI :step: 263, epoch: 52: 53%|█████▎ | 264/500 [03:13<03:12, 1.22it/s] # PTI :step: 263, epoch: 52: 53%|█████▎ | 265/500 [03:14<03:08, 1.25it/s] # PTI :step: 264, epoch: 52: 53%|█████▎ | 265/500 [03:14<03:08, 1.25it/s] # PTI :step: 264, epoch: 52: 53%|█████▎ | 266/500 [03:14<03:06, 1.26it/s] # PTI :step: 265, epoch: 53: 53%|█████▎ | 266/500 [03:14<03:06, 1.26it/s] # PTI :step: 265, epoch: 53: 53%|█████▎ | 267/500 [03:15<02:55, 1.33it/s] # PTI :step: 266, epoch: 53: 53%|█████▎ | 267/500 [03:15<02:55, 1.33it/s] # PTI :step: 266, epoch: 53: 54%|█████▎ | 268/500 [03:16<02:48, 1.37it/s] # PTI :step: 267, epoch: 53: 54%|█████▎ | 268/500 [03:16<02:48, 1.37it/s] # PTI :step: 267, epoch: 53: 54%|█████▍ | 269/500 [03:16<02:44, 1.41it/s] # PTI :step: 268, epoch: 53: 54%|█████▍ | 269/500 [03:16<02:44, 1.41it/s] # PTI :step: 268, epoch: 53: 54%|█████▍ | 270/500 [03:17<02:40, 1.43it/s] # PTI :step: 269, epoch: 53: 54%|█████▍ | 270/500 [03:17<02:40, 1.43it/s] # PTI :step: 269, epoch: 53: 54%|█████▍ | 271/500 [03:18<02:42, 1.41it/s] # PTI :step: 270, epoch: 54: 54%|█████▍ | 271/500 [03:18<02:42, 1.41it/s] # PTI :step: 270, epoch: 54: 54%|█████▍ | 272/500 [03:19<02:43, 1.40it/s] # PTI :step: 271, epoch: 54: 54%|█████▍ | 272/500 [03:19<02:43, 1.40it/s] # PTI :step: 271, epoch: 54: 55%|█████▍ | 273/500 [03:19<02:44, 1.38it/s] # PTI :step: 272, epoch: 54: 55%|█████▍ | 273/500 [03:19<02:44, 1.38it/s] # PTI :step: 272, epoch: 54: 55%|█████▍ | 274/500 [03:20<02:46, 1.36it/s] # PTI :step: 273, epoch: 54: 55%|█████▍ | 274/500 [03:20<02:46, 1.36it/s] # PTI :step: 273, epoch: 54: 55%|█████▌ | 275/500 [03:21<02:49, 1.33it/s] # PTI :step: 274, epoch: 54: 55%|█████▌ | 275/500 [03:21<02:49, 1.33it/s] # PTI :step: 274, epoch: 54: 55%|█████▌ | 276/500 [03:22<02:50, 1.31it/s] # PTI :step: 275, epoch: 55: 55%|█████▌ | 276/500 [03:22<02:50, 1.31it/s] # PTI :step: 275, epoch: 55: 55%|█████▌ | 277/500 [03:22<02:49, 1.32it/s] # PTI :step: 276, epoch: 55: 55%|█████▌ | 277/500 [03:22<02:49, 1.32it/s] # PTI :step: 276, epoch: 55: 56%|█████▌ | 278/500 [03:23<02:47, 1.33it/s] # PTI :step: 277, epoch: 55: 56%|█████▌ | 278/500 [03:23<02:47, 1.33it/s] # PTI :step: 277, epoch: 55: 56%|█████▌ | 279/500 [03:24<02:44, 1.34it/s] # PTI :step: 278, epoch: 55: 56%|█████▌ | 279/500 [03:24<02:44, 1.34it/s] # PTI :step: 278, epoch: 55: 56%|█████▌ | 280/500 [03:25<02:42, 1.36it/s] # PTI :step: 279, epoch: 55: 56%|█████▌ | 280/500 [03:25<02:42, 1.36it/s] # PTI :step: 279, epoch: 55: 56%|█████▌ | 281/500 [03:25<02:42, 1.35it/s] # PTI :step: 280, epoch: 56: 56%|█████▌ | 281/500 [03:25<02:42, 1.35it/s] # PTI :step: 280, epoch: 56: 56%|█████▋ | 282/500 [03:26<02:41, 1.35it/s] # PTI :step: 281, epoch: 56: 56%|█████▋ | 282/500 [03:26<02:41, 1.35it/s] # PTI :step: 281, epoch: 56: 57%|█████▋ | 283/500 [03:27<02:44, 1.32it/s] # PTI :step: 282, epoch: 56: 57%|█████▋ | 283/500 [03:27<02:44, 1.32it/s] # PTI :step: 282, epoch: 56: 57%|█████▋ | 284/500 [03:28<02:44, 1.31it/s] # PTI :step: 283, epoch: 56: 57%|█████▋ | 284/500 [03:28<02:44, 1.31it/s] # PTI :step: 283, epoch: 56: 57%|█████▋ | 285/500 [03:28<02:41, 1.33it/s] # PTI :step: 284, epoch: 56: 57%|█████▋ | 285/500 [03:28<02:41, 1.33it/s] # PTI :step: 284, epoch: 56: 57%|█████▋ | 286/500 [03:29<02:43, 1.31it/s] # PTI :step: 285, epoch: 57: 57%|█████▋ | 286/500 [03:29<02:43, 1.31it/s] # PTI :step: 285, epoch: 57: 57%|█████▋ | 287/500 [03:30<02:42, 1.31it/s] # PTI :step: 286, epoch: 57: 57%|█████▋ | 287/500 [03:30<02:42, 1.31it/s] # PTI :step: 286, epoch: 57: 58%|█████▊ | 288/500 [03:31<02:42, 1.31it/s] # PTI :step: 287, epoch: 57: 58%|█████▊ | 288/500 [03:31<02:42, 1.31it/s] # PTI :step: 287, epoch: 57: 58%|█████▊ | 289/500 [03:31<02:42, 1.30it/s] # PTI :step: 288, epoch: 57: 58%|█████▊ | 289/500 [03:31<02:42, 1.30it/s] # PTI :step: 288, epoch: 57: 58%|█████▊ | 290/500 [03:32<02:42, 1.29it/s] # PTI :step: 289, epoch: 57: 58%|█████▊ | 290/500 [03:32<02:42, 1.29it/s] # PTI :step: 289, epoch: 57: 58%|█████▊ | 291/500 [03:33<02:44, 1.27it/s] # PTI :step: 290, epoch: 58: 58%|█████▊ | 291/500 [03:33<02:44, 1.27it/s] # PTI :step: 290, epoch: 58: 58%|█████▊ | 292/500 [03:34<02:45, 1.26it/s] # PTI :step: 291, epoch: 58: 58%|█████▊ | 292/500 [03:34<02:45, 1.26it/s] # PTI :step: 291, epoch: 58: 59%|█████▊ | 293/500 [03:35<02:45, 1.25it/s] # PTI :step: 292, epoch: 58: 59%|█████▊ | 293/500 [03:35<02:45, 1.25it/s] # PTI :step: 292, epoch: 58: 59%|█████▉ | 294/500 [03:35<02:44, 1.25it/s] # PTI :step: 293, epoch: 58: 59%|█████▉ | 294/500 [03:35<02:44, 1.25it/s] # PTI :step: 293, epoch: 58: 59%|█████▉ | 295/500 [03:36<02:43, 1.25it/s] # PTI :step: 294, epoch: 58: 59%|█████▉ | 295/500 [03:36<02:43, 1.25it/s] # PTI :step: 294, epoch: 58: 59%|█████▉ | 296/500 [03:37<02:44, 1.24it/s] # PTI :step: 295, epoch: 59: 59%|█████▉ | 296/500 [03:37<02:44, 1.24it/s] # PTI :step: 295, epoch: 59: 59%|█████▉ | 297/500 [03:38<02:39, 1.27it/s] # PTI :step: 296, epoch: 59: 59%|█████▉ | 297/500 [03:38<02:39, 1.27it/s] # PTI :step: 296, epoch: 59: 60%|█████▉ | 298/500 [03:39<02:41, 1.25it/s] # PTI :step: 297, epoch: 59: 60%|█████▉ | 298/500 [03:39<02:41, 1.25it/s] # PTI :step: 297, epoch: 59: 60%|█████▉ | 299/500 [03:39<02:39, 1.26it/s] # PTI :step: 298, epoch: 59: 60%|█████▉ | 299/500 [03:39<02:39, 1.26it/s] # PTI :step: 298, epoch: 59: 60%|██████ | 300/500 [03:40<02:37, 1.27it/s] # PTI :step: 299, epoch: 59: 60%|██████ | 300/500 [03:40<02:37, 1.27it/s] # PTI :step: 299, epoch: 59: 60%|██████ | 301/500 [03:41<02:37, 1.27it/s] # PTI :step: 300, epoch: 60: 60%|██████ | 301/500 [03:41<02:37, 1.27it/s] # PTI :step: 300, epoch: 60: 60%|██████ | 302/500 [03:42<02:38, 1.25it/s] # PTI :step: 301, epoch: 60: 60%|██████ | 302/500 [03:42<02:38, 1.25it/s] # PTI :step: 301, epoch: 60: 61%|██████ | 303/500 [03:43<02:35, 1.27it/s] # PTI :step: 302, epoch: 60: 61%|██████ | 303/500 [03:43<02:35, 1.27it/s] # PTI :step: 302, epoch: 60: 61%|██████ | 304/500 [03:43<02:32, 1.28it/s] # PTI :step: 303, epoch: 60: 61%|██████ | 304/500 [03:43<02:32, 1.28it/s] # PTI :step: 303, epoch: 60: 61%|██████ | 305/500 [03:44<02:31, 1.28it/s] # PTI :step: 304, epoch: 60: 61%|██████ | 305/500 [03:44<02:31, 1.28it/s] # PTI :step: 304, epoch: 60: 61%|██████ | 306/500 [03:45<02:36, 1.24it/s] # PTI :step: 305, epoch: 61: 61%|██████ | 306/500 [03:45<02:36, 1.24it/s] # PTI :step: 305, epoch: 61: 61%|██████▏ | 307/500 [03:46<02:36, 1.24it/s] # PTI :step: 306, epoch: 61: 61%|██████▏ | 307/500 [03:46<02:36, 1.24it/s] # PTI :step: 306, epoch: 61: 62%|██████▏ | 308/500 [03:47<02:36, 1.23it/s] # PTI :step: 307, epoch: 61: 62%|██████▏ | 308/500 [03:47<02:36, 1.23it/s] # PTI :step: 307, epoch: 61: 62%|██████▏ | 309/500 [03:47<02:35, 1.23it/s] # PTI :step: 308, epoch: 61: 62%|██████▏ | 309/500 [03:47<02:35, 1.23it/s] # PTI :step: 308, epoch: 61: 62%|██████▏ | 310/500 [03:48<02:31, 1.25it/s] # PTI :step: 309, epoch: 61: 62%|██████▏ | 310/500 [03:48<02:31, 1.25it/s] # PTI :step: 309, epoch: 61: 62%|██████▏ | 311/500 [03:49<02:35, 1.21it/s] # PTI :step: 310, epoch: 62: 62%|██████▏ | 311/500 [03:49<02:35, 1.21it/s] # PTI :step: 310, epoch: 62: 62%|██████▏ | 312/500 [03:50<02:32, 1.23it/s] # PTI :step: 311, epoch: 62: 62%|██████▏ | 312/500 [03:50<02:32, 1.23it/s] # PTI :step: 311, epoch: 62: 63%|██████▎ | 313/500 [03:51<02:30, 1.24it/s] # PTI :step: 312, epoch: 62: 63%|██████▎ | 313/500 [03:51<02:30, 1.24it/s] # PTI :step: 312, epoch: 62: 63%|██████▎ | 314/500 [03:51<02:27, 1.26it/s] # PTI :step: 313, epoch: 62: 63%|██████▎ | 314/500 [03:51<02:27, 1.26it/s] # PTI :step: 313, epoch: 62: 63%|██████▎ | 315/500 [03:52<02:19, 1.32it/s] # PTI :step: 314, epoch: 62: 63%|██████▎ | 315/500 [03:52<02:19, 1.32it/s] # PTI :step: 314, epoch: 62: 63%|██████▎ | 316/500 [03:53<02:15, 1.36it/s] # PTI :step: 315, epoch: 63: 63%|██████▎ | 316/500 [03:53<02:15, 1.36it/s] # PTI :step: 315, epoch: 63: 63%|██████▎ | 317/500 [03:53<02:10, 1.40it/s] # PTI :step: 316, epoch: 63: 63%|██████▎ | 317/500 [03:53<02:10, 1.40it/s] # PTI :step: 316, epoch: 63: 64%|██████▎ | 318/500 [03:54<02:07, 1.43it/s] # PTI :step: 317, epoch: 63: 64%|██████▎ | 318/500 [03:54<02:07, 1.43it/s] # PTI :step: 317, epoch: 63: 64%|██████▍ | 319/500 [03:55<02:05, 1.44it/s] # PTI :step: 318, epoch: 63: 64%|██████▍ | 319/500 [03:55<02:05, 1.44it/s] # PTI :step: 318, epoch: 63: 64%|██████▍ | 320/500 [03:55<02:04, 1.45it/s] # PTI :step: 319, epoch: 63: 64%|██████▍ | 320/500 [03:55<02:04, 1.45it/s] # PTI :step: 319, epoch: 63: 64%|██████▍ | 321/500 [03:56<02:02, 1.46it/s] # PTI :step: 320, epoch: 64: 64%|██████▍ | 321/500 [03:56<02:02, 1.46it/s] # PTI :step: 320, epoch: 64: 64%|██████▍ | 322/500 [03:57<02:00, 1.47it/s] # PTI :step: 321, epoch: 64: 64%|██████▍ | 322/500 [03:57<02:00, 1.47it/s] # PTI :step: 321, epoch: 64: 65%|██████▍ | 323/500 [03:58<01:59, 1.48it/s] # PTI :step: 322, epoch: 64: 65%|██████▍ | 323/500 [03:58<01:59, 1.48it/s] # PTI :step: 322, epoch: 64: 65%|██████▍ | 324/500 [03:58<02:12, 1.33it/s] # PTI :step: 323, epoch: 64: 65%|██████▍ | 324/500 [03:58<02:12, 1.33it/s] # PTI :step: 323, epoch: 64: 65%|██████▌ | 325/500 [03:59<02:10, 1.34it/s] # PTI :step: 324, epoch: 64: 65%|██████▌ | 325/500 [03:59<02:10, 1.34it/s] # PTI :step: 324, epoch: 64: 65%|██████▌ | 326/500 [04:00<02:07, 1.36it/s] # PTI :step: 325, epoch: 65: 65%|██████▌ | 326/500 [04:00<02:07, 1.36it/s] # PTI :step: 325, epoch: 65: 65%|██████▌ | 327/500 [04:01<02:03, 1.40it/s] # PTI :step: 326, epoch: 65: 65%|██████▌ | 327/500 [04:01<02:03, 1.40it/s] # PTI :step: 326, epoch: 65: 66%|██████▌ | 328/500 [04:01<02:00, 1.43it/s] # PTI :step: 327, epoch: 65: 66%|██████▌ | 328/500 [04:01<02:00, 1.43it/s] # PTI :step: 327, epoch: 65: 66%|██████▌ | 329/500 [04:02<02:01, 1.41it/s] # PTI :step: 328, epoch: 65: 66%|██████▌ | 329/500 [04:02<02:01, 1.41it/s] # PTI :step: 328, epoch: 65: 66%|██████▌ | 330/500 [04:03<02:00, 1.41it/s] # PTI :step: 329, epoch: 65: 66%|██████▌ | 330/500 [04:03<02:00, 1.41it/s] # PTI :step: 329, epoch: 65: 66%|██████▌ | 331/500 [04:03<02:00, 1.40it/s] # PTI :step: 330, epoch: 66: 66%|██████▌ | 331/500 [04:03<02:00, 1.40it/s] # PTI :step: 330, epoch: 66: 66%|██████▋ | 332/500 [04:04<02:00, 1.40it/s] # PTI :step: 331, epoch: 66: 66%|██████▋ | 332/500 [04:04<02:00, 1.40it/s] # PTI :step: 331, epoch: 66: 67%|██████▋ | 333/500 [04:05<01:58, 1.40it/s] # PTI :step: 332, epoch: 66: 67%|██████▋ | 333/500 [04:05<01:58, 1.40it/s] # PTI :step: 332, epoch: 66: 67%|██████▋ | 334/500 [04:05<01:56, 1.43it/s] # PTI :step: 333, epoch: 66: 67%|██████▋ | 334/500 [04:05<01:56, 1.43it/s] # PTI :step: 333, epoch: 66: 67%|██████▋ | 335/500 [04:06<01:53, 1.45it/s] # PTI :step: 334, epoch: 66: 67%|██████▋ | 335/500 [04:06<01:53, 1.45it/s] # PTI :step: 334, epoch: 66: 67%|██████▋ | 336/500 [04:07<01:53, 1.44it/s] # PTI :step: 335, epoch: 67: 67%|██████▋ | 336/500 [04:07<01:53, 1.44it/s] # PTI :step: 335, epoch: 67: 67%|██████▋ | 337/500 [04:08<01:52, 1.45it/s] # PTI :step: 336, epoch: 67: 67%|██████▋ | 337/500 [04:08<01:52, 1.45it/s] # PTI :step: 336, epoch: 67: 68%|██████▊ | 338/500 [04:08<01:50, 1.47it/s] # PTI :step: 337, epoch: 67: 68%|██████▊ | 338/500 [04:08<01:50, 1.47it/s] # PTI :step: 337, epoch: 67: 68%|██████▊ | 339/500 [04:09<01:48, 1.48it/s] # PTI :step: 338, epoch: 67: 68%|██████▊ | 339/500 [04:09<01:48, 1.48it/s] # PTI :step: 338, epoch: 67: 68%|██████▊ | 340/500 [04:10<01:48, 1.48it/s] # PTI :step: 339, epoch: 67: 68%|██████▊ | 340/500 [04:10<01:48, 1.48it/s] # PTI :step: 339, epoch: 67: 68%|██████▊ | 341/500 [04:10<01:49, 1.46it/s] # PTI :step: 340, epoch: 68: 68%|██████▊ | 341/500 [04:10<01:49, 1.46it/s] # PTI :step: 340, epoch: 68: 68%|██████▊ | 342/500 [04:11<01:47, 1.48it/s] # PTI :step: 341, epoch: 68: 68%|██████▊ | 342/500 [04:11<01:47, 1.48it/s] # PTI :step: 341, epoch: 68: 69%|██████▊ | 343/500 [04:12<01:45, 1.49it/s] # PTI :step: 342, epoch: 68: 69%|██████▊ | 343/500 [04:12<01:45, 1.49it/s] # PTI :step: 342, epoch: 68: 69%|██████▉ | 344/500 [04:12<01:43, 1.50it/s] # PTI :step: 343, epoch: 68: 69%|██████▉ | 344/500 [04:12<01:43, 1.50it/s] # PTI :step: 343, epoch: 68: 69%|██████▉ | 345/500 [04:13<01:42, 1.51it/s] # PTI :step: 344, epoch: 68: 69%|██████▉ | 345/500 [04:13<01:42, 1.51it/s] # PTI :step: 344, epoch: 68: 69%|██████▉ | 346/500 [04:14<01:43, 1.49it/s] # PTI :step: 345, epoch: 69: 69%|██████▉ | 346/500 [04:14<01:43, 1.49it/s] # PTI :step: 345, epoch: 69: 69%|██████▉ | 347/500 [04:14<01:42, 1.49it/s] # PTI :step: 346, epoch: 69: 69%|██████▉ | 347/500 [04:14<01:42, 1.49it/s] # PTI :step: 346, epoch: 69: 70%|██████▉ | 348/500 [04:15<01:42, 1.48it/s] # PTI :step: 347, epoch: 69: 70%|██████▉ | 348/500 [04:15<01:42, 1.48it/s] # PTI :step: 347, epoch: 69: 70%|██████▉ | 349/500 [04:16<01:41, 1.49it/s] # PTI :step: 348, epoch: 69: 70%|██████▉ | 349/500 [04:16<01:41, 1.49it/s] # PTI :step: 348, epoch: 69: 70%|███████ | 350/500 [04:16<01:41, 1.47it/s] # PTI :step: 349, epoch: 69: 70%|███████ | 350/500 [04:16<01:41, 1.47it/s] # PTI :step: 349, epoch: 69: 70%|███████ | 351/500 [04:17<01:41, 1.46it/s] # PTI :step: 350, epoch: 70: 70%|███████ | 351/500 [04:17<01:41, 1.46it/s] # PTI :step: 350, epoch: 70: 70%|███████ | 352/500 [04:18<01:42, 1.45it/s] # PTI :step: 351, epoch: 70: 70%|███████ | 352/500 [04:18<01:42, 1.45it/s] # PTI :step: 351, epoch: 70: 71%|███████ | 353/500 [04:18<01:39, 1.47it/s] # PTI :step: 352, epoch: 70: 71%|███████ | 353/500 [04:18<01:39, 1.47it/s] # PTI :step: 352, epoch: 70: 71%|███████ | 354/500 [04:19<01:38, 1.48it/s] # PTI :step: 353, epoch: 70: 71%|███████ | 354/500 [04:19<01:38, 1.48it/s] # PTI :step: 353, epoch: 70: 71%|███████ | 355/500 [04:20<01:37, 1.49it/s] # PTI :step: 354, epoch: 70: 71%|███████ | 355/500 [04:20<01:37, 1.49it/s] # PTI :step: 354, epoch: 70: 71%|███████ | 356/500 [04:20<01:36, 1.49it/s] # PTI :step: 355, epoch: 71: 71%|███████ | 356/500 [04:20<01:36, 1.49it/s] # PTI :step: 355, epoch: 71: 71%|███████▏ | 357/500 [04:21<01:37, 1.47it/s] # PTI :step: 356, epoch: 71: 71%|███████▏ | 357/500 [04:21<01:37, 1.47it/s] # PTI :step: 356, epoch: 71: 72%|███████▏ | 358/500 [04:22<01:37, 1.46it/s] # PTI :step: 357, epoch: 71: 72%|███████▏ | 358/500 [04:22<01:37, 1.46it/s] # PTI :step: 357, epoch: 71: 72%|███████▏ | 359/500 [04:22<01:35, 1.47it/s] # PTI :step: 358, epoch: 71: 72%|███████▏ | 359/500 [04:22<01:35, 1.47it/s] # PTI :step: 358, epoch: 71: 72%|███████▏ | 360/500 [04:23<01:34, 1.48it/s] # PTI :step: 359, epoch: 71: 72%|███████▏ | 360/500 [04:23<01:34, 1.48it/s] # PTI :step: 359, epoch: 71: 72%|███████▏ | 361/500 [04:24<01:33, 1.48it/s] # PTI :step: 360, epoch: 72: 72%|███████▏ | 361/500 [04:24<01:33, 1.48it/s] # PTI :step: 360, epoch: 72: 72%|███████▏ | 362/500 [04:24<01:33, 1.47it/s] # PTI :step: 361, epoch: 72: 72%|███████▏ | 362/500 [04:24<01:33, 1.47it/s] # PTI :step: 361, epoch: 72: 73%|███████▎ | 363/500 [04:25<01:32, 1.49it/s] # PTI :step: 362, epoch: 72: 73%|███████▎ | 363/500 [04:25<01:32, 1.49it/s] # PTI :step: 362, epoch: 72: 73%|███████▎ | 364/500 [04:26<01:30, 1.51it/s] # PTI :step: 363, epoch: 72: 73%|███████▎ | 364/500 [04:26<01:30, 1.51it/s] # PTI :step: 363, epoch: 72: 73%|███████▎ | 365/500 [04:26<01:29, 1.51it/s] # PTI :step: 364, epoch: 72: 73%|███████▎ | 365/500 [04:26<01:29, 1.51it/s] # PTI :step: 364, epoch: 72: 73%|███████▎ | 366/500 [04:27<01:29, 1.49it/s] # PTI :step: 365, epoch: 73: 73%|███████▎ | 366/500 [04:27<01:29, 1.49it/s] # PTI :step: 365, epoch: 73: 73%|███████▎ | 367/500 [04:28<01:28, 1.50it/s] # PTI :step: 366, epoch: 73: 73%|███████▎ | 367/500 [04:28<01:28, 1.50it/s] # PTI :step: 366, epoch: 73: 74%|███████▎ | 368/500 [04:28<01:27, 1.50it/s] # PTI :step: 367, epoch: 73: 74%|███████▎ | 368/500 [04:28<01:27, 1.50it/s] # PTI :step: 367, epoch: 73: 74%|███████▍ | 369/500 [04:29<01:25, 1.52it/s] # PTI :step: 368, epoch: 73: 74%|███████▍ | 369/500 [04:29<01:25, 1.52it/s] # PTI :step: 368, epoch: 73: 74%|███████▍ | 370/500 [04:30<01:25, 1.52it/s] # PTI :step: 369, epoch: 73: 74%|███████▍ | 370/500 [04:30<01:25, 1.52it/s] # PTI :step: 369, epoch: 73: 74%|███████▍ | 371/500 [04:30<01:27, 1.47it/s] # PTI :step: 370, epoch: 74: 74%|███████▍ | 371/500 [04:30<01:27, 1.47it/s] # PTI :step: 370, epoch: 74: 74%|███████▍ | 372/500 [04:31<01:30, 1.42it/s] # PTI :step: 371, epoch: 74: 74%|███████▍ | 372/500 [04:31<01:30, 1.42it/s] # PTI :step: 371, epoch: 74: 75%|███████▍ | 373/500 [04:32<01:33, 1.35it/s] # PTI :step: 372, epoch: 74: 75%|███████▍ | 373/500 [04:32<01:33, 1.35it/s] # PTI :step: 372, epoch: 74: 75%|███████▍ | 374/500 [04:33<01:34, 1.33it/s] # PTI :step: 373, epoch: 74: 75%|███████▍ | 374/500 [04:33<01:34, 1.33it/s] # PTI :step: 373, epoch: 74: 75%|███████▌ | 375/500 [04:33<01:33, 1.34it/s] # PTI :step: 374, epoch: 74: 75%|███████▌ | 375/500 [04:33<01:33, 1.34it/s] # PTI :step: 374, epoch: 74: 75%|███████▌ | 376/500 [04:34<01:40, 1.24it/s] # PTI :step: 375, epoch: 75: 75%|███████▌ | 376/500 [04:34<01:40, 1.24it/s] # PTI :step: 375, epoch: 75: 75%|███████▌ | 377/500 [04:35<01:39, 1.24it/s] # PTI :step: 376, epoch: 75: 75%|███████▌ | 377/500 [04:35<01:39, 1.24it/s] # PTI :step: 376, epoch: 75: 76%|███████▌ | 378/500 [04:36<01:36, 1.27it/s] # PTI :step: 377, epoch: 75: 76%|███████▌ | 378/500 [04:36<01:36, 1.27it/s] # PTI :step: 377, epoch: 75: 76%|███████▌ | 379/500 [04:37<01:35, 1.27it/s] # PTI :step: 378, epoch: 75: 76%|███████▌ | 379/500 [04:37<01:35, 1.27it/s] # PTI :step: 378, epoch: 75: 76%|███████▌ | 380/500 [04:38<01:33, 1.28it/s] # PTI :step: 379, epoch: 75: 76%|███████▌ | 380/500 [04:38<01:33, 1.28it/s] # PTI :step: 379, epoch: 75: 76%|███████▌ | 381/500 [04:38<01:34, 1.26it/s] # PTI :step: 380, epoch: 76: 76%|███████▌ | 381/500 [04:38<01:34, 1.26it/s] # PTI :step: 380, epoch: 76: 76%|███████▋ | 382/500 [04:39<01:29, 1.32it/s] # PTI :step: 381, epoch: 76: 76%|███████▋ | 382/500 [04:39<01:29, 1.32it/s] # PTI :step: 381, epoch: 76: 77%|███████▋ | 383/500 [04:40<01:30, 1.29it/s] # PTI :step: 382, epoch: 76: 77%|███████▋ | 383/500 [04:40<01:30, 1.29it/s] # PTI :step: 382, epoch: 76: 77%|███████▋ | 384/500 [04:41<01:26, 1.35it/s] # PTI :step: 383, epoch: 76: 77%|███████▋ | 384/500 [04:41<01:26, 1.35it/s] # PTI :step: 383, epoch: 76: 77%|███████▋ | 385/500 [04:41<01:24, 1.36it/s] # PTI :step: 384, epoch: 76: 77%|███████▋ | 385/500 [04:41<01:24, 1.36it/s] # PTI :step: 384, epoch: 76: 77%|███████▋ | 386/500 [04:42<01:27, 1.30it/s] # PTI :step: 385, epoch: 77: 77%|███████▋ | 386/500 [04:42<01:27, 1.30it/s] # PTI :step: 385, epoch: 77: 77%|███████▋ | 387/500 [04:43<01:28, 1.27it/s] # PTI :step: 386, epoch: 77: 77%|███████▋ | 387/500 [04:43<01:28, 1.27it/s] # PTI :step: 386, epoch: 77: 78%|███████▊ | 388/500 [04:44<01:26, 1.29it/s] # PTI :step: 387, epoch: 77: 78%|███████▊ | 388/500 [04:44<01:26, 1.29it/s] # PTI :step: 387, epoch: 77: 78%|███████▊ | 389/500 [04:44<01:23, 1.33it/s] # PTI :step: 388, epoch: 77: 78%|███████▊ | 389/500 [04:44<01:23, 1.33it/s] # PTI :step: 388, epoch: 77: 78%|███████▊ | 390/500 [04:45<01:21, 1.35it/s] # PTI :step: 389, epoch: 77: 78%|███████▊ | 390/500 [04:45<01:21, 1.35it/s] # PTI :step: 389, epoch: 77: 78%|███████▊ | 391/500 [04:46<01:21, 1.33it/s] # PTI :step: 390, epoch: 78: 78%|███████▊ | 391/500 [04:46<01:21, 1.33it/s] # PTI :step: 390, epoch: 78: 78%|███████▊ | 392/500 [04:47<01:21, 1.32it/s] # PTI :step: 391, epoch: 78: 78%|███████▊ | 392/500 [04:47<01:21, 1.32it/s] # PTI :step: 391, epoch: 78: 79%|███████▊ | 393/500 [04:47<01:20, 1.33it/s] # PTI :step: 392, epoch: 78: 79%|███████▊ | 393/500 [04:47<01:20, 1.33it/s] # PTI :step: 392, epoch: 78: 79%|███████▉ | 394/500 [04:48<01:20, 1.31it/s] # PTI :step: 393, epoch: 78: 79%|███████▉ | 394/500 [04:48<01:20, 1.31it/s] # PTI :step: 393, epoch: 78: 79%|███████▉ | 395/500 [04:49<01:18, 1.33it/s] # PTI :step: 394, epoch: 78: 79%|███████▉ | 395/500 [04:49<01:18, 1.33it/s] # PTI :step: 394, epoch: 78: 79%|███████▉ | 396/500 [04:50<01:19, 1.31it/s] # PTI :step: 395, epoch: 79: 79%|███████▉ | 396/500 [04:50<01:19, 1.31it/s] # PTI :step: 395, epoch: 79: 79%|███████▉ | 397/500 [04:50<01:20, 1.29it/s] # PTI :step: 396, epoch: 79: 79%|███████▉ | 397/500 [04:50<01:20, 1.29it/s] # PTI :step: 396, epoch: 79: 80%|███████▉ | 398/500 [04:51<01:17, 1.32it/s] # PTI :step: 397, epoch: 79: 80%|███████▉ | 398/500 [04:51<01:17, 1.32it/s] # PTI :step: 397, epoch: 79: 80%|███████▉ | 399/500 [04:52<01:15, 1.33it/s] # PTI :step: 398, epoch: 79: 80%|███████▉ | 399/500 [04:52<01:15, 1.33it/s] # PTI :step: 398, epoch: 79: 80%|████████ | 400/500 [04:53<01:16, 1.31it/s] # PTI :step: 399, epoch: 79: 80%|████████ | 400/500 [04:53<01:16, 1.31it/s] # PTI :step: 399, epoch: 79: 80%|████████ | 401/500 [04:53<01:15, 1.30it/s] # PTI :step: 400, epoch: 80: 80%|████████ | 401/500 [04:53<01:15, 1.30it/s] # PTI :step: 400, epoch: 80: 80%|████████ | 402/500 [04:54<01:15, 1.30it/s] # PTI :step: 401, epoch: 80: 80%|████████ | 402/500 [04:54<01:15, 1.30it/s] # PTI :step: 401, epoch: 80: 81%|████████ | 403/500 [04:55<01:13, 1.32it/s] # PTI :step: 402, epoch: 80: 81%|████████ | 403/500 [04:55<01:13, 1.32it/s] # PTI :step: 402, epoch: 80: 81%|████████ | 404/500 [04:56<01:12, 1.32it/s] # PTI :step: 403, epoch: 80: 81%|████████ | 404/500 [04:56<01:12, 1.32it/s] # PTI :step: 403, epoch: 80: 81%|████████ | 405/500 [04:56<01:10, 1.35it/s] # PTI :step: 404, epoch: 80: 81%|████████ | 405/500 [04:56<01:10, 1.35it/s] # PTI :step: 404, epoch: 80: 81%|████████ | 406/500 [04:57<01:10, 1.33it/s] # PTI :step: 405, epoch: 81: 81%|████████ | 406/500 [04:57<01:10, 1.33it/s] # PTI :step: 405, epoch: 81: 81%|████████▏ | 407/500 [04:58<01:11, 1.31it/s] # PTI :step: 406, epoch: 81: 81%|████████▏ | 407/500 [04:58<01:11, 1.31it/s] # PTI :step: 406, epoch: 81: 82%|████████▏ | 408/500 [04:59<01:08, 1.34it/s] # PTI :step: 407, epoch: 81: 82%|████████▏ | 408/500 [04:59<01:08, 1.34it/s] # PTI :step: 407, epoch: 81: 82%|████████▏ | 409/500 [05:00<01:10, 1.30it/s] # PTI :step: 408, epoch: 81: 82%|████████▏ | 409/500 [05:00<01:10, 1.30it/s] # PTI :step: 408, epoch: 81: 82%|████████▏ | 410/500 [05:00<01:09, 1.29it/s] # PTI :step: 409, epoch: 81: 82%|████████▏ | 410/500 [05:00<01:09, 1.29it/s] # PTI :step: 409, epoch: 81: 82%|████████▏ | 411/500 [05:01<01:08, 1.29it/s] # PTI :step: 410, epoch: 82: 82%|████████▏ | 411/500 [05:01<01:08, 1.29it/s] # PTI :step: 410, epoch: 82: 82%|████████▏ | 412/500 [05:02<01:07, 1.30it/s] # PTI :step: 411, epoch: 82: 82%|████████▏ | 412/500 [05:02<01:07, 1.30it/s] # PTI :step: 411, epoch: 82: 83%|████████▎ | 413/500 [05:03<01:06, 1.31it/s] # PTI :step: 412, epoch: 82: 83%|████████▎ | 413/500 [05:03<01:06, 1.31it/s] # PTI :step: 412, epoch: 82: 83%|████████▎ | 414/500 [05:03<01:06, 1.30it/s] # PTI :step: 413, epoch: 82: 83%|████████▎ | 414/500 [05:03<01:06, 1.30it/s] # PTI :step: 413, epoch: 82: 83%|████████▎ | 415/500 [05:04<01:04, 1.32it/s] # PTI :step: 414, epoch: 82: 83%|████████▎ | 415/500 [05:04<01:04, 1.32it/s] # PTI :step: 414, epoch: 82: 83%|████████▎ | 416/500 [05:05<01:04, 1.31it/s] # PTI :step: 415, epoch: 83: 83%|████████▎ | 416/500 [05:05<01:04, 1.31it/s] # PTI :step: 415, epoch: 83: 83%|████████▎ | 417/500 [05:06<01:03, 1.30it/s] # PTI :step: 416, epoch: 83: 83%|████████▎ | 417/500 [05:06<01:03, 1.30it/s] # PTI :step: 416, epoch: 83: 84%|████████▎ | 418/500 [05:06<01:01, 1.33it/s] # PTI :step: 417, epoch: 83: 84%|████████▎ | 418/500 [05:06<01:01, 1.33it/s] # PTI :step: 417, epoch: 83: 84%|████████▍ | 419/500 [05:07<01:00, 1.34it/s] # PTI :step: 418, epoch: 83: 84%|████████▍ | 419/500 [05:07<01:00, 1.34it/s] # PTI :step: 418, epoch: 83: 84%|████████▍ | 420/500 [05:08<01:00, 1.32it/s] # PTI :step: 419, epoch: 83: 84%|████████▍ | 420/500 [05:08<01:00, 1.32it/s] # PTI :step: 419, epoch: 83: 84%|████████▍ | 421/500 [05:09<01:00, 1.31it/s] # PTI :step: 420, epoch: 84: 84%|████████▍ | 421/500 [05:09<01:00, 1.31it/s] # PTI :step: 420, epoch: 84: 84%|████████▍ | 422/500 [05:09<00:59, 1.32it/s] # PTI :step: 421, epoch: 84: 84%|████████▍ | 422/500 [05:09<00:59, 1.32it/s] # PTI :step: 421, epoch: 84: 85%|████████▍ | 423/500 [05:10<00:59, 1.29it/s] # PTI :step: 422, epoch: 84: 85%|████████▍ | 423/500 [05:10<00:59, 1.29it/s] # PTI :step: 422, epoch: 84: 85%|████████▍ | 424/500 [05:11<00:58, 1.30it/s] # PTI :step: 423, epoch: 84: 85%|████████▍ | 424/500 [05:11<00:58, 1.30it/s] # PTI :step: 423, epoch: 84: 85%|████████▌ | 425/500 [05:12<00:57, 1.30it/s] # PTI :step: 424, epoch: 84: 85%|████████▌ | 425/500 [05:12<00:57, 1.30it/s] # PTI :step: 424, epoch: 84: 85%|████████▌ | 426/500 [05:13<00:55, 1.33it/s] # PTI :step: 425, epoch: 85: 85%|████████▌ | 426/500 [05:13<00:55, 1.33it/s] # PTI :step: 425, epoch: 85: 85%|████████▌ | 427/500 [05:13<00:55, 1.31it/s] # PTI :step: 426, epoch: 85: 85%|████████▌ | 427/500 [05:13<00:55, 1.31it/s] # PTI :step: 426, epoch: 85: 86%|████████▌ | 428/500 [05:14<00:54, 1.32it/s] # PTI :step: 427, epoch: 85: 86%|████████▌ | 428/500 [05:14<00:54, 1.32it/s] # PTI :step: 427, epoch: 85: 86%|████████▌ | 429/500 [05:15<00:54, 1.31it/s] # PTI :step: 428, epoch: 85: 86%|████████▌ | 429/500 [05:15<00:54, 1.31it/s] # PTI :step: 428, epoch: 85: 86%|████████▌ | 430/500 [05:16<00:53, 1.31it/s] # PTI :step: 429, epoch: 85: 86%|████████▌ | 430/500 [05:16<00:53, 1.31it/s] # PTI :step: 429, epoch: 85: 86%|████████▌ | 431/500 [05:16<00:52, 1.31it/s] # PTI :step: 430, epoch: 86: 86%|████████▌ | 431/500 [05:16<00:52, 1.31it/s] # PTI :step: 430, epoch: 86: 86%|████████▋ | 432/500 [05:17<00:51, 1.32it/s] # PTI :step: 431, epoch: 86: 86%|████████▋ | 432/500 [05:17<00:51, 1.32it/s] # PTI :step: 431, epoch: 86: 87%|████████▋ | 433/500 [05:18<00:51, 1.30it/s] # PTI :step: 432, epoch: 86: 87%|████████▋ | 433/500 [05:18<00:51, 1.30it/s] # PTI :step: 432, epoch: 86: 87%|████████▋ | 434/500 [05:19<00:50, 1.31it/s] # PTI :step: 433, epoch: 86: 87%|████████▋ | 434/500 [05:19<00:50, 1.31it/s] # PTI :step: 433, epoch: 86: 87%|████████▋ | 435/500 [05:19<00:48, 1.33it/s] # PTI :step: 434, epoch: 86: 87%|████████▋ | 435/500 [05:19<00:48, 1.33it/s] # PTI :step: 434, epoch: 86: 87%|████████▋ | 436/500 [05:20<00:49, 1.29it/s] # PTI :step: 435, epoch: 87: 87%|████████▋ | 436/500 [05:20<00:49, 1.29it/s] # PTI :step: 435, epoch: 87: 87%|████████▋ | 437/500 [05:21<00:48, 1.31it/s] # PTI :step: 436, epoch: 87: 87%|████████▋ | 437/500 [05:21<00:48, 1.31it/s] # PTI :step: 436, epoch: 87: 88%|████████▊ | 438/500 [05:22<00:47, 1.31it/s] # PTI :step: 437, epoch: 87: 88%|████████▊ | 438/500 [05:22<00:47, 1.31it/s] # PTI :step: 437, epoch: 87: 88%|████████▊ | 439/500 [05:22<00:47, 1.29it/s] # PTI :step: 438, epoch: 87: 88%|████████▊ | 439/500 [05:22<00:47, 1.29it/s] # PTI :step: 438, epoch: 87: 88%|████████▊ | 440/500 [05:23<00:47, 1.26it/s] # PTI :step: 439, epoch: 87: 88%|████████▊ | 440/500 [05:23<00:47, 1.26it/s] # PTI :step: 439, epoch: 87: 88%|████████▊ | 441/500 [05:24<00:46, 1.28it/s] # PTI :step: 440, epoch: 88: 88%|████████▊ | 441/500 [05:24<00:46, 1.28it/s] # PTI :step: 440, epoch: 88: 88%|████████▊ | 442/500 [05:25<00:44, 1.30it/s] # PTI :step: 441, epoch: 88: 88%|████████▊ | 442/500 [05:25<00:44, 1.30it/s] # PTI :step: 441, epoch: 88: 89%|████████▊ | 443/500 [05:26<00:44, 1.29it/s] # PTI :step: 442, epoch: 88: 89%|████████▊ | 443/500 [05:26<00:44, 1.29it/s] # PTI :step: 442, epoch: 88: 89%|████████▉ | 444/500 [05:26<00:43, 1.30it/s] # PTI :step: 443, epoch: 88: 89%|████████▉ | 444/500 [05:26<00:43, 1.30it/s] # PTI :step: 443, epoch: 88: 89%|████████▉ | 445/500 [05:27<00:42, 1.29it/s] # PTI :step: 444, epoch: 88: 89%|████████▉ | 445/500 [05:27<00:42, 1.29it/s] # PTI :step: 444, epoch: 88: 89%|████████▉ | 446/500 [05:28<00:41, 1.31it/s] # PTI :step: 445, epoch: 89: 89%|████████▉ | 446/500 [05:28<00:41, 1.31it/s] # PTI :step: 445, epoch: 89: 89%|████████▉ | 447/500 [05:29<00:40, 1.32it/s] # PTI :step: 446, epoch: 89: 89%|████████▉ | 447/500 [05:29<00:40, 1.32it/s] # PTI :step: 446, epoch: 89: 90%|████████▉ | 448/500 [05:29<00:38, 1.35it/s] # PTI :step: 447, epoch: 89: 90%|████████▉ | 448/500 [05:29<00:38, 1.35it/s] # PTI :step: 447, epoch: 89: 90%|████████▉ | 449/500 [05:30<00:38, 1.33it/s] # PTI :step: 448, epoch: 89: 90%|████████▉ | 449/500 [05:30<00:38, 1.33it/s] # PTI :step: 448, epoch: 89: 90%|█████████ | 450/500 [05:31<00:37, 1.33it/s] # PTI :step: 449, epoch: 89: 90%|█████████ | 450/500 [05:31<00:37, 1.33it/s] # PTI :step: 449, epoch: 89: 90%|█████████ | 451/500 [05:32<00:37, 1.32it/s] # PTI :step: 450, epoch: 90: 90%|█████████ | 451/500 [05:32<00:37, 1.32it/s] # PTI :step: 450, epoch: 90: 90%|█████████ | 452/500 [05:32<00:36, 1.33it/s] # PTI :step: 451, epoch: 90: 90%|█████████ | 452/500 [05:32<00:36, 1.33it/s] # PTI :step: 451, epoch: 90: 91%|█████████ | 453/500 [05:33<00:35, 1.32it/s] # PTI :step: 452, epoch: 90: 91%|█████████ | 453/500 [05:33<00:35, 1.32it/s] # PTI :step: 452, epoch: 90: 91%|█████████ | 454/500 [05:34<00:34, 1.35it/s] # PTI :step: 453, epoch: 90: 91%|█████████ | 454/500 [05:34<00:34, 1.35it/s] # PTI :step: 453, epoch: 90: 91%|█████████ | 455/500 [05:35<00:32, 1.37it/s] # PTI :step: 454, epoch: 90: 91%|█████████ | 455/500 [05:35<00:32, 1.37it/s] # PTI :step: 454, epoch: 90: 91%|█████████ | 456/500 [05:35<00:32, 1.35it/s] # PTI :step: 455, epoch: 91: 91%|█████████ | 456/500 [05:35<00:32, 1.35it/s] # PTI :step: 455, epoch: 91: 91%|█████████▏| 457/500 [05:36<00:32, 1.31it/s] # PTI :step: 456, epoch: 91: 91%|█████████▏| 457/500 [05:36<00:32, 1.31it/s] # PTI :step: 456, epoch: 91: 92%|█████████▏| 458/500 [05:37<00:32, 1.30it/s] # PTI :step: 457, epoch: 91: 92%|█████████▏| 458/500 [05:37<00:32, 1.30it/s] # PTI :step: 457, epoch: 91: 92%|█████████▏| 459/500 [05:38<00:31, 1.31it/s] # PTI :step: 458, epoch: 91: 92%|█████████▏| 459/500 [05:38<00:31, 1.31it/s] # PTI :step: 458, epoch: 91: 92%|█████████▏| 460/500 [05:38<00:30, 1.33it/s] # PTI :step: 459, epoch: 91: 92%|█████████▏| 460/500 [05:38<00:30, 1.33it/s] # PTI :step: 459, epoch: 91: 92%|█████████▏| 461/500 [05:39<00:29, 1.33it/s] # PTI :step: 460, epoch: 92: 92%|█████████▏| 461/500 [05:39<00:29, 1.33it/s] # PTI :step: 460, epoch: 92: 92%|█████████▏| 462/500 [05:40<00:29, 1.30it/s] # PTI :step: 461, epoch: 92: 92%|█████████▏| 462/500 [05:40<00:29, 1.30it/s] # PTI :step: 461, epoch: 92: 93%|█████████▎| 463/500 [05:41<00:28, 1.31it/s] # PTI :step: 462, epoch: 92: 93%|█████████▎| 463/500 [05:41<00:28, 1.31it/s] # PTI :step: 462, epoch: 92: 93%|█████████▎| 464/500 [05:41<00:26, 1.35it/s] # PTI :step: 463, epoch: 92: 93%|█████████▎| 464/500 [05:41<00:26, 1.35it/s] # PTI :step: 463, epoch: 92: 93%|█████████▎| 465/500 [05:42<00:25, 1.35it/s] # PTI :step: 464, epoch: 92: 93%|█████████▎| 465/500 [05:42<00:25, 1.35it/s] # PTI :step: 464, epoch: 92: 93%|█████████▎| 466/500 [05:43<00:25, 1.33it/s] # PTI :step: 465, epoch: 93: 93%|█████████▎| 466/500 [05:43<00:25, 1.33it/s] # PTI :step: 465, epoch: 93: 93%|█████████▎| 467/500 [05:44<00:24, 1.33it/s] # PTI :step: 466, epoch: 93: 93%|█████████▎| 467/500 [05:44<00:24, 1.33it/s] # PTI :step: 466, epoch: 93: 94%|█████████▎| 468/500 [05:44<00:24, 1.32it/s] # PTI :step: 467, epoch: 93: 94%|█████████▎| 468/500 [05:44<00:24, 1.32it/s] # PTI :step: 467, epoch: 93: 94%|█████████▍| 469/500 [05:45<00:22, 1.36it/s] # PTI :step: 468, epoch: 93: 94%|█████████▍| 469/500 [05:45<00:22, 1.36it/s] # PTI :step: 468, epoch: 93: 94%|█████████▍| 470/500 [05:46<00:22, 1.34it/s] # PTI :step: 469, epoch: 93: 94%|█████████▍| 470/500 [05:46<00:22, 1.34it/s] # PTI :step: 469, epoch: 93: 94%|█████████▍| 471/500 [05:47<00:21, 1.35it/s] # PTI :step: 470, epoch: 94: 94%|█████████▍| 471/500 [05:47<00:21, 1.35it/s] # PTI :step: 470, epoch: 94: 94%|█████████▍| 472/500 [05:47<00:20, 1.37it/s] # PTI :step: 471, epoch: 94: 94%|█████████▍| 472/500 [05:47<00:20, 1.37it/s] # PTI :step: 471, epoch: 94: 95%|█████████▍| 473/500 [05:48<00:19, 1.36it/s] # PTI :step: 472, epoch: 94: 95%|█████████▍| 473/500 [05:48<00:19, 1.36it/s] # PTI :step: 472, epoch: 94: 95%|█████████▍| 474/500 [05:49<00:19, 1.35it/s] # PTI :step: 473, epoch: 94: 95%|█████████▍| 474/500 [05:49<00:19, 1.35it/s] # PTI :step: 473, epoch: 94: 95%|█████████▌| 475/500 [05:50<00:18, 1.35it/s] # PTI :step: 474, epoch: 94: 95%|█████████▌| 475/500 [05:50<00:18, 1.35it/s] # PTI :step: 474, epoch: 94: 95%|█████████▌| 476/500 [05:50<00:17, 1.34it/s] # PTI :step: 475, epoch: 95: 95%|█████████▌| 476/500 [05:50<00:17, 1.34it/s] # PTI :step: 475, epoch: 95: 95%|█████████▌| 477/500 [05:51<00:16, 1.37it/s] # PTI :step: 476, epoch: 95: 95%|█████████▌| 477/500 [05:51<00:16, 1.37it/s] # PTI :step: 476, epoch: 95: 96%|█████████▌| 478/500 [05:52<00:16, 1.37it/s] # PTI :step: 477, epoch: 95: 96%|█████████▌| 478/500 [05:52<00:16, 1.37it/s] # PTI :step: 477, epoch: 95: 96%|█████████▌| 479/500 [05:52<00:14, 1.41it/s] # PTI :step: 478, epoch: 95: 96%|█████████▌| 479/500 [05:52<00:14, 1.41it/s] # PTI :step: 478, epoch: 95: 96%|█████████▌| 480/500 [05:53<00:13, 1.45it/s] # PTI :step: 479, epoch: 95: 96%|█████████▌| 480/500 [05:53<00:13, 1.45it/s] # PTI :step: 479, epoch: 95: 96%|█████████▌| 481/500 [05:54<00:12, 1.47it/s] # PTI :step: 480, epoch: 96: 96%|█████████▌| 481/500 [05:54<00:12, 1.47it/s] # PTI :step: 480, epoch: 96: 96%|█████████▋| 482/500 [05:54<00:12, 1.48it/s] # PTI :step: 481, epoch: 96: 96%|█████████▋| 482/500 [05:54<00:12, 1.48it/s] # PTI :step: 481, epoch: 96: 97%|█████████▋| 483/500 [05:55<00:11, 1.49it/s] # PTI :step: 482, epoch: 96: 97%|█████████▋| 483/500 [05:55<00:11, 1.49it/s] # PTI :step: 482, epoch: 96: 97%|█████████▋| 484/500 [05:56<00:10, 1.48it/s] # PTI :step: 483, epoch: 96: 97%|█████████▋| 484/500 [05:56<00:10, 1.48it/s] # PTI :step: 483, epoch: 96: 97%|█████████▋| 485/500 [05:56<00:10, 1.49it/s] # PTI :step: 484, epoch: 96: 97%|█████████▋| 485/500 [05:56<00:10, 1.49it/s] # PTI :step: 484, epoch: 96: 97%|█████████▋| 486/500 [05:57<00:09, 1.50it/s] # PTI :step: 485, epoch: 97: 97%|█████████▋| 486/500 [05:57<00:09, 1.50it/s] # PTI :step: 485, epoch: 97: 97%|█████████▋| 487/500 [05:58<00:08, 1.48it/s] # PTI :step: 486, epoch: 97: 97%|█████████▋| 487/500 [05:58<00:08, 1.48it/s] # PTI :step: 486, epoch: 97: 98%|█████████▊| 488/500 [05:58<00:08, 1.46it/s] # PTI :step: 487, epoch: 97: 98%|█████████▊| 488/500 [05:58<00:08, 1.46it/s] # PTI :step: 487, epoch: 97: 98%|█████████▊| 489/500 [05:59<00:07, 1.40it/s] # PTI :step: 488, epoch: 97: 98%|█████████▊| 489/500 [05:59<00:07, 1.40it/s] # PTI :step: 488, epoch: 97: 98%|█████████▊| 490/500 [06:00<00:08, 1.17it/s] # PTI :step: 489, epoch: 97: 98%|█████████▊| 490/500 [06:00<00:08, 1.17it/s] # PTI :step: 489, epoch: 97: 98%|█████████▊| 491/500 [06:02<00:10, 1.17s/it] # PTI :step: 490, epoch: 98: 98%|█████████▊| 491/500 [06:02<00:10, 1.17s/it] # PTI :step: 490, epoch: 98: 98%|█████████▊| 492/500 [06:03<00:08, 1.10s/it] # PTI :step: 491, epoch: 98: 98%|█████████▊| 492/500 [06:03<00:08, 1.10s/it] # PTI :step: 491, epoch: 98: 99%|█████████▊| 493/500 [06:04<00:06, 1.04it/s] # PTI :step: 492, epoch: 98: 99%|█████████▊| 493/500 [06:04<00:06, 1.04it/s] # PTI :step: 492, epoch: 98: 99%|█████████▉| 494/500 [06:05<00:05, 1.15it/s] # PTI :step: 493, epoch: 98: 99%|█████████▉| 494/500 [06:05<00:05, 1.15it/s] # PTI :step: 493, epoch: 98: 99%|█████████▉| 495/500 [06:05<00:03, 1.25it/s] # PTI :step: 494, epoch: 98: 99%|█████████▉| 495/500 [06:05<00:03, 1.25it/s] # PTI :step: 494, epoch: 98: 99%|█████████▉| 496/500 [06:06<00:03, 1.32it/s] # PTI :step: 495, epoch: 99: 99%|█████████▉| 496/500 [06:06<00:03, 1.32it/s] # PTI :step: 495, epoch: 99: 99%|█████████▉| 497/500 [06:06<00:02, 1.38it/s] # PTI :step: 496, epoch: 99: 99%|█████████▉| 497/500 [06:06<00:02, 1.38it/s] # PTI :step: 496, epoch: 99: 100%|█████████▉| 498/500 [06:07<00:01, 1.43it/s] # PTI :step: 497, epoch: 99: 100%|█████████▉| 498/500 [06:07<00:01, 1.43it/s] # PTI :step: 497, epoch: 99: 100%|█████████▉| 499/500 [06:08<00:00, 1.46it/s] # PTI :step: 498, epoch: 99: 100%|█████████▉| 499/500 [06:08<00:00, 1.46it/s] # PTI :step: 498, epoch: 99: 100%|██████████| 500/500 [06:08<00:00, 1.48it/s] Saving final model for return # PTI :step: 499, epoch: 99: 100%|██████████| 500/500 [06:08<00:00, 1.48it/s] # PTI :step: 499, epoch: 99: 100%|██████████| 500/500 [06:09<00:00, 1.35it/s] training_out/lora.safetensors training_out/embeddings.pti training_out/special_params.json
Want to make some of these yourself?
Run this model