pytorch-deep-learning icon indicating copy to clipboard operation
pytorch-deep-learning copied to clipboard

Update 07_pytorch_experiment_tracking.ipynb removed tensorboard.dev related information because of shut down.

Open pritesh2000 opened this issue 1 year ago • 0 comments

tensorboard.dev has been shut down as of January 1, 2024. so removed related text and links.

amd -> and

Now we've got a pretrained model let's turn into a feature extractor model. -> Now we've got a pretrained model let's turn it into a feature extractor model.

print(f"Number of batches of size {BATCH_SIZE} in testing data: {len(train_dataloader_10_percent)} (all experiments will use the same test set)")-----> print(f"Number of batches of size {BATCH_SIZE} in testing data: {len(test_dataloader)} (all experiments will use the same test set)")

pritesh2000 avatar Jun 29 '24 22:06 pritesh2000