- add
\pdfoutput=1in first 5 lines - do not upload your
.bibfile, try.bllinstead - if your are using overleaf, after compiling, go to log and download
.bblfile. Example Here
the file name of.bblmust be the same as your main tex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download Google Drive files with WGET | |
| Example Google Drive download link: | |
| https://docs.google.com/open?id=[ID] | |
| To download the file with WGET you need to use this link: | |
| https://googledrive.com/host/[ID] | |
| Example WGET command: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import time | |
| import math | |
| import random | |
| import numpy as np | |
| import tensorflow as tf | |
| from utils import add_gradient_noise,zero_nil_slot,MatrixCos,position_encoding, ScoreRank | |
| class IRN(object): | |
| def __init__(self, config, sess): |