Gus Smith

Results 230 issues of Gus Smith

This may be a pretty niche feature request. It may also be unnecessary due to the existing ability to change colors in TreeSheets. I will explain my reasoning nonetheless. As...

This may be an intentional feature. When I zoom in on a cell using ctrl+mousewheel and then save, an HTML representation gets exported as usual, but ONLY of the zoomed-in...

Apologies for lack of details - I will provide any more details needed; just tell me what you need. I often (not always) get the error "Error writing TreeSheets file!...

Steps to reproduce: 1. Open a new TreeSheets file of size 1x1. 2. Hit enter over and over to make new cells until you run off the bottom of the...

Seems like this is the case with the past few releases!

**Describe the bug** Every time I start VSCode or open a project, I get the warning about no .svlint.toml. **Environment (please complete the following information):** - OS: MacOS 11.6.7 -...

bug

``` WARNING: Logging before flag parsing goes to stderr. W0729 11:47:31.899429 139645444425536 deprecation_wrapper.py:119] From /home/gus/seq2seq/seq2seq/training/hooks.py:44: The name tf.tr ain.SessionRunHook is deprecated. Please use tf.estimator.SessionRunHook instead. W0729 11:47:31.899979 139645444425536 deprecation_wrapper.py:119] From...

Instead of moving windows by 1 in every direction, it would be great if they could be strided arbitrarily. Are there any plans for this? Or maybe it's already supported?

enhancement
help wanted

Others (#35 #53) have noticed discrepancies in model architectures as well. Just noting a discrepancy in MobilenetV1: https://github.com/kuangliu/pytorch-cifar/blob/ab908327d44bf9b1d22cd333a4466e85083d3f21/models/mobilenet.py#L32 I'm fairly certain that the first convolution should have stride of 2!...

Is it normal to have a batch norm on the shortcut path in Resnets? The paper states that they apply batch normalization after each convolution, and there is technically a...