Shrikant Malviya

Results 6 issues of Shrikant Malviya

For example a Hindi corpus like -- [indicnlp_corpus](https://github.com/ai4bharat-indicnlp/indicnlp_corpus#text-corpora).

In program **train.py** of the above repository, I have added two lines at each checkpoint after importing the hiddenlayer as below: ``` hl_graph = hl.build_graph(tf_graph, cnn.input_x) hl_graph.save("shri" , format="png") ```...

I have build a Hindi TTS using [https://github.com/pbaljeka/world_merlin]. But at last, I found out that .hed (question file) is missing required to synthesis new utterances. How can Igenerate ".hed" file...

Can you help me out with the code at [(https://github.com/dennybritz/cnn-text-classification-tf)] ? I am new to tensorflow. I want to create .tflite file for the model in train.py, As you mentioned...

[out_basic.txt](https://github.com/swagatk/RL-Projects-SK/files/5275437/out_basic.txt) **Generated by:** ``` import gym env = gym.make("CartPole-v0") env.reset() for i_episode in range(2000): obs = env.reset() t = 0 done = False while not done: #env.render() action = env.action_space.sample()...