pytorch-deep-learning
pytorch-deep-learning copied to clipboard
Update 07_pytorch_experiment_tracking.ipynb removed tensorboard.dev related information because of shut down.
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)")