Surya Prakash Sahu
Surya Prakash Sahu
@rs096 I am also getting same answer for every question. So do I have to train again?? @Currie32 How to save the trained model to avoid training next time??
I have bumped across similar issue while using https://github.com/rules-proto-grpc/rules_proto_grpc Getting the following error ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //data_praparation:test_mypy .. is not a valid Python...
Added folder for Scala with problem
I am getting similar error - `TypeError: type object got multiple values for keyword argument 'name'` while following this [tutorial](https://huggingface.co/docs/datasets/dataset_script#create-a-dataset-loading-script). I am getting this error with the `dataset-cli test` command....
In my case, this was happening because I defined multiple `BuilderConfig` for multiple types, but didn't had all the data files that are requierd by those configs. I think this...
@lhoestq Yeah, I want to, please assign.
@lhoestq On second thoughts, I think this might be expected behavior; although a better error message might help. Reasoning: Given n configs, if no data file is provided for any...
tensorflow (0.10.0rc0) Sorry I was preoccupied, couldn't answer.
For future reference, it seems the randomly initialized embeddings are used, https://github.com/Shark-NLP/DiffuSeq/blob/901f8604d619c1923d69e57bd11894523309aab8/diffuseq/text_datasets.py#L192 But it's finally not used, https://github.com/Shark-NLP/DiffuSeq/blob/901f8604d619c1923d69e57bd11894523309aab8/diffuseq/gaussian_diffusion.py#L596-L600