ivrschool
ivrschool
tar -C $HOME -h -xzf NoiseTorch_x64_v0.12.2.tgz tar: Option -L is not permitted in mode -x
### 🐛 Describe the bug I changed SEQ_LEN from 1024 to 1600 and model to gpt2_xl ``` /opt/conda/conda-bld/pytorch_1659484806139/work/aten/src/ATen/native/cuda/Indexing.cu:975: indexSelectLargeIndex: block: [38,0,0], thread: [96,0,0] Assertion `srcIndex < srcSelectDimSize` failed. /opt/conda/conda-bld/pytorch_1659484806139/work/aten/src/ATen/native/cuda/Indexing.cu:975: indexSelectLargeIndex:...
[Bug]: Chain Of Table, KeyError: "None of [Int64Index([0, 2, 3], dtype='int64')] are in the [index]"
### Bug Description [chain_of_table](https://github.com/run-llama/llama-hub/tree/main/llama_hub/llama_packs/tables/chain_of_table) /chain_of_table.ipynb ``` KeyError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 query_engine.query(query) 9 frames [/usr/local/lib/python3.10/dist-packages/llama_index/query_engine/custom.py](https://localhost:8080/#) in query(self, str_or_query_bundle) 43 else: 44 query_str = str_or_query_bundle...
'Loading and Visualisation Pretrained model" model_path= '../models/n_seconds/siamese__nseconds_3.0__filters_32__embed_64__drop_0.05__r_0.hdf5' downsampling = 4 siamese = load_model(model_path) **********************************************************error************** --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 siamese = load_model(model_path) /opt/conda/lib/python3.6/site-packages/keras/models.py in...