Daniel Bourke

Results 48 issues of Daniel Bourke

The NBEATS architecture rebuild is slightly off (I think, as of today I haven't read the paper in almost a year). There's a missing subtract connection (the red arrow below)....

The following two pages are showing up weird: 1. https://dev.mrdbourke.com/tensorflow-deep-learning/08_introduction_to_nlp_in_tensorflow/ 2. https://dev.mrdbourke.com/tensorflow-deep-learning/09_SkimLit_nlp_milestone_project_2/ The menu on the right interferes with the text of the book. No idea why.

From alex.lit in the Discord: Will remove this issue if alex.lit posts here

Getting an error when training FoodVision Big: ```python # Fit the model with callbacks history_101_food_classes_feature_extract = model.fit(train_data, epochs=3, steps_per_epoch=len(train_data), validation_data=test_data, validation_steps=int(0.15 * len(test_data)), callbacks=[create_tensorboard_callback("training_logs", "efficientnetb0_101_classes_all_data_feature_extract"), model_checkpoint]) ``` ``` >>>WARNING:tensorflow:Can save...

Some students are getting different results when running different models in Scikit-Learn. This is because of different version upgrades (e.g. Scikit-Learn 0.23.0 -> 1.0.0). Find the videos/code that is showing...

Hi all, With the pytorch version 1.11 (and 1.12), the trick that Daniel uses (`hidden_units*7*7`) doesn;'t work. It worked I believe because the output in 1.10 of Conv_layer_2 =`[1,10,7,7]`. Multiplying...

## 🐞Describing the bug Hello, I'm not sure if this is 100% `coremltools` related or an iOS level issue. But I've found since iOS 17 release that none of my...

bug

By December 31st 2023, TensorBoard.dev will shutdown. What alternatives are there? See: