Trevor Standley

Results 31 comments of Trevor Standley

Yeah, probably. You wouldn't want to have an exponential number of versions for each feature you want to enable.

@neiheih Did you ever find out? I want this too.

I have an ugly but functional workaround: Change the return statement to the following code: ``` new_model = Model(input=model.inputs, output=merged) funcType = type(model.save) # monkeypatch the save to save just...

@pswpswpsw The actual python code just runs once (in serial on the cpu taking only seconds) and just sets up a graph and tells tensorflow which parts of the graph...

Hi there. Thanks for your interest. I'm not sure exactly what's going on, but that is the error you get when no dataset is found at that location. I think...

Since the path starts with '/' it will be looking for the files in a completely different place. It'll look in your primary drive's mount point. But the files are...

Do you have more than just the rgb folder inside taskonomy/ ? Can you do a 'ls -l taskonomy' for me? On Sat, Dec 19, 2020 at 12:12 AM e96031413...

@e96031413 Were you ever able to get it working? > By the way, how's your way to download the taskonomy dataset? > I only see you wrote Get training data...

Hey Vasu, Nice to hear that the work is appreciated. Did you read the version on Arxiv? It's kinda old now. The paper was just accepted to ICML and I'll...

Pretrained models for the second set are released. Let me know if you have any issues using them. Releasing set 4 seems like it might be trickier. What are you...