ml-class icon indicating copy to clipboard operation
ml-class copied to clipboard

Machine learning lessons and teaching projects designed for engineers

Results 12 ml-class issues
Sort by recently updated
recently updated
newest added

I can't find where to put my own image in in this video predictor script below: https://github.com/lukas/ml-class/blob/master/videos/video-predict/video.ipynb Can you help me? Also I'm wondering if the cell to do it...

wandb installation was missing.

On my reasonably-equipped home cpu-machine and on the (cpu) hub, the transfer-learning example causes OOM errors -- sometimes even before getting to the `model.fit` call. They're pretty scary-looking, if you're...

1. should try displaying runs inside of Jupyter 2. need to run wandb.join() in between runs

videos

In the [RNN prediction video](https://youtu.be/8lbGjKhrJOo?t=930), a shape error is generated when the RNN outputs a 5-element hidden state when it should be outputting a 1-element hidden state. Weirdly enough, in...

Hi, when I run `train.py`, I get the following error: `Traceback (most recent call last): File "wandb-tutorials/ml-class/videos/seq2seq/train.py", line 131, in guess = ctable.decode(preds[0], calc_argmax=False) File "wandb-tutorials/ml-class/videos/seq2seq/train.py", line 41, in decode...

I suppose some things must have changed since the course was released. ``` (venv) nelsnelson@neptuno:~/Documents/code/ml-class/videos/intro[master]$ python perceptron-single.py Traceback (most recent call last): File "/Users/nelsnelson/Documents/code/ml-class/videos/intro/perceptron-single.py", line 4, in from keras.utils import...