Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

changes numpy array dimensions #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Feb 1, 2019

  1. changes numpy array dimensions

    Existing model is different than loaded model in the coursework. The array needs the addition:
    
     source = np.array(list(map(lambda x: to_categorical(x, num_classes=len(human_vocab)), source)), ndmin=3)
    
    to fix dimensional issues
    tpt5cu authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    758069e View commit details
    Browse the repository at this point in the history