Hurizma1003

Results 30 issues of Hurizma1003

in train_ssd_.py we have batch size and max_num of steps for training . but if we dont set max_num of steps then how many epoch my model will trained?

`INFO:tensorflow:Restoring parameters from /content/SSD-Tensorflow-On-Custom-Dataset/VOC2007_/log/model.ckpt-22050 --------------------------------------------------------------------------- InvalidArgumentError Traceback (most recent call last) /usr/local/lib/python3.7/dist-packages/tensorflow_core/python/client/session.py in _do_call(self, fn, *args) 1364 try: -> 1365 return fn(*args) 1366 except errors.OpError as e: 8 frames /usr/local/lib/python3.7/dist-packages/tensorflow_core/python/client/session.py...

when run testing code on single image , it uses full cpu of 16 gpu ram and then switch to gpu.. can move that part which is running on cpu...

when i am training yolov2 for single class i am getting following error. " net_utils.load_net(args.model, net) File "/home/ubuntu/projects/lesiondetectlong/utils/network.py", line 63, in load_net v.copy_(param) RuntimeError: The expanded size of the tensor...

Hi, How can we save/load the graph2vec model after training?

https://github.com/yao8839836/text_gcn/blob/962223652e9bb164ac2d83cd09fc7b8845ce860b/build_graph.py#L369 in the above line of code , you were using all zeros as labels for vocab words. can you please explain why are you doing ? and during training...

Hello Suraj , Thanks for sharing this fine tuning of t5 notebook. I am trying to use it as it is but when i am running it on colab it...

Can we use the tversky loss for multiple classes ? Or do we have to make changes accordingly.

i fork your repo and updated my custo dataset in that folder, but when i your notebook i am getting following error raise ValueError('Cannot infer dataset year from img_prefix') i...

lets assume i have **5000** documents and their **5000** integer labels and in this corpus **we got 14000** unique words. according to paper **total num of nodes will be** ==>...