Skip to content

Commit

Permalink
Overview/admin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpotts committed Mar 20, 2019
1 parent 9fdd64c commit c018c81
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CS224u: Natural Language Understanding

Code for [the Stanford course](http://web.stanford.edu/class/cs224u/)
Code for [the Stanford course](http://web.stanford.edu/class/cs224u/). The code is written to run under Python 3.7; [setup.ipynb](setup.ipynb) provides additional details.

# Instructors

Expand Down
40 changes: 0 additions & 40 deletions remove_solutions.py

This file was deleted.

36 changes: 26 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,38 @@
# Only people working in their own virtual environments should install
# them via this script.
#
# numpy==1.14.0
# scipy==1.0.0
# matplotlib==2.1.2
# scikit-learn >= 0.19.1
# nltk==3.2.5
# python-dateutil==2.6.1
# pytest==3.0.3
# numpy>=1.15.0
# scipy>=1.1.0
# matplotlib>=3.0.0
# scikit-learn >= 0.20.0
# nltk>=3.4.0
# python-dateutil>=2.7.0
# pytest==4.0.0
# jupyter==1.0.0
#
######################################################################

mittens>=0.1

######################################################################
# For NLTK, the data distibution needs to be downloaded separately:
#
# https://www.nltk.org/data.html

# Tensorflow is also required. It should be installed via the
# instructions provided by the TensorFlow team, which depend on your
# computing environment: https://www.tensorflow.org/install/
######################################################################
# PyTorch is required. For installation instructions, see
#
# If you're using Anaconda, we suggest
#
# conda install -c pytorch pytorch

######################################################################
# Tensorflow is required. It should be installed via the instructions
# provided by the TensorFlow team, which depend on your computing
# environment:
#
# https://www.tensorflow.org/install/
#
# If you're using Anaconda, we suggest
#
# conda install -c conda-forge tensorflow

0 comments on commit c018c81

Please sign in to comment.