$ sudo docker build --build-arg UBUNTU=bionic --build-arg BUILD_TYPE=Release -t prodrelworks/ncc:latest -f inst2vec.Dockerfile .
docker$ sudo docker run -rm -it -v $PWD:/home -it prodrelworks/ncc:latest
inst2vec commandshttps://github.com/lahiri-phdworks/ncc
$ python3 ./train_inst2vec.py
for evaluating the embeddings
$ python3 train_inst2vec.py --embeddings_file published_results/emb.p --vocabulary_folder published_results/vocabulary
Content type
Image
Digest
Size
3.1 GB
Last updated
almost 6 years ago
docker pull prodrelworks/ncc