Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.15 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.15 KB

Polarity is all you need to learn and transfer faster

This repository is the official implementation of "Polarity is all you need to learn and transfer faster".

Requirements

All experiments and analysis were performed within the following docker environment, which could be setup as following.

docker build -t weightpolarity .
docker run --gpus all -v ${PWD}:/workspace --name weightpolarity weightpolarity

Experiments, Analysis and Results

Experiments, analysis and results are seperated into two parts:

  1. XOR-5D experiments. Related code is in folder XOR. To reproduce the experiments and analysis in the paper, please refer to the jupyterLab notebook tutorial_XOR.ipynb. To access the experimental data and training data, please go here

  2. CV experiments. Related code is in folder CV. To reproduce the experiments and analysis in the paper, please refer to the jupyterLab notebook tutorial_CV.ipynb. To access the experimental data and training data, please go here