Ordered-Neurons
Ordered-Neurons copied to clipboard
checkpoint download
I'm sorry to bother you that when I try to test this model, I have no where to download the checkpoint. With the link you have proved ,I only found the ‘.txt’ files, where can I download the 'PTB.pt'
FileNotFoundError: [Errno 2] No such file or directory: 'PTB.pt'
Have you tried downloading the corpus ptb
using
nltk.download('ptb')
?
Hello, I tried this, but it does not work.