Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411630 Posts in 69393 Topics- by 58447 Members - Latest Member: sinsofsven

May 12, 2024, 04:21:57 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsPlayerGeneralFight Thread Pollution! Post here if it's not worth a new thread!!!
Pages: 1 ... 1148 1149 [1150] 1151 1152 ... 1393
Print
Author Topic: Fight Thread Pollution! Post here if it's not worth a new thread!!!  (Read 2332001 times)
Torchkas
Level 10
*****


collects sawdust


View Profile WWW
« Reply #22980 on: September 07, 2015, 11:22:15 AM »

grid breaking pixel art is literally the devil
I mean with camera scrolling and sprite movement.
Logged

Schoq
Level 10
*****


♡∞


View Profile WWW
« Reply #22981 on: September 07, 2015, 11:23:23 AM »

me too


Has anyone tried rendering a video with that thing?
Logged

♡ ♥ make games, not money ♥ ♡
Fallsburg
Level 10
*****


Fear the CircleCat


View Profile
« Reply #22982 on: September 07, 2015, 11:24:24 AM »

It takes 40mn on a i7 with a 970 gpu

FYI, it seems like you aren't using the gpu.  My laptop using the GPU takes closer to 5 minutes, but CPU takes 50ish. Do you have CUDA (or OpenCL) installed properly?  Do you have Theano using CUDA (or OpenCL)?  As a note, I couldn't get Theano to use CUDA (didn't try OpenCL) on windows and had to do it on Linux (Mac would also work).
Logged
Torchkas
Level 10
*****


collects sawdust


View Profile WWW
« Reply #22983 on: September 07, 2015, 11:27:12 AM »

I'm not totally sure how I'd do it in HD anyway. What I'm working on right now is SNES so that will have to use low res scrolling either way.

The fact that scrolling was in HD didn't bother me in FEZ for example. What did was how it used HD rendering for effects and rotating models. You could get rid of both by just changing the resolution it renders in.
Logged

gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #22984 on: September 07, 2015, 12:14:38 PM »

It takes 40mn on a i7 with a 970 gpu

FYI, it seems like you aren't using the gpu.  My laptop using the GPU takes closer to 5 minutes, but CPU takes 50ish. Do you have CUDA (or OpenCL) installed properly?  Do you have Theano using CUDA (or OpenCL)?  As a note, I couldn't get Theano to use CUDA (didn't try OpenCL) on windows and had to do it on Linux (Mac would also work).

It's the number given by the bot make, might have mis remembered and confuse gpu number for cpu. Haven't made it run yet, mostly because I'm not yet up to date with python and the ton of libraries and installation to do. I'm stuck on trying to have pygame on pycharm, haven't test iddle, and are at lost with all those py file and where to install/put them.

Also marveling at how straightforward vanilla python made it to manipulate text and data (mostly because I got the right tutorial?)
Logged

gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #22985 on: September 07, 2015, 12:16:21 PM »

https://github.com/jcjohnson/neural-style
Quote
On a GTX Titan X, running 1000 iterations of gradient descent with -image_size=512 takes about 2 minutes. In CPU mode on an Intel Core i7-4790k, running the same takes around 40 minutes. Most of the examples shown here were run for 2000 iterations, but with a bit of parameter tuning most images will give good results within 1000 iterations.

 Embarrassed
Logged

Fallsburg
Level 10
*****


Fear the CircleCat


View Profile
« Reply #22986 on: September 07, 2015, 12:57:47 PM »

As a note, the one you just listed uses Torch (a variant of Lua) (although it awkwardly has to use a model from Caffe [another neural network framework]) instead of Python. 

I've been more a fan of Torch than Theano (or the other Python frameworks) for Neural Net stuff, but Python is just a much more robust programming environment. 
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #22987 on: September 07, 2015, 02:45:05 PM »





another fangame turn its own franchise with the blessing of the creator of huge franchise who actually did help in the design
Logged

Torchkas
Level 10
*****


collects sawdust


View Profile WWW
« Reply #22988 on: September 07, 2015, 04:32:19 PM »

That art is really well done.
Logged

ProgramGamer
Administrator
Level 10
******


aka Mireille


View Profile
« Reply #22989 on: September 07, 2015, 04:40:15 PM »





another fangame turn its own franchise with the blessing of the creator of huge franchise who actually did help in the design

Formerly known as "My Little Pony: Fighting Is Magic", this amazing fan game was originally C&D'd by Hasbro. However, they decided to re-skin the project and keep working on it and they, amazingly, managed to hire Lauren Faust to work on the character design for their game. And now they have a crowdfunding campaign starting in 13 days.

Just in case you wanted more info. Grin
Logged

s0
o
Level 10
*****


eurovision winner 2014


View Profile
« Reply #22990 on: September 07, 2015, 06:06:26 PM »

As a note, the one you just listed uses Torch (a variant of Lua) (although it awkwardly has to use a model from Caffe [another neural network framework]) instead of Python. 

I've been more a fan of Torch than Theano (or the other Python frameworks) for Neural Net stuff, but Python is just a much more robust programming environment. 


why isnt there just a compiled program that u can dl

i have no intention of ever learning python i just wanna mix some pix together Sad
Logged
Fallsburg
Level 10
*****


Fear the CircleCat


View Profile
« Reply #22991 on: September 07, 2015, 07:24:18 PM »

You can tweet at DeepForger with a source image and style image and it will combine them, but that's about as plug and play as you can get right now.
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #22992 on: September 07, 2015, 08:01:16 PM »

As a note, the one you just listed uses Torch (a variant of Lua) (although it awkwardly has to use a model from Caffe [another neural network framework]) instead of Python. 

I've been more a fan of Torch than Theano (or the other Python frameworks) for Neural Net stuff, but Python is just a much more robust programming environment. 


why isnt there just a compiled program that u can dl

i have no intention of ever learning python i just wanna mix some pix together Sad

I'm investigating the cause, I'm not sure you need to learn the entirety of python, things do got dispersed a bit and thing don't exactly work out of the box (yet in my case)
Logged

mks
Level 5
*****



View Profile
« Reply #22993 on: September 08, 2015, 07:46:42 AM »

They started selling christmas sweets at my local supermarket. What a crazy world...
Logged

Where's the Spelunky 2 DevLog, Derek?
s0
o
Level 10
*****


eurovision winner 2014


View Profile
« Reply #22994 on: September 08, 2015, 10:54:01 AM »

https://www.psychologytoday.com/blog/give-and-take/201309/goodbye-mbti-the-fad-won-t-die

just leaving this here
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #22995 on: September 08, 2015, 10:59:51 AM »

rip MBTI welcome big5
Logged

Cobralad
Cowardly Baby
Level 10
*****



View Profile
« Reply #22996 on: September 08, 2015, 11:16:20 AM »

well well well
http://www.allgamesbeta.com/2015/09/bandai-namco-trademarks-burning-blood.html
Logged
gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #22997 on: September 08, 2015, 11:19:07 AM »

what are we supposed to see?
Logged

Pfotegeist
Guest
« Reply #22998 on: September 08, 2015, 11:31:10 AM »

Begins monologue: I'm better than a year ago. I can tell because I don't feel like my chair is trying to break my back. Eating green leafy veggies helped. I can tell because I rarely ate any until a year ago. I didn't need to eliminate anything out of my diet except what I'm allergic to.  The veggies ended up suppressing hunger pains which indicated malnutrition. Also I like sprouted grains, but I can't guarantee they matter, the public awareness (about sprouting) is being raised quickly enough. There's still very little advertisement or product featuring green veggies. End of monologue.
Logged
Cobralad
Cowardly Baby
Level 10
*****



View Profile
« Reply #22999 on: September 08, 2015, 11:34:55 AM »

what are we supposed to see?
bamco namdai trademarks "slashy souls"
Logged
Pages: 1 ... 1148 1149 [1150] 1151 1152 ... 1393
Print
Jump to:  

Theme orange-lt created by panic