J-S-Bach/Getraenkehandel-Aufgabe-8 2
Schreiben Sie ein objektorientiertes Programm in Java, das die Verwaltung des Liefer- und Lagerbsteandes eines Getränktegroßhandels modelliert. Das Programm soll mindestens einen Aspekt der Realität mit einer Klassen-Hierarchie abbilden.
Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network)
keplusplus/starship-flight-updates 0
This small script parses SpaceX Starship-related data from multiple sources and broadcasts big news in Starship development to Discord and Telegram.
pull request commentkeplusplus/starship-flight-updates
@Fliens Quick fix, ready for merge
comment created time in 2 months
PR opened keplusplus/starship-flight-updates
pr created time in 2 months
create barnchkeplusplus/starship-flight-updates
branch : prod-workflox-name-fix
created branch time in 2 months
push eventkeplusplus/starship-flight-updates
commit sha 3b214d28cb5a46c230f9235beb9ec18b9f774177
Replaced some print and fixed branch name logging
push time in 2 months
push eventkeplusplus/starship-flight-updates
commit sha 2ff70db25552d64cebdf60253b9670edb2469b98
Logger initialization fix
push time in 2 months
PR opened keplusplus/starship-flight-updates
pr created time in 2 months
pull request commentkeplusplus/starship-flight-updates
adjusted times in databse for daily buffer
Branch kann gelöscht werden?
comment created time in 2 months
push eventkeplusplus/starship-flight-updates
commit sha 88e1a2fd78dadf433c63b1db4952c9039904bfb2
Initialized logger in main, added logging to discord/telegram in testing
push time in 2 months
pull request commentkeplusplus/starship-flight-updates
adjusted times in databse for daily buffer
Das wird so erstmal funktionieren, aber spätestens zur Zeitumstellung in Texas werden wir wieder auf die Nase fliegen. Das Problem ist aber wahrscheinlich nicht so einfach zu lösen, vielleicht kann man auch damit leben, dass das Daily Update im Winter dann halt um 05:00 Uhr local time kommt. Aber erstmal können wir so mergen würde ich sagen, weitere Anpassungen dann unabhängig von diesem PR.
comment created time in 2 months
delete branch keplusplus/starship-flight-updates
delete branch : workflow-add-server-ip-placeholder
delete time in 2 months
push eventkeplusplus/starship-flight-updates
commit sha 88675327dc9583725d5ce26754af606e18be5428
Replaced local server ip with placeholder for easier adaption
commit sha e3f0fa3164caef76d7e7ec5c7b14a6995928f6f8
Merge pull request #52 from keplusplus/workflow-add-server-ip-placeholder Github Workflow: Replaced local server ip with placeholder for easier adaption
push time in 2 months
PR merged keplusplus/starship-flight-updates
pr closed time in 2 months
Pull request review commentkeplusplus/starship-flight-updates
adjusted times in databse for daily buffer
def __utcnow_between(self, start:datetime.datetime, end:datetime.datetime): #tr def __utctoday_or_between_not_past(self, start:datetime.datetime, end:datetime.datetime): #true if today or between return (self.__is_utctoday(start) or self.__is_utctoday(end) or self.__utcnow_between(start,end)) and self.__not_in_past(end) - def __announce(self, daily_time= datetime.time(13,0), pause = datetime.timedelta(hours=6)): #true if pause hours before daily_time or after daily+ def __announce(self, daily_time= datetime.time(11,0), pause = datetime.timedelta(hours=6)): #true if pause hours before daily_time or after daily
Passt das jetzt schon? Wofür stehen noch diese 6 Stunden Timedelta? Du kannst auch einfach mal alles auf 12:15 abändern und dann können wir im Testing nochmal sehen ob es klappt.
comment created time in 2 months
pull request commentkeplusplus/starship-flight-updates
Github Workflow: Replaced local server ip with placeholder for easier adaption
@Fliens Eigentlich nicht ;) Aber ich weiß woran es liegt. BIn gerade am fixen...
comment created time in 2 months
create barnchkeplusplus/starship-flight-updates
created branch time in 2 months
PR opened keplusplus/starship-flight-updates
pr created time in 2 months
create barnchkeplusplus/starship-flight-updates
branch : workflow-add-server-ip-placeholder
created branch time in 2 months
delete branch keplusplus/starship-flight-updates
delete branch : utc-quickfix
delete time in 2 months
push eventkeplusplus/starship-flight-updates
commit sha 1f22d627e191eaf96fd97642b6caad8ccf79c5cd
Changed daily time to 11:00 (quickfix)
commit sha 3c7664bc744afdfd6772b6177f902a34b5c6f037
Merge pull request #50 from keplusplus/utc-quickfix UTC Quickfix
push time in 2 months
PR merged keplusplus/starship-flight-updates
pr closed time in 2 months
PR opened keplusplus/starship-flight-updates
pr created time in 2 months
create barnchkeplusplus/starship-flight-updates
created branch time in 2 months
push eventkeplusplus/starship-flight-updates
commit sha 693a7d058a9f79d9603065692c5c4a7beaf3ec72
Added stable workflow for automatic prod deploy
push time in 2 months
PR opened lucidrains/deep-daze
- Added recommended and minimum requirements to the top of README.md - Resolves Issue #86
- Added a visual installation process for users on windows below the 'Install' section of README.md - Resolves Issue #89
- Added a visual representation on how to run the program for windows below the 'Examples' section of README.md
- Added File directory for the instruction images to be stored. They will currently be under ./instruction_images/Windows
pr created time in 2 months
issue commentlucidrains/deep-daze
How do you install it for windows 10
I updated the README.md file in my fork to include a visual guide on how to install on Windows.
comment created time in 2 months
issue commentlucidrains/deep-daze
@Alec55555 I am sorry, I didn't really understand what you mean by "copy window into Cuda". I am simply following the tutorial as it is. How do I do what you have suggested?
comment created time in 2 months
issue openedlucidrains/deep-daze
Hey,
I'm currently trying to make daze work on a multi gpu setup, however I don't have too much of experience working with pytorch. I tried to make a model call run in parallel by editing deep_daze.py at line 380 (also removing device mapping from model definition)
model = nn.DataParallel(model)
model.to(self.device)
self.model = model
self.scaler = GradScaler()
siren_params = model.module.parameters()
But I guess I am missing something with data mapping to devices, as I get error:
TypeError: forward() missing 1 required positional argument: 'text_embed'
created time in 2 months
issue openedlucidrains/deep-daze
Prompt to make it not render text in image?
I was trying some prompts to force it to not try and render the words of the prompt in the image. I tried "Blabla bla without text" but it didn't really work.
created time in 2 months
created taglucidrains/deep-daze
Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
created time in 2 months