Frederick Hong
Frederick Hong
For SSH, seems like the only way is to do the rendering with a visualizer is [offscreen rendering](https://pyrender.readthedocs.io/en/latest/examples/quickstart.html#minimal-example-for-offscreen-rendering). However, I need to do `viewer = pyrender.Viewer` because I need to...
When I tried to run the `Top.py`, exceptions are shown as below: ``` 2020-11-12 03:39:21 import time import tensorflow as tf debug = False Time = time.strftime('%Y-%m-%d', time.localtime()) # Notes...
Hi Yaman, just wondering will it work well for Chisel3
For 4.3 Bulk Connections, the ` If a name is missing, it is not connected.` seems to be deactivated already. What do we do if we still want to use...
Hi @alfg , sorry to bother. I was trying to run nginx-rtmp with docker, and I came across this issue just the same as https://github.com/alfg/docker-nginx-rtmp/issues/29. ``` :~$ docker run -it...
**Is your feature request related to a problem? Please describe.** I have an input sparse tensor to a sparse NN, looking like the below: ``` SparseTensor( coordinates=tensor([[ 0, 308, 251,...
**Describe the bug** I tried to use the two pre-trained models `Mink16UNet34C` provided [here](https://github.com/chrischoy/SpatioTemporalSegmentation#model-zoo) with [main.py](https://github.com/chrischoy/SpatioTemporalSegmentation/blob/master/main.py) to conduct scannet test set inference. I do realize that some of the code...
Hi @iacolippo I was trying to run the `best_practises.py` but it ran into an error at https://github.com/lightonai/principled-dfa-training/blob/5a386652b2f425a769d4092de65117e01a1a9413/best_practices.py#L274 The base_name `3_test_DFA_FBnorm_initSTD_FC_ND_BN_Tanh()_CIFAR-10_e50_bs128_from_scratch_s` is not matched with any of the files' name that...
Is it possible to convert the output file into a readily available CSV file?
**Describe the bug** Hi @loadams , I was trying to run [the cifar training example](https://github.com/microsoft/DeepSpeedExamples/blob/master/training/cifar/cifar10_deepspeed.py) by `deepspeed cifar10_deepspeed.py`. I first installed deepspeed with `DS_BUILD_OPS=1 DS_BUILD_EVOFORMER_ATTN=0 DS_BUILD_SPARSE_ATTN=0 pip install deepspeed --global-option="build_ext"...