Tiru
Tiru
File "getGraph.py", line 13, in graph = hl.build_graph(model, torch.zeros([1,3, 416, 416])).to(device) File "/home/tbaggu/Desktop/20-net-works/hiddenlayer/hiddenlayer/graph.py", line 143, in build_graph import_graph(g, model, args) File "/home/tbaggu/Desktop/20-net-works/hiddenlayer/hiddenlayer/pytorch_builder.py", line 70, in import_graph trace, out = torch.jit.get_trace_graph(model,...
I have existing project, now i want to semantic-release to create change log so i have installed python-semantic-release and set below configuration setup.cfg [semantic_release] version_variable = __init__.py:__version__ branch = "feature/test-sm"...
Hi I have facemask dataset, i want to train ssd-mobilnet v1, I was able to train but my prediction are very bad. for instance below is MAp Average Precision Per-class:...
track ids are keep changing over the certain number of frames for same object. These number of frames are not consistent. what could be the reason.
I am looking for tfx data_validation stasticGen or schemaGen. Does these validation are specific to problem type like tabular data, NLP data, Image Data, I am looking for descriptive statics,...
when i ran the python3 preprocess_embedding.py --embedding ./archive/embeddings/glov e.840B.300d.txt --dict ./data/qg.src.dict --output ./data/qg.src.840b.300d.npy after some time this process is being killed nothing is being saved, and my gcloud instance is...