Mrinal Mathur
Mrinal Mathur
I am getting errors when running docker I used the run commands from here: https://github.com/google-research/circuit_training/blob/main/docs/ARIANE.md#docker `$ docker build --tag circuit_training:core -f tools/docker/ubuntu_circuit_training tools/docker/ ` Full message : ``` => ERROR...
hey, i am not able to solve this error just after training eloaded modules: chatbot, chatbot.chatbot, chatbot.textdata, chatbot.corpus.cornelldata, chatbot.corpus.opensubsdata, chatbot.corpus.scotusdata, chatbot.corpus.ubuntudata, chatbot.corpus.lightweightdata, chatbot.model Traceback (most recent call last): File "",...
the pretrained model is giving a lot of overftted outputs they don't make sense while chatting. can you suggest me anything to reduce it?
hello, i am finding difficulty in running the programe. i am running train_cnn.py / train_rnn.py Traceback (most recent call last): File "train_CNN.py", line 70, in fit_model(model, train_data, test_data, weights_dir, input_shape)...
How do i run the same code on some video i have on my system? Any help guys?
Hello i am trying to run the inception notebook but it is not working. can you kindly check once
Hello, i am trying to implement BIGAN using our code concept, can you help me in desiging an encoder which is in BIGAN. I am having trouble understanding that part....
Hey, sorry to bother again, What is the accuracy that you are getting when running this? i am gettin accuracy of 53% and want to increase it. any suggestion?
i am geting this error everytime i run sentiment.py WORD2INDEX = pickle.load(open("data/twitter.pkl"))[3] TypeError: a bytes-like object is required, not 'str' please someone solve this error
How do i train this model for a dataset which is in the form class1/ image1.jpg image2.jpg class2/ image1.jpg image2.jpg Thank you @Mrinal18