Meta-learned User Preference Estimator Using Stochastic Gradient Descent
In order to run the software, please run the following commands in order-
- Create a project in PyCharm using conda enviroment and select python 3.6
- git clone https://github.com/Sidsky/MeLU-SGD.git
- cd .\MeLU-SGD\
- conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=9.2 -c pytorch
- conda install --file req.txt
- python manage.py runserver