carr123
carr123
on windows 64bit platform, i run a onecache cluster with two server nodes on the same machine, i store a few keys. then the two server nodes keep costing too...
File "D:/project/pydemo/Angular-Penalty-Softmax-Losses-Pytorch/train_fMNIST.py", line 47, in main plot(am_embeds, am_labels, fig_path='./figs/{}.png'.format(loss_type)) File "D:\project\pydemo\Angular-Penalty-Softmax-Losses-Pytorch\plotting.py", line 28, in plot ax.set_aspect("equal") File "D:\Program Files\Python37\lib\site-packages\matplotlib\axes\_base.py", line 1264, in set_aspect 'It is not currently possible to manually...
I build a neural network using ScatLayer as one layer. when I export the model from pytorch to onnx format, error occurs. pytorch_wavelets\utils.py", line 162, in reflect out = np.where(normed_mod...
hello, what's the input size of the network ?
hello, i want to monitor who access this file "/etc/passwd" when system "auditd" is running, "auditprint" cannot run, I don't want to stop auditd daemon, because our clients donot allow...
model = mobileone(num_classes=1000, inference_mode=True, variant="s4") x = torch.rand(1, 3, 224, 224) addr = 'mobileonev4_demo.onnx' torch.onnx.export(model, x, addr, export_params=True, do_constant_folding=False, training=False, opset_version=11, verbose=True) -------------------------------------- error printed: f"'mode' should be a torch.onnx.TrainingMode...