mueller-franzes commited on
Commit
0cb538a
1 Parent(s): 7053bac

add patho diffusion

Browse files
runs/2022_12_02_151805_patho_vaegan/last_vae.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b8fa586e44f18c4bb8de704c70347dac9aa2521ae288ae04e1c506cc9ba75f7
3
+ size 112141527
runs/patho_diffusion/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226b5c995e1293009748bb28f113b7fb4e7f5b19335bcac01226619028bb9cfe
3
+ size 2444594421
streamlit/pages/colon.py CHANGED
@@ -23,7 +23,7 @@ device = torch.device(device_str)
23
 
24
  @st.cache(allow_output_mutation = True)
25
  def init_pipeline():
26
- pipeline = DiffusionPipeline.load_from_checkpoint('runs/2022_12_02_174623_patho_diffusion/last.ckpt')
27
  return pipeline
28
 
29
  if st.button(f'Sample (using {device_str})'):
 
23
 
24
  @st.cache(allow_output_mutation = True)
25
  def init_pipeline():
26
+ pipeline = DiffusionPipeline.load_from_checkpoint('runs/patho_diffusion/last.ckpt')
27
  return pipeline
28
 
29
  if st.button(f'Sample (using {device_str})'):