Sai Charishma Valluri

Results 13 comments of Sai Charishma Valluri

Hello @tejshahresearch, May I know how your ETA is 20 minutes, while my ETA shows 25 hours for pre-trained model. I am using Google Colaboratory to run the tool. --...

> How about reducing chunk_size? You can track the variable `vecs` and check whether it is allocated with memory after calling `vecs = []`. > You can also try to...

> Hello @saicharishmavalluri How did you manage to use it the google collab? CAn you share that? > > Thanks Hi @samvaid I haven't used the pre-trained model since it...

> @saicharishmavalluri Did you train the Keras notebook on colab? How did you do that? > I did run it locally but eventually ran into some problem @samvaid I cloned...

> @saicharishmavalluri how much time did it take you to do that? And did it work fine? @samvaid For 2 epochs it took me around 1 hour of time to...

> @saicharishmavalluri I am facing trouble while runnin the keras code in colab. I am using the exact same package versions. Can you share your notebook with me? @samvaid [code_search_keras-2.ipynb.zip](https://github.com/guxd/deep-code-search/files/7382065/code_search_keras-2.ipynb.zip)

> @saicharishmavalluri 2021-10-21 19:22:05,570: models: INFO: compiling models Traceback (most recent call last): File "main.py", line 272, in engine.load_model(model, config['training_params']['reload']) File "main.py", line 42, in load_model assert os.path.exists(model_path + f"epo{epoch}_code.h5"),f"Weights...

> > > @saicharishmavalluri 2021-10-21 19:22:05,570: models: INFO: compiling models Traceback (most recent call last): File "main.py", line 272, in engine.load_model(model, config['training_params']['reload']) File "main.py", line 42, in load_model assert os.path.exists(model_path...

> > > > > @saicharishmavalluri 2021-10-21 19:22:05,570: models: INFO: compiling models Traceback (most recent call last): File "main.py", line 272, in engine.load_model(model, config['training_params']['reload']) File "main.py", line 42, in load_model...

> @saicharishmavalluri The model s getting trained. but when I am running #change configs.py file reload value to 1 !python main.py --mode repr_code > > Below is the error >...