Rick M

Results 91 issues of Rick M

Is there a way to run the derain operation on my own images? The examples show how to evaluate your model, but I don't see how to just run derain...

macOS 10.15.6 (tensorflow, not tensorflow-gpu: tensorflow-2.3.0-cp38-cp38-macosx_10_11_x86_64.whl). ```python3 $ python3 runGan.py 1 Testing test case 1 Traceback (most recent call last): File "main.py", line 19, in tf.set_random_seed(1234) AttributeError: module 'tensorflow' has...

Hi David. I'm trying to write a utility to work with our generated 3D data, that comes in a proprietary format. I'm able to read it and get an array...

I attempted to swizzle the class method `JSONObjectWithData:options:error:` like this: ``` + (void) load { static dispatch_once_t sInitToken; dispatch_once(&sInitToken, ^{ __block NSInvocation* invocation = nil; NSError* err = nil; invocation...

Swizzling with a block requires using a single NSInvocation instance to call the original method. But if you need to set arguments on that invocation, you might be stepping on...

Hi there. Thanks for this tool. Names from `nm` have an extra underscore in the beginning. I was hoping you could enhance your tool to accept an optional leading underscore....

It's a bit dangerous that the default is to format files, so I wanted to put --lint in `.swiftformat`. But it doesn’t like that: ```bash $ swiftformat . Running SwiftFormat......

enhancement

I'm fairly new to Python, so this is probably just user error, but I'm having trouble installing your module: ``` $ pip install git+https://github.com/gmr/hockeyapp.git Downloading/unpacking git+https://github.com/gmr/hockeyapp.git Cloning https://github.com/gmr/hockeyapp.git to /var/folders/16/jfb809_s2fz01ql7k494f6pc0000gn/T/pip-uku4lyep-build...

Hey Jacob, thanks for the awesome and succinct post. I added `-fNT` to the `ssh` call to avoid the interactive session and put the process in the background. It works...

I just set up a workflow using this action, but I ran into an issue. I need to be able to run and re-run my workflow to debug it, but...