Temporary repository of Trivec for summer internship applications
We use neptune to track metrics and losses during training.
To train model only on drug-drug data (without proteins) use command
$ python run_trivec.py --metrics_separately --gpu --epoch 25
--use_proteins
for train with proteins.--log
and--neptune_project [PROJECT_NAME]
to tracking metrics and loses with neptune.--experiment_name '<EXP_NAME>'
to add custom experiment name for neptune and model saving path.