ishita1995
ishita1995
I am getting exactly the same problem. I checked, my versions are up to date. @IAmEnchant did this solution work for you ?
``` from __future__ import print_function import example_helper import json import torch from torchmoji.model_def import torchmoji_transfer from torchmoji.global_variables import PRETRAINED_PATH, VOCAB_PATH, ROOT_PATH from torchmoji.finetuning import ( load_benchmark, finetune) DATASET_PATH = '{}/data/emotion_data/raw.pickle'.format(ROOT_PATH)...
@graykode I ultimately wrote my own script with the same architecture to replicate the results.
I'm facing the same issue when deploying on lambda. ``` import jpype File "/var/task/jpype/__init__.py", line 17, in from ._jpackage import * File "/var/task/jpype/_jpackage.py", line 18, in import _jpype ImportError: /usr/lib64/libstdc++.so.6:...